mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01:00
Update config.json
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user