mastodon: fix sign_up route, redirect to sign_in

This commit is contained in:
teutat3s 2023-03-15 11:42:16 +01:00
parent deb4215fe7
commit 0b547d0ee4
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -65,7 +65,7 @@ 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/sign_up /auth/sign_in 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 {