mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 06:11:49 +02:00
First build https://github.com/alexbelgium/hassio-addons/issues/840 https://github.com/alexbelgium/hassio-addons/issues/565
This commit is contained in:
44
portainer_agent/config.json
Normal file
44
portainer_agent/config.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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",
|
||||
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "portainer_agent",
|
||||
"options": {},
|
||||
"ports": {
|
||||
"9001/tcp": 9001,
|
||||
"80/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"9001/tcp": "Portainer agent",
|
||||
"80/tcp": "Portainer edge agent"
|
||||
},
|
||||
"schema": {
|
||||
"AGENT_CLUSTER_ADDR": "str",
|
||||
"AGENT_SECRET": "str?",
|
||||
"AGENT_SECRET_TIMEOUT": "str?",
|
||||
"AGENT_CLUSTER_PROBE_TIMEOUT": "str?",
|
||||
"AGENT_CLUSTER_PROBE_INTERVAL": "str?",
|
||||
"LOG_LEVEL": "str?",
|
||||
"EDGE": "list(0|1)?",
|
||||
"EDGE_KEY": "str?",
|
||||
"EDGE_ID": "str?",
|
||||
"EDGE_INACTIVITY_TIMEOUT": "str?",
|
||||
"EDGE_INSECURE_POLL": "list(0|1)?"
|
||||
},
|
||||
"slug": "portainer_agent",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.18.2-test"
|
||||
}
|
||||
Reference in New Issue
Block a user