2020-02-12 20:29:32 -05:00
|
|
|
SecretShop: a small Gemini server.
|
|
|
|
|
|
|
|
# Features
|
2020-02-19 15:26:46 -05:00
|
|
|
* Multi-site hosting
|
2020-02-12 20:52:11 -05:00
|
|
|
* Fully compliant with Jetforce diagnostics
|
|
|
|
* Probably won't kill your computer
|
2020-02-12 20:29:32 -05:00
|
|
|
|
|
|
|
# Configuration
|
|
|
|
SecretShop looks in it's current running directory and /etc/secretshop for it's config file.
|
|
|
|
Configuration is in config/yaml in one of the above directories. See the sample config for more details
|
|
|
|
but a standard file looks like such:
|
|
|
|
|
|
|
|
---
|
|
|
|
active_capsules:
|
|
|
|
- localhost
|
|
|
|
localhost:
|
|
|
|
Hostname: "localhost"
|
|
|
|
Port: "1965"
|
|
|
|
RootDir: "/var/gemini"
|
|
|
|
CGIDir: "/var/gemini/cgi"
|
|
|
|
KeyFile: "localhost.key"
|
|
|
|
CertFile: "localhost.crt"
|
|
|
|
|
2020-02-19 15:56:32 -05:00
|
|
|
Please note that CGIDir currently not used (waiting on spec clarification).
|
2020-02-12 20:29:32 -05:00
|
|
|
|
|
|
|
# Running
|
|
|
|
Either run the executable directly or use the SystemD unit file
|