1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/agate.md
2021-10-11 22:53:39 -03:00

367 B

agate

A simple server for the Gemini network protocol. More information: https://github.com/mbrubeck/agate.

  • Run and generate a private key and certificate:

agate --content {{path/to/content/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}

  • Run server:

agate {{path/to/file}}

  • Display help:

agate -h