servnest/config.ini

78 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
root_path = "/srv/servnest/core"
public_domains[] = "servnest.test"
prefix = ""
2023-01-29 21:09:00 +01:00
service_name = "ServNest"
service_emoji = "🪺"
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."
[ht]
2023-01-29 21:09:00 +01:00
ht_path = "/srv/servnest/ht"
2023-01-29 21:09:00 +01:00
subpath_domain = "ht.servnest.test"
subpath_path = "/srv/servnest/subpath"
2023-01-29 21:09:00 +01:00
subdomain_domain = "ht.servnest.test"
subdomain_path = "/srv/servnest/subdomain"
2023-01-29 21:09:00 +01:00
nginx_config_path = "/srv/servnest/nginx"
nginx_reload_cmd = "/usr/bin/systemctl reload nginx"
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"
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
2023-01-29 21:09:00 +01:00
acme_path = "/srv/servnest/acme"
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
ipv6_address = "::1"
ipv4_address = "127.0.0.1"
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
; Will be used in configuration files
https_port = 42443
ipv6_listen_address = "::1"
ipv4_listen_address = "127.0.0.1"
http_onion_socket = "/run/servnest/nginx.sock"
2022-06-28 22:08:34 +02:00
2022-11-07 19:40:40 +01:00
user_quota_testing = 20971520
user_quota_approved = 209715200