Files
hassio-addons/piwigo/config.json
2021-08-30 18:46:36 +02:00

49 lines
904 B
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.5.0-5",
"upstream": "11.5.0",
"slug": "piwigo",
"stage": "experimental",
"description": "Piwigo is a photo gallery software for the web",
"url": "https://github.com/alexbelgium/hassio-addons",
"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": {
"PWG_LOCAL_DIR": "/data"},
"options": {
"PUID": 1000,
"PGID": 1000
},
"schema": {
"PUID": "int",
"PGID": "int",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"TZ": "str?"
}
}