secretshop/config.yaml.sample

32 lines
771 B
Plaintext
Raw Normal View History

2020-02-13 01:34:52 +00:00
---
2020-02-22 21:17:38 +00:00
port: 1965
2020-02-13 01:34:52 +00:00
active_capsules:
- localhost
- localhost2
2020-02-20 22:03:34 +00:00
active_holes:
- localhost3
2020-02-13 01:34:52 +00:00
localhost:
Hostname: "localhost"
RootDir: "/var/gemini"
CGIDir: "/var/gemini/cgi"
KeyFile: "localhost.key"
CertFile: "localhost.crt"
2020-05-14 22:17:44 +00:00
AccessControl:
Identified:
- /id
Known:
- /known
Trusted:
- /private
Whitelist: "whitelist"
2020-02-13 01:34:52 +00:00
localhost2:
2020-02-20 22:03:34 +00:00
Hostname: "gemini.foo.bar"
2020-02-13 01:34:52 +00:00
RootDir: "/var/gemini2"
CGIDir: "/var/gemini2/cgi"
KeyFile: "localhost2.key"
CertFile: "localhost2.crt"
2020-02-20 22:03:34 +00:00
localhost3:
Hostname: "gopher.foo.bar"
Port: "70"
RootDir: "/var/gopher/"