servnest/config.ini

79 lines
1.8 KiB
INI
Raw Normal View History

[common]
2022-06-23 19:19:39 +02:00
root_path = "/srv/niver/core"
2022-07-20 20:03:45 +02:00
docs_prefix = "/docs/"
; Prefix in URL, if any
2022-08-11 16:38:45 +02:00
prefix = ""
2022-11-22 00:28:19 +01:00
public_domains[] = "niver.test"
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]
2022-06-12 00:04:18 +02:00
enabled = true
2022-11-26 20:10:37 +01:00
registry = "niver.test."
2022-06-23 19:19:39 +02:00
registry_file = "/srv/niver/reg/niver.test.zone"
2022-05-25 01:16:41 +02:00
ttl = 86400
2022-12-13 16:52:10 +01:00
; A local address to query the registry nameserver
address = "[::1]:42053"
[ns]
2022-06-12 00:04:18 +02:00
enabled = true
2022-06-23 19:19:39 +02:00
knot_zones_path = "/srv/niver/ns"
2022-08-11 16:38:45 +02:00
servers[] = "ns1.niver.test."
servers[] = "ns2.niver.test."
kzonecheck_path = "/usr/bin/kzonecheck"
; @ must be replaced by a dot
public_soa_email = "hostmaster.niver.invalid."
[ht]
2022-06-12 00:04:18 +02:00
enabled = true
2022-05-21 02:13:42 +02:00
; Path were user's sites will be stored
2022-06-23 19:19:39 +02:00
ht_path = "/srv/niver/ht"
subpath_domain = "ht.niver.test"
subpath_path = "/srv/niver/subpath"
subdomain_domain = "ht.niver.test"
subdomain_path = "/srv/niver/subdomain"
; Nginx configuration directory
2022-06-23 19:19:39 +02:00
nginx_config_path = "/srv/niver/nginx"
nginx_reload_cmd = "/usr/bin/systemctl reload nginx"
; Tor configuration directory
tor_config_path = "/srv/niver/tor-config"
; Tor keys directory
tor_keys_path = "/srv/niver/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
2022-11-28 17:16:30 +01:00
sftpgo_user = "sftpgo"
2022-11-26 20:10:37 +01:00
sftpgo_group = "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"
sftp_domain = "sftp.niver.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"
2022-05-21 02:13:42 +02:00
internal_onion_http_port = 9080
2022-06-28 22:08:34 +02:00
2022-11-07 19:40:40 +01:00
user_quota_testing = 20971520
user_quota_approved = 209715200