servnest/config.ini

55 lines
1.3 KiB
INI
Raw Normal View History

[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"
2022-05-25 01:16:41 +02:00
[dns]
knotc_path = "/usr/sbin/knotc"
2022-05-25 01:16:41 +02:00
[reg]
2022-05-20 01:08:40 +02:00
registry = niver.test.
2022-05-25 01:16:41 +02:00
ttl = 86400
subdomain_regex = "^[a-z0-9]{4,63}$"
[ns]
knot_zones_path = "/srv/ns"
[ht]
2022-05-21 02:13:42 +02:00
; Path were user's sites will be stored
2022-05-20 01:08:40 +02:00
ht_path = "/srv/ht"
; Nginx configuration directory
nginx_config_path = "/etc/nginx/ht"
; Tor configuration file
2022-06-09 17:45:36 +02:00
tor_config_path = "/etc/tor/torrc"
; Tor keys directory
2022-06-09 17:45:36 +02:00
tor_keys_path = "/var/lib/tor/keys"
2022-06-09 02:56:21 +02:00
tor_service = "tor"
2022-06-09 21:06:05 +02:00
tor_user = "tor"
2022-05-21 02:13:42 +02:00
sudo_path = "/usr/bin/sudo"
systemctl_path = "/usr/bin/systemctl"
certbot_path = "/usr/bin/certbot"
chgrp_path = "/usr/bin/chgrp"
2022-06-07 17:58:46 +02:00
cat_path = "/usr/bin/cat"
2022-05-21 02:13:42 +02:00
2022-05-20 00:56:04 +02: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"
2022-06-07 17:58:46 +02:00
sftp_domain = "ht.niver.test"
2022-05-21 02:13:42 +02:00
public_sftp_port = 2022
; Will be used in configuration files
https_port = 42443
internal_onion_http_port = 9080