forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
49 lines (49 loc) · 1.15 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
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups"
],
"codenotary": "[email protected]",
"description": "An agent used to manage all the resources in a Swarm cluster",
"docker_api": true,
"full_access": true,
"hassio_api": true,
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
"init": false,
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Portainer Agent",
"ports": {
"80/tcp": null,
"9001/tcp": 9001
},
"ports_description": {
"80/tcp": "Portainer edge agent",
"9001/tcp": "Portainer agent"
},
"schema": {
"AGENT_CLUSTER_ADDR": "str?",
"AGENT_CLUSTER_PROBE_INTERVAL": "str?",
"AGENT_CLUSTER_PROBE_TIMEOUT": "str?",
"AGENT_SECRET": "str?",
"AGENT_SECRET_TIMEOUT": "str?",
"EDGE": "list(0|1)?",
"EDGE_ID": "str?",
"EDGE_INACTIVITY_TIMEOUT": "str?",
"EDGE_INSECURE_POLL": "list(0|1)?",
"EDGE_KEY": "str?",
"LOG_LEVEL": "str?",
"PORTAINER_AGENT_ARGS": "str?"
},
"slug": "portainer_agent",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "linux-arm64-2.19.4-alpine"
}