Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
843 B
29 lines
843 B
[global] |
|
# The name of this server |
|
# Note: If server name != hostname, you need a .well-known file for federation |
|
# to work |
|
server_name = "your.server.name" |
|
|
|
port = 14004 |
|
|
|
# Max size for uploads |
|
#max_request_size = 20_000_000 # in bytes, ~20 MB |
|
|
|
# Disable registration. No new users will be able to register on this server |
|
#registration_disabled = true |
|
|
|
# Disable encryption, so no new encrypted rooms can be created |
|
# Note: existing rooms will continue to work |
|
#encryption_disabled = true |
|
|
|
# Default path is in this user's data |
|
#database_path = "/home/timo/MyConduitServer" |
|
|
|
# You should probably leave this at 0.0.0.0 |
|
address = "0.0.0.0" |
|
|
|
# TLS support |
|
# Note: Not necessary when using a reverse proxy: |
|
#[global.tls] |
|
#certs = "/etc/letsencrypt/live/your.server.name/fullchain.pem" |
|
#key = "/etc/letsencrypt/live/your.server.name/privkey.pem"
|
|
|