Alexandre

Results 337 comments of Alexandre

> provide pre-build images, which was some kind of pain iirc Hi, actually auto building addons is quite easy :) I can help you if you want to implement it....

That would be a good idea, however if the data is stored in /data then everything would be lost when people uninstall and reinstall... And if they have an automatic...

Thanks, I'm trying to learn how to do that - or modify the nginx script to bypass fpm ;-) I'll let you know if I success on any of those...

Hi, thanks! Of course I would gladly accept all PR to improve documentation :-) And congrats for your great app! Currently the addon is rather simple with the following options,...

I've created an empty [documentation file](https://github.com/alexbelgium/hassio-addons/blob/master/tandoor_recipes/DOCS.md) that we can use

For ingress implementation, there are several requisites : - That the app supports relative urls (as Ingress will route http://HA-ip:HA-oirt/api/api/hassio_ingress/INGRESS_CODED_URL/ to 0.0.0.0:APP_PORT) - That the app does not modifies urls...

That's great :) for ingress I'll put the addon in my test repo with the basic config needed and we'll see from there what works or not and what we'll...

@iamkarlson thanks for your proposal. I have pushed a new version in my main repo. Could you please install and test if everything seems to work properly? thank you Edit...

I am having difficulties with ingress - it seems many links go back to root url. What would be the best way to avoid that? I'm trying [nginx subfilters](https://github.com/alexbelgium/hassio-addons/blob/master/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf#L20), but...

Thanks, currently I don't find a consistent way to make it work but I'll find. There are some things strange : for example if I set the `proxy_set_header X-Script-Name` to...