mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
42 lines
904 B
JSON
42 lines
904 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.17.3",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
|
} |