Add files via upload

This commit is contained in:
2023-04-22 21:53:33 +07:00
committed by GitHub
parent ea287064c6
commit ea12815ab8
8 changed files with 851 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"arch": [
"amd64",
"armv7",
"armhf",
"aarch64"
],
"description": "Container management made easy",
"docker_api": true,
"image": "mikejmcguire/hass-portainer-{arch}",
"ingress": true,
"ingress_port": 9000,
"init": false,
"map": [
"ssl"
],
"ports": {
"8000/tcp": null,
"9000/tcp": null
},
"ports_description": {
"8000/tcp": "Port for exposing Portainer to edge agents",
"9000/tcp": "Port for exposing Portainer UI directly"
},
"name": "Portainer",
"panel_icon": "mdi:docker",
"slug": "portainer",
"startup": "services",
"url": "https://github.com/MikeJMcGuire/hass-portainer",
"version": "2023.1.0"
}