mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Updater bot : photoprism updated to 220302-impish
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 220302-impish (03-03-2022)
|
||||
- Update to latest version from photoprism/photoprism
|
||||
- CUSTOM_OPTIONS deprecated : use config.yaml (see Readme)
|
||||
- Any ENV variables can be set by config.yaml (see Readme)
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="20220121"
|
||||
ARG BUILD_UPSTREAM="220302-impish"
|
||||
FROM photoprism/photoprism:latest
|
||||
|
||||
##################
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Photoprism",
|
||||
"options": {
|
||||
@@ -70,7 +70,9 @@
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"schema": {
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
@@ -85,8 +87,8 @@
|
||||
"DB_TYPE": "list(sqlite|mariadb_addon)"
|
||||
},
|
||||
"slug": "photoprism",
|
||||
"upstream": "20220121",
|
||||
"upstream": "220302-impish",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
||||
"version": "20220121-12",
|
||||
"version": "220302-impish",
|
||||
"webui": "http://[HOST]:[PORT:2342]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user