Files
hassio-addons/portainer_agent/config.json
Alexandre 07a2c697ea test
2023-05-21 11:28:35 +02:00

51 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,
"hassio_api": true,
"full_access": true,
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
"init": false,
"map": [
"config",
"share:rw",
"ssl"
],
"name": "portainer_agent",
"options": {
"PORTAINER_AGENT_ARGS": ""
},
"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?",
"PORTAINER_AGENT_ARGS": "str?",
"LOG_LEVEL": "str?"
},
"slug": "portainer_agent",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.18.2-test2"
}