From 349882ba4bd55494e74df515c93a368ddef2e69c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 29 Nov 2022 02:32:32 +0100 Subject: [PATCH] mastodon: use caddy to redirect register, forgot password, resend confirmation links --- mastodon/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 4c75490..111f3fa 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -64,6 +64,9 @@ services: root * /srv file_server } + redir /auth/sign_up https://auth.pub.solar/realms/pub.solar/login-actions/registration?client_id=mastodon temporary + redir /auth/confirmation/new https://auth.pub.solar/realms/pub.solar/login-actions/reset-credentials?client_id=mastodon temporary + redir /auth/password/new https://auth.pub.solar/realms/pub.solar/login-actions/reset-credentials?client_id=mastodon temporary reverse_proxy @streaming { to http://$$UPSTREAM_STREAMING_DOMAIN:$$UPSTREAM_STREAMING_PORT }