diff --git a/immich_ingress/config.json b/immich_ingress/config.json index 2e9d442b0..2e6580026 100644 --- a/immich_ingress/config.json +++ b/immich_ingress/config.json @@ -76,25 +76,35 @@ "mysql:want" ], "schema": { - "PGID": "int", - "PUID": "int", - "TZ": "str?", - "cifspassword": "str?", - "cifsusername": "str?", - "database": "list(internal|external_postgresql)?", - "data_location": "str", - "localdisks": "str?", - "networkdisks": "str?", - "DB_HOSTNAME": "str?", - "DB_USERNAME": "str?", - "DB_PORT": "int?", - "DB_PASSWORD": "str?", - "DB_DATABASE_NAME": "str?", - "UPLOAD_LOCATION": "str?", - "JWT_SECRET": "str" + "Container options": { + "PGID": "int", + "PUID": "int", + "TZ": "str?", + "data_location": "str" + }, + "App options": { + "DISABLE_MACHINE_LEARNING": "bool?", + "JWT_SECRET": "str" + }, + "SMB mounts": { + "cifspassword": "str?", + "cifsusername": "str?", + "networkdisks": "str?" + }, + "Local disk mount": { + "localdisks": "str?" + }, + "Database type" :{ + "database": "list(internal|external_postgresql)?", + "DB_HOSTNAME": "str?", + "DB_USERNAME": "str?", + "DB_PORT": "int?", + "DB_PASSWORD": "str?", + "DB_DATABASE_NAME": "str?" + }, }, "slug": "immich_ingress", "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.3", "webui": "http://[HOST]:[PORT:8080]" -} \ No newline at end of file +}