servnest/config.template.ini

79 lines
2.1 KiB
INI
Raw Permalink Normal View History

; 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
[common]
2023-01-29 20:09:00 +00:00
public_domains[] = "servnest.test"
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/"
services[auth] = "enabled"
2023-03-09 00:35:30 +00:00
services[reg] = "enabled"
services[ns] = "enabled"
services[ht] = "enabled"
2022-05-24 23:16:41 +00:00
[dns]
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"
[ns]
2023-01-29 20:09:00 +00:00
knot_zones_path = "/srv/servnest/ns"
servers[] = "ns1.servnest.test."
servers[] = "ns2.servnest.test."
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
[ht]
2023-01-29 20:09:00 +00:00
ht_path = "/srv/servnest/ht"
user_quota_testing = 20971520
user_quota_approved = 209715200
2023-01-29 20:09:00 +00:00
subpath_domain = "ht.servnest.test"
2023-01-29 20:09:00 +00:00
subdomain_domain = "ht.servnest.test"
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"
tor_reload_cmd = "/usr/bin/systemctl reload tor"
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"
mkdir_path = "/usr/bin/mkdir"
2022-05-21 00:13:42 +00:00
2022-11-26 19:10:37 +00:00
sftpgo_group = "sftpgo"
sftpgo_user = "sftpgo"
2022-05-21 00:13:42 +00:00
; Will be shown to users
cname = "ht.servnest.test."
2022-05-21 00:13:42 +00: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 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"