mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: disable admin setup (#24628)
This commit is contained in:
parent
f99f5f4f91
commit
5a7c9a252c
8 changed files with 69 additions and 10 deletions
|
|
@ -75,6 +75,10 @@ const envData: EnvData = {
|
|||
corePlugin: '/build/corePlugin',
|
||||
},
|
||||
|
||||
setup: {
|
||||
allow: true,
|
||||
},
|
||||
|
||||
storage: {
|
||||
ignoreMountCheckErrors: false,
|
||||
},
|
||||
|
|
@ -88,8 +92,10 @@ const envData: EnvData = {
|
|||
workers: [ImmichWorker.Api, ImmichWorker.Microservices],
|
||||
|
||||
plugins: {
|
||||
enabled: true,
|
||||
installFolder: '/app/data/plugins',
|
||||
external: {
|
||||
allow: true,
|
||||
installFolder: '/app/data/plugins',
|
||||
},
|
||||
},
|
||||
|
||||
noColor: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue