Redirect sign-in and register links to a beta landing page

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:
nemunaire 2026-06-04 11:43:06 +09:00
commit 3bb3f2cc75
8 changed files with 118 additions and 9 deletions

View file

@ -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/