{ "arch": [ "aarch64", "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "Gitea for Home Assistant", "init": false, "map": [ "share:rw", "ssl:ro" ], "name": "Gitea", "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false, "SITE_TITLE": "Gitea: Git with a cup of tea", "SERVER_DOMAIN": "localhost", "BASE_URL": "http://localhost:3000/" }, "ports": { "22/tcp": 2222, "3000/tcp": 3000 }, "ports_description": { "22/tcp": "Ssh", "3000/tcp": "Web interface" }, "schema": { "certfile": "str", "keyfile": "str", "ssl": "bool", "SITE_TITLE": "str", "SERVER_DOMAIN": "str", "BASE_URL": "str" }, "slug": "gitea", "url": "https://github.com/baldarn/hassio-addons/tree/master/gitea", "version": "1.17.2-1", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" }