Updater bot : photoprism updated to 20220121

This commit is contained in:
alexbelgium
2022-01-21 13:50:51 +01:00
parent 113b650f76
commit a5f0108d5e
3 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 20220121 (21-01-2022)
- Update to latest version from photoprism/photoprism
## 20220118 (18-01-2022)
- Update to latest version from photoprism/photoprism

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20220118"
ARG BUILD_UPSTREAM="20220121"
FROM photoprism/photoprism:latest
##################

View File

@@ -1,6 +1,9 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
"devices": [
"/dev/sda",
@@ -38,7 +41,10 @@
"environment": {
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
},
"map": ["media:rw", "share:rw"],
"map": [
"media:rw",
"share:rw"
],
"name": "Photoprism",
"options": {
"networkdisks": "//server/share",
@@ -57,7 +63,10 @@
"ports_description": {
"2342/tcp": "Web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
@@ -71,8 +80,8 @@
"CUSTOM_OPTIONS": "str?"
},
"slug": "photoprism",
"upstream": "20220118",
"upstream": "20220121",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20220118-2",
"version": "20220121",
"webui": "http://[HOST]:[PORT:2342]"
}