From 091b7c10e8e6f3d1a1222e4ff1465407f8813889 Mon Sep 17 00:00:00 2001 From: nath1as Date: Tue, 12 Oct 2021 03:53:39 +0200 Subject: [PATCH] agate: add page (#6904) --- pages/common/agate.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/agate.md diff --git a/pages/common/agate.md b/pages/common/agate.md new file mode 100644 index 000000000..230a25fb1 --- /dev/null +++ b/pages/common/agate.md @@ -0,0 +1,16 @@ +# agate + +> A simple server for the Gemini network protocol. +> More information: . + +- 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`