mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 17:25:35 +03:00
feat(web,server): external domain setting (#6146)
* feat: external domain setting * chore: open api * mobile: handle serverconfig-externalDomain --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,7 @@ export const serverConfig = writable<ServerConfig>({
|
||||
loginPageMessage: '',
|
||||
trashDays: 30,
|
||||
isInitialized: false,
|
||||
externalDomain: '',
|
||||
});
|
||||
|
||||
export const loadConfig = async () => {
|
||||
|
||||
Reference in New Issue
Block a user