Files
cheatsheet-tldr/tldr/agate
2025-08-17 00:22:45 +00:00

22 lines
473 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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|--help]}}`