1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:46:02 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`