mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-27 00:10:32 +02:00
Update config.json
This commit is contained in:
@@ -77,8 +77,6 @@
|
|||||||
"DB_TYPE": "sqlite",
|
"DB_TYPE": "sqlite",
|
||||||
"IMPORT_PATH": "/share/photoprism/import",
|
"IMPORT_PATH": "/share/photoprism/import",
|
||||||
"ORIGINALS_PATH": "/share/photoprism/originals",
|
"ORIGINALS_PATH": "/share/photoprism/originals",
|
||||||
"PGID": 1000,
|
|
||||||
"PUID": 1000,
|
|
||||||
"STORAGE_PATH": "/share/photoprism/storage",
|
"STORAGE_PATH": "/share/photoprism/storage",
|
||||||
"UPLOAD_NSFW": "true",
|
"UPLOAD_NSFW": "true",
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
@@ -103,8 +101,8 @@
|
|||||||
"DB_TYPE": "list(sqlite|mariadb_addon|external)",
|
"DB_TYPE": "list(sqlite|mariadb_addon|external)",
|
||||||
"IMPORT_PATH": "str",
|
"IMPORT_PATH": "str",
|
||||||
"ORIGINALS_PATH": "str",
|
"ORIGINALS_PATH": "str",
|
||||||
"PGID": "int",
|
"PGID": "int?",
|
||||||
"PUID": "int",
|
"PUID": "int?",
|
||||||
"STORAGE_PATH": "str",
|
"STORAGE_PATH": "str",
|
||||||
"UPLOAD_NSFW": "bool",
|
"UPLOAD_NSFW": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
|
|||||||
Reference in New Issue
Block a user