From ca1896cddcd4a3733b9380b62e6f89bdb75e87d2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 5 Nov 2021 06:28:32 +0100 Subject: [PATCH] Update to 12.0.0 --- piwigo/CHANGELOG.md | 3 +++ piwigo/config.json | 22 +++++++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 39a825974..1da85d54c 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 12.0.0 (05-11-2021) +- Update to latest version from linuxserver/docker-piwigo - Allow mounting local drives by label. Just pust the label instead of sda1 for example - Allow mounting of devices up to sdg2 diff --git a/piwigo/config.json b/piwigo/config.json index 6208a7d71..1462ea691 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": [ @@ -21,7 +26,11 @@ "environment": { "PWG_LOCAL_DIR": "/data" }, - "map": ["media:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "share:rw", + "ssl" + ], "name": "Piwigo", "options": { "PUID": 1000, @@ -33,7 +42,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", @@ -46,8 +58,8 @@ "slug": "piwigo", "stage": "experimental", "startup": "services", - "upstream": "11.5.0", + "upstream": "12.0.0", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "11.5.0-9", + "version": "12.0.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }