Files
hassio-addons/piwigo/config.json
2021-02-07 09:12:30 +01:00

55 lines
1.0 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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":[
"media:rw",
"share:rw",
"ssl"
],
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"boot": "auto",
"environment": {
"PUID": 0,
"PGID": 0
},
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"PUID": 0,
"PGID": 0
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"PUID": "int",
"PGID": "int",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"TZ": "str?"
}
}