Update to 12.0.0

This commit is contained in:
alexbelgium
2021-11-05 06:28:32 +01:00
parent c53696d5b1
commit ca1896cddc
2 changed files with 20 additions and 5 deletions

View File

@@ -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 local drives by label. Just pust the label instead of sda1 for example
- Allow mounting of devices up to sdg2 - Allow mounting of devices up to sdg2

View File

@@ -1,5 +1,10 @@
{ {
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto", "boot": "auto",
"description": "Piwigo is a photo gallery software for the web", "description": "Piwigo is a photo gallery software for the web",
"devices": [ "devices": [
@@ -21,7 +26,11 @@
"environment": { "environment": {
"PWG_LOCAL_DIR": "/data" "PWG_LOCAL_DIR": "/data"
}, },
"map": ["media:rw", "share:rw", "ssl"], "map": [
"media:rw",
"share:rw",
"ssl"
],
"name": "Piwigo", "name": "Piwigo",
"options": { "options": {
"PUID": 1000, "PUID": 1000,
@@ -33,7 +42,10 @@
"ports_description": { "ports_description": {
"80/tcp": "Web UI port" "80/tcp": "Web UI port"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
@@ -46,8 +58,8 @@
"slug": "piwigo", "slug": "piwigo",
"stage": "experimental", "stage": "experimental",
"startup": "services", "startup": "services",
"upstream": "11.5.0", "upstream": "12.0.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "11.5.0-9", "version": "12.0.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
} }