9 lines
253 B
YAML
9 lines
253 B
YAML
server:
|
|
port: 80
|
|
host: "0.0.0.0"
|
|
|
|
tls:
|
|
enabled: false # Flip to true for Let's Encrypt HTTPS
|
|
email: "" # Required when enabled (e.g. admin@nextwks.eu)
|
|
|
|
domain: "nextwks.eu" # Base domain for subdomain routing + certs
|