immich
immich copied to clipboard
[Feature]: skip the getting started page after setup
Feature detail
Skip the getting started page and directly show the login page once the admin account is set up.
Platform
Web
For now, I set up a redirect rule with trafik. Here are the traefik labels for those who are interested:
traefik.http.routers.immich-https.middlewares: immich-middlewares
traefik.http.middlewares.immich-middlewares.redirectregex.regex: '^https:\/\/photos\.mydomain\.com\/?$$'
traefik.http.middlewares.immich-middlewares.redirectregex.replacement: 'https://photos.mydomain.com/photos'