immich icon indicating copy to clipboard operation
immich copied to clipboard

[Feature]: skip the getting started page after setup

Open tbleiker opened this issue 2 years ago • 1 comments

Feature detail

Skip the getting started page and directly show the login page once the admin account is set up.

Platform

Web

tbleiker avatar Feb 04 '23 21:02 tbleiker

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'

tbleiker avatar Feb 05 '23 14:02 tbleiker