Merge pull request 'mastodon: fix sign_up route, redirect to sign_in' (#7) from fix/mastodon-sign-up-route into main
Reviewed-on: pub-solar/infra#7 Reviewed-by: hensoko <hensoko@gssws.de>
This commit is contained in:
commit
5ec6c1b74e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue