Redirect sign-in and register links to a beta landing page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Public registrations on app.happydomain.org are paused. Route the sign-in, register, and join entry points to a new /beta/ page that explains the beta program and points users to self-hosting via the binary or Docker image.
This commit is contained in:
parent
a52e4f8aee
commit
9e66092695
5 changed files with 88 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/domains/* https://app.happydomain.org/domains/:splat
|
||||
/join https://app.happydomain.org/register
|
||||
/login https://app.happydomain.org/login
|
||||
/register https://app.happydomain.org/register
|
||||
/join /beta/
|
||||
/login /beta/
|
||||
/register /beta/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue