Update to 12.2.0

This commit is contained in:
alexbelgium
2022-01-04 01:59:22 +01:00
parent 7d33d244da
commit 9bf2a85670
2 changed files with 20 additions and 5 deletions

View File

@@ -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)

View File

@@ -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]"
}