log_level = 'debug' [network] use_ipv4 = true use_ipv6 = true address_ipv4 = "0.0.0.0:3003" address_ipv6 = "[::]:3003" [statistics] interval = 5 print_to_stdout = false run_prometheus_endpoint = true prometheus_endpoint_address = "0.0.0.0:9000" [access_list] mode = "allow" path = "/var/lib/aquatic/accesslist" [privileges] # Chroot and switch group and user after binding to sockets drop_privileges = true # Chroot to this path chroot_path = "/var/lib/aquatic" # Group to switch to after chrooting group = "nogroup" # User to switch to after chrooting user = "nobody"