mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
460 B
Plaintext
22 lines
460 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`
|