secretshop/config.yaml.sample

33 lines
786 B
Plaintext
Raw Permalink Normal View History

2020-02-12 20:34:52 -05:00
---
2020-02-22 16:17:38 -05:00
port: 1965
2020-02-12 20:34:52 -05:00
active_capsules:
- localhost
- localhost2
2020-02-20 17:03:34 -05:00
active_holes:
- localhost3
2020-02-12 20:34:52 -05:00
localhost:
Hostname: "localhost"
RootDir: "/var/gemini"
CGIDir: "/var/gemini/cgi"
KeyFile: "localhost.key"
CertFile: "localhost.crt"
2020-05-14 18:17:44 -04:00
AccessControl:
Identified:
- /id
Known:
- /known
Trusted:
- /private
Whitelist: "whitelist"
2020-06-09 12:35:43 -04:00
Lang: "en,eo"
2020-02-12 20:34:52 -05:00
localhost2:
2020-02-20 17:03:34 -05:00
Hostname: "gemini.foo.bar"
2020-02-12 20:34:52 -05:00
RootDir: "/var/gemini2"
CGIDir: "/var/gemini2/cgi"
KeyFile: "localhost2.key"
CertFile: "localhost2.crt"
2020-02-20 17:03:34 -05:00
localhost3:
Hostname: "gopher.foo.bar"
Port: "70"
RootDir: "/var/gopher/"