diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index da9948510..4274af807 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -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) diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index d7043100e..cba352c99 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="20220107" +ARG BUILD_UPSTREAM="20220118" FROM photoprism/photoprism:latest ################## diff --git a/photoprism/config.json b/photoprism/config.json index cfac53290..c03252cf6 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -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]" }