From ccd0d934700da580633541adf949c9b0980faabc Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 9 Dec 2024 04:18:03 +0000 Subject: [PATCH] disable link previews whilst it's still sus --- servers/containers/conduwuit-testing.container | 2 +- servers/containers/conduwuit.container | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/containers/conduwuit-testing.container b/servers/containers/conduwuit-testing.container index 0dcebf43..05215ce2 100644 --- a/servers/containers/conduwuit-testing.container +++ b/servers/containers/conduwuit-testing.container @@ -68,7 +68,7 @@ Environment="CONDUWUIT_TURN_URIS=[\"turns:coturn.ellis.link?transport=udp\",\"tu Environment="CONDUWUIT_TURN_SECRET=qjRh55G51K7V0ZqB7Z8ZEkxZjBLJMgkwEs8acFjx" Network=pub.network:interface_name=pub -Environment="CONDUWUIT_URL_PREVIEW_DOMAIN_EXPLICIT_ALLOWLIST=[\"*\"]" +# Environment="CONDUWUIT_URL_PREVIEW_DOMAIN_EXPLICIT_ALLOWLIST=[\"*\"]" Environment="CONDUWUIT_URL_PREVIEW_BOUND_INTERFACE=pub" # Environment="CONDUWUIT_SENTRY=true" diff --git a/servers/containers/conduwuit.container b/servers/containers/conduwuit.container index 86a79945..ba0b80a4 100644 --- a/servers/containers/conduwuit.container +++ b/servers/containers/conduwuit.container @@ -67,7 +67,7 @@ Environment="CONDUWUIT_TURN_URIS=[\"turns:coturn.ellis.link?transport=udp\",\"tu Environment="CONDUWUIT_TURN_SECRET=qjRh55G51K7V0ZqB7Z8ZEkxZjBLJMgkwEs8acFjx" Network=pub.network:interface_name=pub -Environment="CONDUWUIT_URL_PREVIEW_DOMAIN_EXPLICIT_ALLOWLIST=[\"*\"]" +# Environment="CONDUWUIT_URL_PREVIEW_DOMAIN_EXPLICIT_ALLOWLIST=[\"*\"]" Environment="CONDUWUIT_URL_PREVIEW_BOUND_INTERFACE=pub" Environment="CONDUWUIT_SENTRY=true"