mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 17:51:49 +02: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)
|
- CUSTOM_OPTIONS deprecated : use config.yaml (see Readme)
|
||||||
- Any ENV variables can be set by config.yaml (see Readme)
|
- Any ENV variables can be set by config.yaml (see Readme)
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="20220121"
|
ARG BUILD_UPSTREAM="220302-impish"
|
||||||
FROM photoprism/photoprism:latest
|
FROM photoprism/photoprism:latest
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
"map": [
|
"map": [
|
||||||
"media:rw",
|
"media:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"name": "Photoprism",
|
"name": "Photoprism",
|
||||||
"options": {
|
"options": {
|
||||||
@@ -70,7 +70,9 @@
|
|||||||
"SYS_ADMIN",
|
"SYS_ADMIN",
|
||||||
"DAC_READ_SEARCH"
|
"DAC_READ_SEARCH"
|
||||||
],
|
],
|
||||||
"services": ["mysql:want"],
|
"services": [
|
||||||
|
"mysql:want"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
@@ -85,8 +87,8 @@
|
|||||||
"DB_TYPE": "list(sqlite|mariadb_addon)"
|
"DB_TYPE": "list(sqlite|mariadb_addon)"
|
||||||
},
|
},
|
||||||
"slug": "photoprism",
|
"slug": "photoprism",
|
||||||
"upstream": "20220121",
|
"upstream": "220302-impish",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
||||||
"version": "20220121-12",
|
"version": "220302-impish",
|
||||||
"webui": "http://[HOST]:[PORT:2342]"
|
"webui": "http://[HOST]:[PORT:2342]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user