Files
hassio-addons/gitea/config.json
2022-09-08 22:28:47 +02:00

37 lines
752 B
JSON

{
"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.1",
"webui": "http://[HOST]:[PORT:3000]"
}