Updater bot : photoprism updated to 20220118

This commit is contained in:
alexbelgium
2022-01-18 20:21:59 +01:00
parent 591efcecef
commit 7547bdb842
3 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 20220118 (18-01-2022)
- Update to latest version from photoprism/photoprism
- Automatic builds (reduced size, local wear, install duration...) - Automatic builds (reduced size, local wear, install duration...)
## 20220107 (07-01-2022) ## 20220107 (07-01-2022)

View File

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

View File

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