feat: room visibility and aliases
This commit is contained in:
parent
9c26e22ad7
commit
4e507ef706
9 changed files with 399 additions and 158 deletions
|
@ -3,6 +3,9 @@ server_name = "your.server.name"
|
|||
port = 8448
|
||||
address = "0.0.0.0"
|
||||
|
||||
# Default path is in this user's data
|
||||
#database_path = "/home/timo/MyConduitServer"
|
||||
|
||||
#[global.tls]
|
||||
#certs = "/etc/letsencrypt/live/your.server.name/fullchain.pem"
|
||||
#key = "/etc/letsencrypt/live/your.server.name/privkey.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue