diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 2b0ff66c3..5e6019de9 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 12.2.0 (04-01-2022) +- Update to latest version from linuxserver/docker-piwigo - New standardized logic for Dockerfile build and packages installation ## 12.1.0 (13-11-2021) diff --git a/piwigo/config.json b/piwigo/config.json index cfbd53ac9..d61440452 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -1,5 +1,10 @@ { - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "Piwigo is a photo gallery software for the web", "devices": [ @@ -37,7 +42,11 @@ "environment": { "PWG_LOCAL_DIR": "/data" }, - "map": ["media:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "share:rw", + "ssl" + ], "name": "Piwigo", "options": { "PUID": 1000, @@ -49,7 +58,10 @@ "ports_description": { "80/tcp": "Web UI port" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -62,8 +74,8 @@ "slug": "piwigo", "stage": "experimental", "startup": "services", - "upstream": "12.1.0", + "upstream": "12.2.0", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "12.1.0", + "version": "12.2.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }