Attention bug dans le version 3.1.0 de NGINX Home Assistant SSL proxy

Bonjour,

Mon problème

Une nouvelle version 3.1.0 de NGINX Home Assistant SSL proxy vient de sortir.
Une nouvelle option est disponible real_ip_from.

Option real_ip_from (optional)

If specified, configures Nginx to use Proxy Protocol to get the Real Ip from an upstream load balancer; for more information.

J’ai fais la mise a jour et NGINX Home Assistant SSL proxy ne c’est pas relancer.
J’avais une erreur , comme quoi real_ip_from est pas configurer, alors que c’est facultatif.

2024-08-14 17:25:34.531 ERROR (MainThread) [supervisor.addons.addon] Add-on core_nginx_proxy has invalid options: Missing option 'real_ip_from' in root in NGINX Home Assistant SSL proxy (core_nginx_proxy).

Pour contourner le problème, j’ai ajouter en mode YAML, c’est ligne:

real_ip_from: []

puis enregistrer et NGINX Home Assistant SSL proxy c’est lancer c’est fois ci.

Source:

2 « J'aime »

Corrigé dans la version 3.10.1 :smiley:
image

4 « J'aime »