mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Allow for external database configuration
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"BACKUP_PATH": "str",
|
"BACKUP_PATH": "str",
|
||||||
"CONFIG_LOCATION": "str",
|
"CONFIG_LOCATION": "str",
|
||||||
"DB_TYPE": "list(sqlite|mariadb_addon)",
|
"DB_TYPE": "list(sqlite|mariadb_addon|external)",
|
||||||
"IMPORT_PATH": "str",
|
"IMPORT_PATH": "str",
|
||||||
"ORIGINALS_PATH": "str",
|
"ORIGINALS_PATH": "str",
|
||||||
"STORAGE_PATH": "str",
|
"STORAGE_PATH": "str",
|
||||||
@@ -100,4 +100,4 @@
|
|||||||
"slug": "photoprism",
|
"slug": "photoprism",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
||||||
"version": "20220121-2"
|
"version": "20220121-2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user