mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Remove custom user
This commit is contained in:
@@ -74,6 +74,8 @@
|
|||||||
"MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning",
|
"MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning",
|
||||||
"MACHINE_LEARNING_WORKERS": "1",
|
"MACHINE_LEARNING_WORKERS": "1",
|
||||||
"MACHINE_LEARNING_WORKER_TIMEOUT": "120",
|
"MACHINE_LEARNING_WORKER_TIMEOUT": "120",
|
||||||
|
"PGID": 0,
|
||||||
|
"PUID": 0,
|
||||||
"REDIS_HOSTNAME": "localhost",
|
"REDIS_HOSTNAME": "localhost",
|
||||||
"REDIS_PORT": "6379",
|
"REDIS_PORT": "6379",
|
||||||
"REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/",
|
"REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/",
|
||||||
@@ -98,8 +100,6 @@
|
|||||||
"DB_USERNAME": "postgres",
|
"DB_USERNAME": "postgres",
|
||||||
"DISABLE_MACHINE_LEARNING": false,
|
"DISABLE_MACHINE_LEARNING": false,
|
||||||
"JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=",
|
"JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=",
|
||||||
"PGID": 0,
|
|
||||||
"PUID": 0,
|
|
||||||
"TZ": "Europe/Paris",
|
"TZ": "Europe/Paris",
|
||||||
"data_location": "/share/immich"
|
"data_location": "/share/immich"
|
||||||
},
|
},
|
||||||
@@ -125,8 +125,6 @@
|
|||||||
"JWT_SECRET": "str",
|
"JWT_SECRET": "str",
|
||||||
"MACHINE_LEARNING_WORKERS": "int?",
|
"MACHINE_LEARNING_WORKERS": "int?",
|
||||||
"MACHINE_LEARNING_WORKER_TIMEOUT": "int?",
|
"MACHINE_LEARNING_WORKER_TIMEOUT": "int?",
|
||||||
"PGID": "int",
|
|
||||||
"PUID": "int",
|
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user