mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Add Portainer Addon v1.5.2
This commit is contained in:
28
portainer/config.json
Normal file
28
portainer/config.json
Normal 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?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user