Home Assistant Community Add-on: Portainer

:tada: Release v0.4.1

Full Changelog

  • Update Portainer to 1.20.1 (#12) (@timmo001)

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v0.4.2

Full Changelog

  • Update Portainer to 1.20.2 (#13) (@timmo001)

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

ok, so i am running HassOS , hassio, installed the portainer addon
downloaded an docker image i want to use
so need to map a local config file into docker, but i am stuck here? how to mount a file that i have, so the docker can boot up?

see screenshot here :

this error receive, when i start docker, its normal since the file is not mounted yet
Error: Cannot find module ‘./config/config.js’

so i am not sure what i need to fill at the host section ?

EDIT: seems the same question is also asked here, but no answer

:tada: Release v0.5.0

Full Changelog

  • Replaced “thus” with “this” (#14) (@niksy111)
  • :arrow_up: Upgrades add-on base image to 3.0.1
  • :sparkles: Adds ARMv7 support
  • :fire: Removes custom log format override
  • :hammer: Makes log_level optional
  • :ambulance: Workaround Docker issue by reinstating legacy tags
  • :ambulance: Fixes incorrect add-on config json
  • :hammer: Rewrite add-on onto Bashio
  • :fire: Removes obsolete opt folder creation

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

2 Likes

:tada: Release v0.6.0

Full Changelog

This release adds Hass.io Ingress support to the add-on :tada:

  • :arrow_up: Upgrades base image to v3.1.0
  • :sparkles: Adds Hassio Ingress support
  • :hammer: Improves S6 finish scripts
  • :fire: Removes hide_hassio_containers option from add-on
  • :books: Removes obsolete iframe URL section from README

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

1 Like

Hmm, just updated, but I can’t reach the webpage anymore on ip:9000

In log it seems to be stuck on: INFO: Starting NGinx

Same here.
After updating unable to connect to ip:9000
Stuck at INFO: Starting NGinx…

Ok, glad I am not the only one

@frenck , can you help us out? can we revert to an older version?

It’s the same in the VSCode addon.

Try accessing it from the addon page - open webui button…

ow i see, didnt notice it!! seems also working from nabucasa now :slight_smile:

You can set it up in a side panel (not an iFrame) too.

Ingress support has been added to this add-on, which by default works if click the “OPEN WEB UI” button. This also works through the Nabu Casa Cloud Remote connection.

You can still enable the “old” behaviour if you like. Go into the add-on configuration panel and change this:

to this:

Hit “SAVE” and restart the add-on.
The add-on will now work via Ingress AND via port 9000.

1 Like

Thnx for the info!!

ok, i prefer indeed the new way

but is it also possible to load portainer in a complete new browser, not like an iframe in hassio? (when using ingress)

i triied copy/pasting the url , in a new tab, but same effect :slight_smile:

ipaddress:9000 will do it

Improvements for the Ingress handling in the frontend (e.g. adding a menu item) is expected to land in Home Assistant 0.92

1 Like

yes, but without 9000 :slight_smile:

ah gotcha. Well what Frenck said for the future. I use Caddy (Reverse Proxy) so never use the port anyway.

Ingress adds a lot more to that, which you might consider. For example, it handles authentication for you as well and makes the add-on only accessable to the supervisor, which adds another layer of security.

So in general, I would highly recommend on using Ingress.