forked from .cyb/cyberman
64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
appname: "cyberman"
|
|
layout: "main"
|
|
charset: "UTF-8"
|
|
auto_page: 1
|
|
|
|
template: "template_toolkit"
|
|
engines:
|
|
template:
|
|
template_toolkit:
|
|
start_tag: '<%'
|
|
end_tag: '%>'
|
|
|
|
plugins:
|
|
Database:
|
|
driver: 'SQLite'
|
|
dbname: 'db.sqlite'
|
|
|
|
stylesheets:
|
|
default: "cyberpunk"
|
|
available:
|
|
- "cyberpunk"
|
|
- "light"
|
|
|
|
tld: 'cyb'
|
|
|
|
reserved_domains:
|
|
# use lowercase please
|
|
- "opennic"
|
|
- "dns"
|
|
- "cybnic"
|
|
- "register"
|
|
- "nic"
|
|
- "reg"
|
|
|
|
zonewriter:
|
|
# Values used for SOA
|
|
ns: 'ns12.opennic.glue.'
|
|
responsible: 'hostmaster.opennic.cyb.'
|
|
file: '/var/nsd/zones/master/cyb'
|
|
include:
|
|
# Optionally, you can have the zonewriter include another file
|
|
# in the zone, which allows you to define some records manually
|
|
enabled: 1
|
|
file: 'human_cyb'
|
|
# if true, written zones will be checked with nsd-checkzone, just in case
|
|
# requires nsd to be installed and nsd-checkzone to be in path
|
|
validate: 1
|
|
|
|
mail:
|
|
enabled: 1
|
|
# Currently, the local MTA is used and there's no config option
|
|
from: 'cybnic@uptime.party'
|
|
baseurl: 'http://opennic.cyb'
|
|
|
|
whoissrv:
|
|
# Only required if whoissrv is going to be run
|
|
bind: "0.0.0.0"
|
|
port: 43
|
|
logging: 1
|
|
motdfile: "motd.txt"
|
|
drop-uid: 999
|
|
drop-gid: 999
|
|
registrar-urls: "http://opennic.cyb, https://cyb.uptime.party"
|