forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
42 lines (42 loc) · 905 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "[email protected]",
"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.19.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}