need https darned it
parent
ff6fbf9f16
commit
4f214dcd94
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"defaultHomeserver": 5,
|
"defaultHomeserver": 0,
|
||||||
"homeserverList": [
|
"homeserverList": [
|
||||||
|
"monolith.mac",
|
||||||
"boba.best",
|
"boba.best",
|
||||||
"converser.eu",
|
"converser.eu",
|
||||||
"envs.net",
|
"envs.net",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue