Add Portainer Addon v1.5.2

This commit is contained in:
Max Winterstein
2021-09-27 10:11:56 +02:00
parent 199e6f20a2
commit 5daf9bda73
12 changed files with 374 additions and 0 deletions

28
portainer/config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "Portainer Addon v1.5.2",
"version": "1.5.2.2",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer",
"advanced": true,
"ingress": true,
"ingress_port": 1337,
"startup": "services",
"panel_icon": "mdi:docker",
"homeassistant": "0.92.0b2",
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"init": false,
"map": ["ssl"],
"ports": {
"8000/tcp": null
},
"ports_description": {
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
},
"hassio_api": true,
"docker_api": true,
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"agent_secret": "str?"
}
}