-
-
Notifications
You must be signed in to change notification settings - Fork 219
/
config.json
51 lines (51 loc) · 1.07 KB
/
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
43
44
45
46
47
48
49
50
51
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups",
"docker_config/cli-plugins"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Manage your Docker environment with ease",
"docker_api": true,
"hassio_api": true,
"image": "ghcr.io/alexbelgium/portainer-{arch}",
"ingress": true,
"ingress_port": 1337,
"ingress_stream": true,
"init": false,
"map": [
"share:rw",
"ssl"
],
"name": "Portainer",
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"password": "homeassistant",
"ssl": false
},
"panel_admin": false,
"panel_icon": "mdi:docker",
"ports": {
"8000/tcp": null,
"9099/tcp": 9000
},
"ports_description": {
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)",
"9099/tcp": "Web UI port"
},
"schema": {
"certfile": "str",
"keyfile": "str",
"password": "str?",
"ssl": "bool"
},
"slug": "portainer",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.23.0"
}