{ "arch": [ "aarch64", "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "Gitea for Home Assistant", "image": "ghcr.io/alexbelgium/gitea-{arch}", "init": false, "map": [ "share:rw", "ssl:ro" ], "name": "Gitea", "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false }, "ports": { "22/tcp": 2222, "3000/tcp": 3000 }, "ports_description": { "22/tcp": "Ssh", "3000/tcp": "Http web interface" }, "schema": { "certfile": "str", "keyfile": "str", "ssl": "bool" }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", "version": "1.17.2", "webui": "http://[HOST]:[PORT:3000]" }