need https darned it

master
Bel LaPointe 2022-01-13 09:38:50 -05:00
parent ff6fbf9f16
commit 4f214dcd94
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ {
"defaultHomeserver": 5, "defaultHomeserver": 0,
"homeserverList": [ "homeserverList": [
"monolith.mac",
"boba.best", "boba.best",
"converser.eu", "converser.eu",
"envs.net", "envs.net",

View File

@ -2,4 +2,4 @@
mkdir ./mnt mkdir ./mnt
touch ./conduit.toml touch ./conduit.toml
docker run --rm -it -p 8448:6167 -v $PWD/mnt:/mnt -v $PWD/conduit.toml:/srv/conduit/conduit.toml -v $PWD/db:/srv/conduit/.local/share/conduit matrixconduit/matrix-conduit:latest docker run -h monolith.mac --rm -it -p 8448:6167 -v $PWD/mnt:/mnt -v $PWD/conduit.toml:/srv/conduit/conduit.toml -v $PWD/db:/srv/conduit/.local/share/conduit matrixconduit/matrix-conduit:latest

View File

@ -20,7 +20,7 @@ max_concurrent_requests = 10
#log = "info,state_res=warn,rocket=off,_=off,sled=off" #log = "info,state_res=warn,rocket=off,_=off,sled=off"
#workers = 4 # default: cpu core count * 2 #workers = 4 # default: cpu core count * 2
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy address = "0.0.0.0" # This makes sure Conduit can only be reached using the reverse proxy
proxy = "none" # more examples can be found at src/database/proxy.rs:6 proxy = "none" # more examples can be found at src/database/proxy.rs:6