Install Tandoor recipes and Nginx Proxy Manager add-ons and start them, no need to expose port for the Tandoor recipes add-on.
Open <config>/homeassistant/addons_config/tandoor-recipes/config.yaml, add REMOTE_USER_AUTH: 1, then restart the Tandoor recipes add-on.
Open Nginx Proxy Manager webui, add hass.example.com to access http://homeassistant:8123, tandoor.example.com to access http://db21ed7f-tandoor-recipes:8080. Edit the tandoor item add custom location / with configuration:
Now you can access Tandoor recipes from HA sidebar without extra login. If you open http://tandoor.example.com/ when HA not logged in, it will automatically redirect to the HA login page.
Hi!
Thank you for this how-to! This is exactly what I needed!
Unfortunatley, it doesn’t work. If I click on the entry in the sidebar it says “ERR_NAME_NOT_RESOLVED”. I think this is because of the db21ed7f-tandoor-recipes entry in the reverse proxy, as I can’t access this address from my local network.
Edit:
Ok, I found the error in the configuration.yaml. I use .local instead of .example.com and also no https, so I replaced your line (https://tandoor.example.com) with http://tandoor.local Now it throws a 500 Internal Server Error. Any ideas why?
Do you know what I am doing wrong or where the problem is?
Thank you ever so much!
Hello, I have doubts and I bring some information.
I am thinking to install it. I would like to have all my receipts handly managed in home assistant, as I have a tablet to move it to the kitchen. But I see that the “basic” plan can have only 10 receipts maximum. ¿is it true when we are talking to put it on HA or being host?
also, in their documentation, they specify a way to install it on HA:
I am surprised that the first step is: the next step is to add the alexbelgium’s custom repository to your system
Thanks for the explanations
Very interested in setting up tandoor with ingress access. However, your how-to does not work for my case.
I guess it may have something to do with my configuration : I access home assistant through my duckdns domain.
Do you know how to update your conf so I can access tandoor with Ingress ?
PS : the error I see when clicking on sidebar’s tandoor icon is the following :
tandoor.example.com’s server IP address could not be found.
And visiting http://tandoor.example.com/ doesn’t work either.