aports/testing/tootik/tootik.confd
2024-01-28 12:14:22 +00:00

56 lines
1.1 KiB
Bash

# Configuration for /etc/init.d/tootik
# Instance blocklist CSV file
#blocklist=""
# Uncomment to disable new user registration
#disable_registration="yes"
# HTTP(S) listening address
#httpaddr=":8443"
# Uncomment to serve HTTPS instead of HTTP
# (requires httpscert and httpskey)
#serve_https="yes"
# HTTPS TLS certificate
#httpscert="/etc/tootik/https-cert.pem"
# HTTPS TLS key
#httpskey="/etc/tootik/https-key.pem"
# Domain name
#tootik_domain="localhost.localdomain:8443"
# Configuration file (Generated by `tootik -dumpcfg`)
#tootik_cfg="/etc/tootik/tootik.cfg"
# Database path
#tootik_db="/var/lib/tootik/db.sqlite3"
# Gemini listening address
#gemaddr=":8965"
# Gemini TLS certificate
#gemcert="/etc/tootik/gemini-cert.pem"
# Gemini TLS key
#gemkey="/etc/tootik/gemini-key.pem"
# Finger listening address
#fingeraddr=":8079"
# Gopher listening address
#gopheraddr=":8070"
# Guppy listening address
#guppyaddr=":6775"
# Logging verbosity (-4:debug 0:info 4:warn 8:error)
#loglevel=0
# Additional options to pass to Tootik
#extra_opts=""
# Uncomment to enable process supervision
#supervisor=supervise-daemon