hassio-addons / addon-adguard-home

AdGuard Home - Home Assistant Community Add-ons
https://addons.community
MIT License
388 stars 48 forks source link

Remove content type #361

Closed snapsl closed 1 year ago

snapsl commented 1 year ago

Proposed Changes

remove nginx content type

Related Issues

359

sinclairpaul commented 1 year ago

Interested to know the testing done here, as from my testing if you expose the WebUI via a port the problem doesn't occur. As the nginx config is shared, not sure how this fixes the issue?

snapsl commented 1 year ago

@sinclairpaul You are right, this will not fix the issue. Is it an option to set a proxy header in proxy_params.conf? E.g. proxy_set_header Accept_Encoding "";

sinclairpaul commented 1 year ago

In summary no, as some of the API calls require application/json (you can see that in the release notes as well).

I really think this needs to be resolved at the supervisor layer.

snapsl commented 1 year ago

Closed