2018-08-22 00:31:29 +02:00
|
|
|
# IP address to listen on, leave empty to listen on anything
|
|
|
|
address = ""
|
2016-01-04 19:26:32 +01:00
|
|
|
port = 80
|
2018-08-10 20:24:29 +02:00
|
|
|
# Hex encode the users IP and use it as the ident
|
|
|
|
hexIP = false
|
2017-06-30 07:20:38 +02:00
|
|
|
verify_certificates = true
|
2016-01-04 19:26:32 +01:00
|
|
|
|
2016-01-25 01:01:37 +01:00
|
|
|
# Defaults for the client connect form
|
2016-01-14 07:08:15 +01:00
|
|
|
[defaults]
|
|
|
|
name = "Freenode"
|
2018-05-16 05:02:48 +02:00
|
|
|
host = "chat.freenode.net"
|
|
|
|
port = 6697
|
2016-01-14 07:08:15 +01:00
|
|
|
channels = [
|
|
|
|
"#dispatch",
|
|
|
|
"#go-nuts"
|
|
|
|
]
|
2016-01-25 01:01:37 +01:00
|
|
|
password = ""
|
|
|
|
ssl = true
|
2018-04-15 01:02:28 +02:00
|
|
|
# Only allow a nick to be filled in
|
|
|
|
readonly = false
|
|
|
|
# Show server and channel info when readonly is enabled
|
|
|
|
show_details = false
|
2016-01-14 07:08:15 +01:00
|
|
|
|
2016-01-04 19:26:32 +01:00
|
|
|
[https]
|
2018-12-16 12:19:16 +01:00
|
|
|
enabled = true
|
2016-01-04 19:26:32 +01:00
|
|
|
port = 443
|
|
|
|
# Path to your cert and private key if you are not using
|
|
|
|
# the Let's Encrypt integration
|
|
|
|
cert = ""
|
|
|
|
key = ""
|
|
|
|
|
|
|
|
[letsencrypt]
|
2018-12-16 12:19:16 +01:00
|
|
|
# Your domain or subdomain, if not set a certificate will be
|
|
|
|
# fetched for whatever domain dispatch gets accessed through
|
2016-01-04 19:26:32 +01:00
|
|
|
domain = ""
|
|
|
|
# An email address lets you recover your accounts private key
|
|
|
|
email = ""
|
|
|
|
|
|
|
|
# Not implemented
|
|
|
|
[auth]
|
|
|
|
# Allow usage without being logged in, all channels and settings get
|
|
|
|
# transferred when logging in or registering
|
|
|
|
anonymous = true
|
|
|
|
# Enable username/password login
|
|
|
|
login = true
|
|
|
|
# Enable username/password registration
|
|
|
|
registration = true
|
|
|
|
|
2020-05-01 04:35:26 +02:00
|
|
|
[auth.providers.github]
|
2016-01-04 19:26:32 +01:00
|
|
|
key = ""
|
|
|
|
secret = ""
|
|
|
|
|
2020-05-01 04:35:26 +02:00
|
|
|
[auth.providers.facebook]
|
2016-01-04 19:26:32 +01:00
|
|
|
key = ""
|
|
|
|
secret = ""
|
|
|
|
|
2020-05-01 04:35:26 +02:00
|
|
|
[auth.providers.google]
|
2016-01-04 19:26:32 +01:00
|
|
|
key = ""
|
|
|
|
secret = ""
|
|
|
|
|
2020-05-01 04:35:26 +02:00
|
|
|
[auth.providers.twitter]
|
2016-01-04 19:26:32 +01:00
|
|
|
key = ""
|
|
|
|
secret = ""
|
2016-01-25 22:41:54 +01:00
|
|
|
|
|
|
|
# Strict-Transport-Security
|
|
|
|
[https.hsts]
|
|
|
|
enabled = false
|
|
|
|
max_age = 31536000
|
|
|
|
include_subdomains = false
|
|
|
|
preload = false
|
2018-12-20 11:51:31 +01:00
|
|
|
|
|
|
|
# Add your own HTTP headers to the index page
|
|
|
|
[headers]
|
|
|
|
# X-Example = "Rainbows"
|