2024-01-15 19:00:24 +00:00
|
|
|
; Directives here are described in https://servnest.niv.re/back/configuration
|
2024-04-09 22:54:27 +00:00
|
|
|
; When named config.ini, this file is served over HTTP as /config.php
|
2023-01-26 15:22:03 +00:00
|
|
|
|
2022-05-19 22:15:13 +00:00
|
|
|
[common]
|
2023-01-29 20:09:00 +00:00
|
|
|
public_domains[] = "servnest.test"
|
2023-01-26 15:22:03 +00:00
|
|
|
prefix = ""
|
2023-01-29 20:09:00 +00:00
|
|
|
service_name = "ServNest"
|
2023-10-29 16:45:45 +00:00
|
|
|
service_emoji = "🌳"
|
2023-05-18 21:18:43 +00:00
|
|
|
about_url = "https://about.servnest.test/"
|
2023-05-09 23:34:45 +00:00
|
|
|
services[auth] = "enabled"
|
2023-03-09 00:35:30 +00:00
|
|
|
services[reg] = "enabled"
|
|
|
|
services[ns] = "enabled"
|
|
|
|
services[ht] = "enabled"
|
2022-05-19 22:15:13 +00:00
|
|
|
|
2022-05-24 23:16:41 +00:00
|
|
|
[dns]
|
2022-05-19 22:15:13 +00:00
|
|
|
knotc_path = "/usr/sbin/knotc"
|
2022-12-13 15:52:10 +00:00
|
|
|
kdig_path = "/usr/bin/kdig"
|
2022-05-24 23:16:41 +00:00
|
|
|
|
|
|
|
[reg]
|
2023-01-29 20:09:00 +00:00
|
|
|
suffixes[servnest.test.] = "approved"
|
|
|
|
suffixes[test.servnest.test.] = "all"
|
|
|
|
suffixes[old.sernnest.test.] = "none"
|
|
|
|
suffixes_path = "/srv/servnest/reg"
|
2022-05-24 23:16:41 +00:00
|
|
|
ttl = 86400
|
2022-12-13 15:52:10 +00:00
|
|
|
address = "[::1]:42053"
|
2022-05-19 22:15:13 +00:00
|
|
|
|
|
|
|
[ns]
|
2023-01-29 20:09:00 +00:00
|
|
|
knot_zones_path = "/srv/servnest/ns"
|
|
|
|
servers[] = "ns1.servnest.test."
|
|
|
|
servers[] = "ns2.servnest.test."
|
2022-11-20 00:05:03 +00:00
|
|
|
kzonecheck_path = "/usr/bin/kzonecheck"
|
2023-01-29 20:09:00 +00:00
|
|
|
public_soa_email = "hostmaster.invalid."
|
2023-04-15 14:39:41 +00:00
|
|
|
local_only_check = false
|
2022-05-19 22:15:13 +00:00
|
|
|
|
|
|
|
[ht]
|
2023-01-29 20:09:00 +00:00
|
|
|
ht_path = "/srv/servnest/ht"
|
2023-04-09 22:50:42 +00:00
|
|
|
user_quota_testing = 20971520
|
|
|
|
user_quota_approved = 209715200
|
2022-12-22 00:44:57 +00:00
|
|
|
|
2023-01-29 20:09:00 +00:00
|
|
|
subpath_domain = "ht.servnest.test"
|
2022-12-22 00:44:57 +00:00
|
|
|
|
2023-01-29 20:09:00 +00:00
|
|
|
subdomain_domain = "ht.servnest.test"
|
2022-11-23 21:21:34 +00:00
|
|
|
|
2023-01-29 20:09:00 +00:00
|
|
|
tor_config_path = "/srv/servnest/tor-config"
|
|
|
|
tor_keys_path = "/srv/servnest/tor-keys"
|
2022-06-09 19:06:05 +00:00
|
|
|
tor_user = "tor"
|
2022-11-23 21:21:34 +00:00
|
|
|
tor_reload_cmd = "/usr/bin/systemctl reload tor"
|
2023-04-09 22:50:42 +00:00
|
|
|
onion_internal_host = "[::1]:9080"
|
2022-05-21 00:13:42 +00:00
|
|
|
|
|
|
|
certbot_path = "/usr/bin/certbot"
|
2024-01-28 18:21:01 +00:00
|
|
|
certbot_config_path = "/etc/letsencrypt/servnest.cli"
|
|
|
|
|
|
|
|
sudo_path = "/usr/bin/sudo"
|
2022-05-21 00:13:42 +00:00
|
|
|
chgrp_path = "/usr/bin/chgrp"
|
2022-06-07 15:58:46 +00:00
|
|
|
cat_path = "/usr/bin/cat"
|
2022-06-16 22:28:22 +00:00
|
|
|
rm_path = "/usr/bin/rm"
|
2022-06-21 22:37:06 +00:00
|
|
|
mkdir_path = "/usr/bin/mkdir"
|
2022-05-21 00:13:42 +00:00
|
|
|
|
2022-11-26 19:10:37 +00:00
|
|
|
sftpgo_group = "sftpgo"
|
2023-01-26 15:22:03 +00:00
|
|
|
sftpgo_user = "sftpgo"
|
2022-05-21 00:13:42 +00:00
|
|
|
|
|
|
|
; Will be shown to users
|
2023-09-19 18:27:27 +00:00
|
|
|
cname = "ht.servnest.test."
|
2022-05-21 00:13:42 +00:00
|
|
|
ipv6_address = "::1"
|
|
|
|
ipv4_address = "127.0.0.1"
|
2023-09-19 18:27:27 +00:00
|
|
|
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 00:13:42 +00:00
|
|
|
sftp_pub = "/etc/sftpgo/ed25519.pub"
|
|
|
|
sftp_fp = "/etc/sftpgo/ed25519.fp"
|
|
|
|
sftp_asciiart = "/etc/sftpgo/ed25519.asciiart"
|
2023-01-29 20:09:00 +00:00
|
|
|
sftp_domain = "sftp.servnest.test"
|
2022-05-21 00:13:42 +00:00
|
|
|
public_sftp_port = 2022
|
2023-08-14 19:07:42 +00:00
|
|
|
|
|
|
|
[check]
|
|
|
|
https_port = 42443
|
|
|
|
sftp_path = "/usr/bin/sftp"
|
|
|
|
sshpass_path = "/usr/bin/sshpass"
|
|
|
|
tor_proxy = "socks5h://127.0.0.1:9050"
|