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 }