39 lines
1.1 KiB
INI
39 lines
1.1 KiB
INI
[common]
|
|
root_path = "/srv/php/niver"
|
|
; Prefix in URL, if any
|
|
prefix =
|
|
; From RFC2606: Reserved Top Level DNS Names > 2. TLDs for Testing, & Documentation Examples
|
|
domain_example = "example"
|
|
; From RFC3849: IPv6 Address Prefix Reserved for Documentation
|
|
ipv6_example = "2001:db8::3"
|
|
; From RFC5737: IPv4 Address Blocks Reserved for Documentation
|
|
ipv4_example = "203.0.113.42"
|
|
|
|
[reg]
|
|
knotc_path = "/usr/sbin/knotc"
|
|
registry = niver.test.
|
|
subdomain_regex = "^[a-z0-9]{4,63}$"
|
|
|
|
[ns]
|
|
knotc_path = "/usr/sbin/knotc"
|
|
knot_zones_path = "/srv/ns"
|
|
|
|
[ht]
|
|
ht_path = "/srv/ht"
|
|
ipv6_address = "::1"
|
|
ipv4_address = "127.0.0.1"
|
|
sftp_domain = "sftp.niver.test"
|
|
public_sftp_port = 2022
|
|
https_port = 42443
|
|
internal_onion_http_port = 9080
|
|
sudo_path = "/usr/bin/sudo"
|
|
chgrp_path = "/usr/bin/chgrp"
|
|
systemctl_path = "/usr/bin/systemctl"
|
|
certbot_path = "/usr/bin/certbot"
|
|
; Nginx configuration directory
|
|
nginx_config_path = "/etc/nginx/ht"
|
|
; Tor configuration file
|
|
tor_config_path = "/etc/tor/instances/niver/torrc"
|
|
; Tor keys directory
|
|
tor_keys_path = "/var/lib/tor-instances/niver/keys"
|
|
sftpgo_group = sftpgo
|