mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01: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 of devices up to sdg2
|
||||
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user