servnest/config.template.ini

76 lines
1.9 KiB
INI
Raw Normal View History

; Directives here are described in DOCS/configuration.md
[common]
2023-01-29 21:09:00 +01:00
public_domains[] = "servnest.test"
prefix = ""
2023-01-29 21:09:00 +01:00
service_name = "ServNest"
2023-10-29 17:45:45 +01:00
service_emoji = "🌳"
2023-05-18 23:18:43 +02:00
about_url = "https://about.servnest.test/"
services[auth] = "enabled"
2023-03-09 01:35:30 +01:00
services[reg] = "enabled"
services[ns] = "enabled"
services[ht] = "enabled"
2022-05-25 01:16:41 +02:00
[dns]
knotc_path = "/usr/sbin/knotc"
2022-12-13 16:52:10 +01:00
kdig_path = "/usr/bin/kdig"
2022-05-25 01:16:41 +02:00
[reg]
2023-01-29 21:09:00 +01:00
suffixes[servnest.test.] = "approved"
suffixes[test.servnest.test.] = "all"
suffixes[old.sernnest.test.] = "none"
suffixes_path = "/srv/servnest/reg"
2022-05-25 01:16:41 +02:00
ttl = 86400
2022-12-13 16:52:10 +01:00
address = "[::1]:42053"
[ns]
2023-01-29 21:09:00 +01:00
knot_zones_path = "/srv/servnest/ns"
servers[] = "ns1.servnest.test."
servers[] = "ns2.servnest.test."
kzonecheck_path = "/usr/bin/kzonecheck"
2023-01-29 21:09:00 +01:00
public_soa_email = "hostmaster.invalid."
2023-04-15 16:39:41 +02:00
local_only_check = false
[ht]
2023-01-29 21:09:00 +01:00
ht_path = "/srv/servnest/ht"
user_quota_testing = 20971520
user_quota_approved = 209715200
2023-01-29 21:09:00 +01:00
subpath_domain = "ht.servnest.test"
2023-01-29 21:09:00 +01:00
subdomain_domain = "ht.servnest.test"
2023-01-29 21:09:00 +01:00
tor_config_path = "/srv/servnest/tor-config"
tor_keys_path = "/srv/servnest/tor-keys"
2022-06-09 21:06:05 +02:00
tor_user = "tor"
tor_reload_cmd = "/usr/bin/systemctl reload tor"
onion_internal_host = "[::1]:9080"
2022-05-21 02:13:42 +02:00
sudo_path = "/usr/bin/sudo"
certbot_path = "/usr/bin/certbot"
chgrp_path = "/usr/bin/chgrp"
2022-06-07 17:58:46 +02:00
cat_path = "/usr/bin/cat"
2022-06-17 00:28:22 +02:00
rm_path = "/usr/bin/rm"
mkdir_path = "/usr/bin/mkdir"
2022-05-21 02:13:42 +02:00
2022-11-26 20:10:37 +01:00
sftpgo_group = "sftpgo"
sftpgo_user = "sftpgo"
2022-05-21 02:13:42 +02:00
; Will be shown to users
cname = "ht.servnest.test."
2022-05-21 02:13:42 +02:00
ipv6_address = "::1"
ipv4_address = "127.0.0.1"
caa_account_uris[testing] = "https://acme-staging-v02.api.letsencrypt.org/acme/acct/0123456789"
caa_account_uris[approved] = "https://acme-v02.api.letsencrypt.org/acme/acct/0123456789"
2022-05-21 02:13:42 +02:00
sftp_pub = "/etc/sftpgo/ed25519.pub"
sftp_fp = "/etc/sftpgo/ed25519.fp"
sftp_asciiart = "/etc/sftpgo/ed25519.asciiart"
2023-01-29 21:09:00 +01:00
sftp_domain = "sftp.servnest.test"
2022-05-21 02:13:42 +02:00
public_sftp_port = 2022
2023-08-14 21:07:42 +02:00
[check]
https_port = 42443
sftp_path = "/usr/bin/sftp"
sshpass_path = "/usr/bin/sshpass"
tor_proxy = "socks5h://127.0.0.1:9050"