mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
50 lines
925 B
JSON
50 lines
925 B
JSON
{
|
||
"name": "Piwigo",
|
||
"version": "11.3.0",
|
||
"slug": "piwigo",
|
||
"description": "Piwigo is a photo gallery software for the web",
|
||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/piwigo",
|
||
"startup": "services",
|
||
"arch": [
|
||
"aarch64",
|
||
"amd64",
|
||
"armv7",
|
||
"armhf"
|
||
],
|
||
"ports": {
|
||
"80/tcp": 81
|
||
},
|
||
"ports_description": {
|
||
"80/tcp": "Web UI port"
|
||
},
|
||
"privileged": [
|
||
"SYS_ADMIN"
|
||
],
|
||
"full_access": true,
|
||
"map":[
|
||
"config:rw",
|
||
"media:rw",
|
||
"share:rw",
|
||
"ssl"
|
||
],
|
||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||
"boot": "auto",
|
||
"environment": {
|
||
"PUID": 1000,
|
||
"PGID": 1000
|
||
},
|
||
"options": {
|
||
"PUID": 1000,
|
||
"PGID": 1000
|
||
},
|
||
"schema": {
|
||
"PUID": "int",
|
||
"PGID": "int",
|
||
"localdisks": "str?",
|
||
"networkdisks": "str?",
|
||
"cifsusername": "str?",
|
||
"cifspassword": "str?",
|
||
"TZ": "str?"
|
||
}
|
||
}
|