Files
hassio-addons/gitea/config.json
2022-08-30 19:08:53 +02:00

38 lines
718 B
JSON

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