mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 10:54:18 +00:00
Update cheatsheets
This commit is contained in:
21
agate
Normal file
21
agate
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user