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...)
## 20220107 (07-01-2022)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20220107"
ARG BUILD_UPSTREAM="20220118"
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",
@@ -39,7 +42,10 @@
"environment": {
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
},
"map": ["media:rw", "share:rw"],
"map": [
"media:rw",
"share:rw"
],
"name": "Photoprism",
"options": {
"networkdisks": "//server/share",
@@ -58,7 +64,10 @@
"ports_description": {
"2342/tcp": "Web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
@@ -72,8 +81,8 @@
"CUSTOM_OPTIONS": "str?"
},
"slug": "photoprism",
"upstream": "20220107",
"upstream": "20220118",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20220107",
"version": "20220118",
"webui": "http://[HOST]:[PORT:2342]"
}