2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`agate {{[-h|--help]}}`
|