initial commit
This commit is contained in:
commit
4f42666bf4
9 changed files with 108 additions and 0 deletions
3
rootfs/etc/confd/conf.d/molly.conf.toml
Normal file
3
rootfs/etc/confd/conf.d/molly.conf.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template]
|
||||
dest = "/etc/molly-brown/molly.conf"
|
||||
src = "molly.conf.tmpl"
|
20
rootfs/etc/confd/templates/molly.conf.tmpl
Normal file
20
rootfs/etc/confd/templates/molly.conf.tmpl
Normal file
|
@ -0,0 +1,20 @@
|
|||
## Basic settings
|
||||
#
|
||||
Port = 1965
|
||||
Hostname = "{{ getenv "HOST_NAME" }}"
|
||||
CertPath = "/etc/molly-brown/keys/{{ getenv "HOST_NAME" }}-cert.pem"
|
||||
KeyPath = "/etc/molly-brown/keys/{{ getenv "HOST_NAME" }}-key.pem"
|
||||
DocBase = "/var/gemini/"
|
||||
HomeDocBase = "users"
|
||||
GeminiExt = "gmi"
|
||||
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
|
||||
AccessLog = "/home/molly-brown/access.log"
|
||||
ErrorLog = "/home/molly-brown/error.log"
|
||||
ReadMollyFiles = true
|
||||
|
||||
#
|
||||
## MIME type overrides
|
||||
#
|
||||
[MimeOverrides]
|
||||
"atom.xml$" = "application/atom+xml"
|
||||
"rss.xml$" = "application/rss+xml"
|
Loading…
Add table
Add a link
Reference in a new issue