agate: add page (#6904)

This commit is contained in:
nath1as
2021-10-12 03:53:39 +02:00
committed by GitHub
parent 90c2c95156
commit 091b7c10e8

16
pages/common/agate.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`