From efe2e1e5e35ee59ea38a2d418bb45a3a0cf3b295 Mon Sep 17 00:00:00 2001 From: Smart Home Cambodia Date: Sun, 21 May 2023 13:35:54 +0700 Subject: [PATCH] portainer update --- hass-portainer/README.md | 6 +++--- hass-portainer/config.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hass-portainer/README.md b/hass-portainer/README.md index 09f8a80..57c31e8 100644 --- a/hass-portainer/README.md +++ b/hass-portainer/README.md @@ -1,12 +1,12 @@ # hass-portainer -Portainer CE v2.x Add-On for Home Assistant (https://blog.mikejmcguire.com/2021/02/17/portainer-ce-2-1-add-on-for-home-assistant/) +Portainer CE v2.x Add-On for Home Assistant (https://smarthomecambodia.com) This add-on provides a 2.x version of Portainer-CE, as the standard add-on is based on Portainer 1.x. -The initial credentials for the add-on are admin/portainer - strongly suggest changing the password upon first login. +The initial credentials for the add-on are admins/******* - strongly suggest changing the password upon first login. Port options are available for exposing ports 8000 and 9000 as required. Portainer requires Home Assistant protection mode to be disabled, as it requires administrative access to the docker platform. As a result, care must be taken when using the portainer tool. -Home Assistant AddOn Repository: https://github.com/MikeJMcGuire/HASSAddons. +Home Assistant AddOn Repository: https://github.com/smarthomecomkh/hassaddon diff --git a/hass-portainer/config.json b/hass-portainer/config.json index d53833e..9bfe6fb 100644 --- a/hass-portainer/config.json +++ b/hass-portainer/config.json @@ -7,7 +7,7 @@ ], "description": "Container management made easy", "docker_api": true, - "image": "mikejmcguire/hass-portainer-{arch}", + "image": "smarthomecambodia/hass-portainer-{arch}", "ingress": true, "ingress_port": 9000, "init": false,