servnest/config.ini

58 lines
1.2 KiB
INI

[common]
root_path = "/srv/niver/core"
docs_prefix = "/docs/"
; Prefix in URL, if any
prefix =
[dns]
knotc_path = "/usr/sbin/knotc"
[reg]
enabled = true
registry = niver.test.
registry_file = "/srv/niver/reg/niver.test.zone"
ttl = 86400
subdomain_regex = "^[a-z0-9]{4,63}$"
[ns]
enabled = true
knot_zones_path = "/srv/niver/ns"
[ht]
enabled = true
; Path were user's sites will be stored
ht_path = "/srv/niver/ht"
; Nginx configuration directory
nginx_config_path = "/srv/niver/nginx"
; Tor configuration directory
tor_config_path = "/srv/niver/tor-config"
; Tor keys directory
tor_keys_path = "/srv/niver/tor-keys"
tor_service = "tor"
tor_user = "tor"
sudo_path = "/usr/bin/sudo"
systemctl_path = "/usr/bin/systemctl"
certbot_path = "/usr/bin/certbot"
chgrp_path = "/usr/bin/chgrp"
cat_path = "/usr/bin/cat"
rm_path = "/usr/bin/rm"
mkdir_path = "/usr/bin/mkdir"
sftpgo_group = sftpgo
; 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 = "ht.niver.test"
public_sftp_port = 2022
; Will be used in configuration files
https_port = 42443
internal_onion_http_port = 9080
user_quota = 20971520