fix: use img.riotpiao.com instead of immich.riotpiao.com for hostname
This commit is contained in:
@@ -12,7 +12,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: immich.riotpiao.com
|
- host: img.riotpiao.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|||||||
@@ -385,11 +385,11 @@ SERVICES = {
|
|||||||
# custom scheme Authentik can't register directly (see docs.immich.app/
|
# custom scheme Authentik can't register directly (see docs.immich.app/
|
||||||
# administration/oauth - "custom scheme" workaround).
|
# administration/oauth - "custom scheme" workaround).
|
||||||
"redirect_uris": [
|
"redirect_uris": [
|
||||||
"https://immich.riotpiao.com/auth/login",
|
"https://img.riotpiao.com/auth/login",
|
||||||
"https://immich.riotpiao.com/user-settings",
|
"https://img.riotpiao.com/user-settings",
|
||||||
"https://immich.riotpiao.com/api/oauth/mobile-redirect",
|
"https://img.riotpiao.com/api/oauth/mobile-redirect",
|
||||||
],
|
],
|
||||||
"launch_url": "https://immich.riotpiao.com",
|
"launch_url": "https://img.riotpiao.com",
|
||||||
"display_name": "Immich",
|
"display_name": "Immich",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user