{ "arch": [ "aarch64", "amd64", "armv7" ], "codenotary": "alexandrep.github@gmail.com", "description": "high performance proxy server", "image": "ghcr.io/alexbelgium/goproxy-{arch}", "init": false, "map": [ "addon_config:rw", "ssl" ], "name": "Goproxy", "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", "TZ": "Europe/Paris", "ssl": true }, "ports": { "7277/tcp": 7277 }, "ports_description": { "7277/tcp": "Bitwarden Vault" }, "schema": { "certfile": "str", "keyfile": "str", "TZ": "str", "ssl": "bool" }, "slug": "goproxy", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/goproxy", "version": "0.1", "webui": "http://[HOST]:[PORT:7277]" }