create a custom hassio repository with portainer

This commit is contained in:
2022-08-13 20:19:59 +02:00
parent 1b71c11b96
commit 5055e39cd0
26 changed files with 374 additions and 185 deletions

26
portainer/config.json Executable file
View File

@@ -0,0 +1,26 @@
{
"name": "Portainer",
"version": "dev",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer",
"advanced": true,
"ingress": true,
"ingress_stream": true,
"startup": "services",
"panel_icon": "mdi:docker",
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"init": false,
"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?"
}
}