Alexbelgium repo : 90+ addons

Hi, ingress is super hard to implement and the biggest issue is that Mealie requires a hardcoded url at container creation which is not compatible with the way ingress works.

There is two ways : iframes, or if you feel adventurous you can install GitHub - lovelylain/hass_ingress: Home Assistant ingress feature, add additional ingress panels to your Home Assistant frontend. and try to add it yourself ; I’ve tried and failed up to now! To be fair I haven’t tried in some time but I’ve much less time now so mostly do critical support

1 Like

Should be good now - I’ll keep on v2.0 from now on. But make a full HA backup just to be sure! The database from your version is located in the /config of homeassistant, which is not backuped when doing the add-on back-up.

Once the Mealie mess is sorted and people have safely migrated to the new version, I’m implement the new logic for config storage that will allow to have it backuped with the addon

2 Likes

Thanks for your reply. Sadly I have tried both options and I have failed. ( https://www.reddit.com/r/homeassistant/comments/1g0mgul/home_assistant_mealie_and_the_search_for_a_simple/ )
Now I’ll look for a different approach.

Hi, here is the initial thread discussing the lack of support for subpaths as ingress needs: Alexbelgium repo : 90+ addons - #332 by kenobrandt. BTW, several official add-ons also don’t support ingress (like bitwarden) in the end it is quite a hack…

If you find a way though I’ll be more than happy to implement it

1 Like

There is a Mealie addon floating around that claims to support ingress. If I find it, I’ll post.

Edit: See the discussion here A first class Mealie AddOn (Official or Community)

2 Likes

Thanks! Interesting implementation it’s actually how I do also for my *arr add-ons - I’ll look to implement my *arr logic if this works indeed!

2 Likes

If it actually works it would be grand, because I cant get this (hassio-addons/hassio-mealie-addon at main · krakonos1602/hassio-addons · GitHub) to start and test.

You have to set up a few things, look at the docs.

There is a kinda new Reverse Proxy solution called Zoraxy (GitHub - tobychui/zoraxy: A general purpose HTTP reverse proxy and forwarding tool. Now written in Go!) which I would love to see and use in my Home Assistant installation.
Maybe check this and consider as ann addition to your repo?

Hi all, ingress for mealie is up please let me know if everything works as expected

1 Like

Hi, honestly I have already way too many addons and prefer focusing on maintenance, except for things that I would myself use :wink: and especially given there is already strong addons for reverse proxies such as Nginx supported by HA itself. However you could use the portainer addon to run it

Thank you very much. It work’s perfectly for me.

1 Like