snippetbashTip
agate — A simple server for the Gemini network protocol. More information: <https://github.com/mbrubeck/agat
Viewed 0 times
serversimplethecommandgeminicliagatefor
Problem
How to use the
agate command: A simple server for the Gemini network protocol. More information: <https://github.com/mbrubeck/agate>.Solution
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]}}Code Snippets
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]}}Context
tldr-pages: common/agate
Revisions (0)
No revisions yet.