mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02:00
Github bot : json sorted
This commit is contained in:
@@ -7,4 +7,4 @@
|
|||||||
"codenotary": {
|
"codenotary": {
|
||||||
"signer": "alexandrep.github@gmail.com"
|
"signer": "alexandrep.github@gmail.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,36 +9,36 @@
|
|||||||
],
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "An agent used to manage all the resources in a Swarm cluster",
|
"description": "An agent used to manage all the resources in a Swarm cluster",
|
||||||
|
"full_access": true,
|
||||||
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
|
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"full_access": true,
|
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"name": "portainer_agent",
|
"name": "portainer_agent",
|
||||||
"ports": {
|
"ports": {
|
||||||
"9001/tcp": 9001,
|
"80/tcp": null,
|
||||||
"80/tcp": null
|
"9001/tcp": 9001
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9001/tcp": "Portainer agent",
|
"80/tcp": "Portainer edge agent",
|
||||||
"80/tcp": "Portainer edge agent"
|
"9001/tcp": "Portainer agent"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"AGENT_CLUSTER_ADDR": "str",
|
"AGENT_CLUSTER_ADDR": "str",
|
||||||
|
"AGENT_CLUSTER_PROBE_INTERVAL": "str?",
|
||||||
|
"AGENT_CLUSTER_PROBE_TIMEOUT": "str?",
|
||||||
"AGENT_SECRET": "str?",
|
"AGENT_SECRET": "str?",
|
||||||
"AGENT_SECRET_TIMEOUT": "str?",
|
"AGENT_SECRET_TIMEOUT": "str?",
|
||||||
"AGENT_CLUSTER_PROBE_TIMEOUT": "str?",
|
|
||||||
"AGENT_CLUSTER_PROBE_INTERVAL": "str?",
|
|
||||||
"LOG_LEVEL": "str?",
|
|
||||||
"EDGE": "list(0|1)?",
|
"EDGE": "list(0|1)?",
|
||||||
"EDGE_KEY": "str?",
|
|
||||||
"EDGE_ID": "str?",
|
"EDGE_ID": "str?",
|
||||||
"EDGE_INACTIVITY_TIMEOUT": "str?",
|
"EDGE_INACTIVITY_TIMEOUT": "str?",
|
||||||
"EDGE_INSECURE_POLL": "list(0|1)?"
|
"EDGE_INSECURE_POLL": "list(0|1)?",
|
||||||
|
"EDGE_KEY": "str?",
|
||||||
|
"LOG_LEVEL": "str?"
|
||||||
},
|
},
|
||||||
"slug": "portainer_agent",
|
"slug": "portainer_agent",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.18.2-test1"
|
"version": "2.18.2-test1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "portainer/agent",
|
"upstream_repo": "portainer/agent",
|
||||||
"upstream_version": "2.18.2"
|
"upstream_version": "2.18.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user