Files
hassio-addons/gitea/config.json
2022-12-31 01:57:31 +01:00

43 lines
905 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:rw"
],
"name": "Gitea",
"options": {
"APP_NAME": "Gitea for Homeassistant",
"DOMAIN": "homeassistant.local",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
},
"ports": {
"22/tcp": 2222,
"3000/tcp": 3000
},
"ports_description": {
"22/tcp": "Ssh",
"3000/tcp": "Web interface"
},
"schema": {
"APP_NAME": "str?",
"DOMAIN": "str?",
"ROOT_URL": "str?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.18.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}