[Feature]: skip the getting started page after setup #658

Closed
opened 2026-02-19 23:11:39 -05:00 by deekerman · 1 comment
Owner

Originally created by @tbleiker on GitHub (Feb 4, 2023).

Feature detail

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

Platform

Web

Originally created by @tbleiker on GitHub (Feb 4, 2023). ### Feature detail Skip the getting started page and directly show the login page once the admin account is set up. ### Platform Web
Author
Owner

@tbleiker commented on GitHub (Feb 5, 2023):

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 commented on GitHub (Feb 5, 2023): 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' ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/immich#658
No description provided.