Release v0.4.1
- 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
Release v0.4.1Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Release v0.4.2Questions? 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
Release v0.5.0
Upgrades add-on base image to 3.0.1
Adds ARMv7 support
Removes custom log format override
Makes log_level optional
Workaround Docker issue by reinstating legacy tags
Fixes incorrect add-on config json
Rewrite add-on onto Bashio
Removes obsolete opt folder creationQuestions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Release v0.6.0This release adds Hass.io Ingress support to the add-on 
Upgrades base image to v3.1.0
Adds Hassio Ingress support
Improves S6 finish scripts
Removes hide_hassio_containers option from add-on
Removes obsolete iframe URL section from READMEQuestions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
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 
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.
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 
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
yes, but without 9000 
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.