{ "name": "Piwigo", "version": "11.5.0", "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": [ "config:rw", "media:rw", "share:rw", "ssl" ], "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "boot": "auto", "environment": {}, "options": { "PUID": 1000, "PGID": 1000 }, "schema": { "PUID": "int", "PGID": "int", "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", "TZ": "str?" } }