Update config.json

This commit is contained in:
Alexandre
2025-07-17 19:43:36 +02:00
committed by GitHub
parent ddff1cd306
commit af4a1ffcbe

View File

@@ -81,6 +81,7 @@
"options": { "options": {
"DB_PASSWORD": "ente", "DB_PASSWORD": "ente",
"DISABLE_WEB_UI": true, "DISABLE_WEB_UI": true,
"ENTE_ENDPOINT_URL": "http://homeassistant.local:8280",
"MINIO_DATA_LOCATION": "/config/minio-data", "MINIO_DATA_LOCATION": "/config/minio-data",
"MINIO_ROOT_PASSWORD": "minioadmin", "MINIO_ROOT_PASSWORD": "minioadmin",
"MINIO_ROOT_USER": "minioadmin", "MINIO_ROOT_USER": "minioadmin",
@@ -114,6 +115,7 @@
"DB_PORT": "int?", "DB_PORT": "int?",
"DB_USERNAME": "str?", "DB_USERNAME": "str?",
"DISABLE_WEB_UI": "bool?", "DISABLE_WEB_UI": "bool?",
"ENTE_ENDPOINT_URL": "str",
"MINIO_DATA_LOCATION": "str", "MINIO_DATA_LOCATION": "str",
"MINIO_ROOT_PASSWORD": "str", "MINIO_ROOT_PASSWORD": "str",
"MINIO_ROOT_USER": "str", "MINIO_ROOT_USER": "str",
@@ -123,7 +125,7 @@
"slug": "ente", "slug": "ente",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.1.57", "version": "1.1.57-2",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"
} }