Files
hassio-addons/portainer_agent/config.json

50 lines
1.2 KiB
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups"
],
"codenotary": "alexandrep.github@gmail.com",
"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-ppc64le-2.20.3-alpine"
}