mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
added gitea
This commit is contained in:
37
gitea/config.json
Normal file
37
gitea/config.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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]"
|
||||
}
|
||||
Reference in New Issue
Block a user