diff --git a/manifests/bin/deploy.sh b/manifests/bin/deploy.sh index 0e134ef..8ad5db1 100755 --- a/manifests/bin/deploy.sh +++ b/manifests/bin/deploy.sh @@ -48,8 +48,8 @@ export TURN_SHARED_SECRET; TURN_SHARED_SECRET="$(get_synapse_key turn_shared_s export REGISTRATION_SECRET; REGISTRATION_SECRET="$(get_synapse_key registration_shared_secret)" kcreatecm synapse \ - --from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < homeserver.yaml) \ - --from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < log.config) + --from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/homeserver.yaml) \ + --from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < config/log.config) kapply common/keys.yaml common/app.yaml common/delegation.yaml diff --git a/manifests/common/turn.yaml b/manifests/common/turn.yaml new file mode 100644 index 0000000..2be3987 --- /dev/null +++ b/manifests/common/turn.yaml @@ -0,0 +1 @@ +# https://element-hq.github.io/synapse/latest/setup/turn/coturn.html