mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 23:54:55 +02:00
add portainer
This commit is contained in:
39
portainer/config.json
Normal file
39
portainer/config.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "Portainer",
|
||||
"version": "2.1.1",
|
||||
"upstream": "2.1.1",
|
||||
"slug": "portainer",
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||
"advanced": true,
|
||||
"ingress": false,
|
||||
"ingress_port": 1337,
|
||||
"startup": "services",
|
||||
"panel_icon": "mdi:docker",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
||||
"init": false,
|
||||
"map": ["ssl"],
|
||||
"ports": {
|
||||
"9000/tcp": 9000
|
||||
},
|
||||
"ports_description": {
|
||||
"9000/tcp": "Web UI port",
|
||||
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
|
||||
},
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]",
|
||||
"hassio_api": true,
|
||||
"docker_api": true,
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"password": "default"
|
||||
},
|
||||
"schema": {
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"password": "str"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user