diff --git a/cinny.config.json b/cinny.config.json index 8575d59..3f6f065 100644 --- a/cinny.config.json +++ b/cinny.config.json @@ -1,6 +1,7 @@ { - "defaultHomeserver": 5, + "defaultHomeserver": 0, "homeserverList": [ + "monolith.mac", "boba.best", "converser.eu", "envs.net", diff --git a/conduit.rs.sh b/conduit.rs.sh index 2feefcd..621ccbd 100644 --- a/conduit.rs.sh +++ b/conduit.rs.sh @@ -2,4 +2,4 @@ mkdir ./mnt 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 diff --git a/conduit.toml b/conduit.toml index 9972839..1695d56 100644 --- a/conduit.toml +++ b/conduit.toml @@ -20,7 +20,7 @@ max_concurrent_requests = 10 #log = "info,state_res=warn,rocket=off,_=off,sled=off" #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