mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-06 17:08:10 +02:00
Update to 12.0.0
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user