Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx Proxy: http not in schema #3387

Closed
aldalen opened this issue Jan 5, 2024 · 1 comment
Closed

Nginx Proxy: http not in schema #3387

aldalen opened this issue Jan 5, 2024 · 1 comment
Labels

Comments

@aldalen
Copy link

aldalen commented Jan 5, 2024

Describe the issue you are experiencing

This seems to be just a logging bug, but it fills up the supervisor logs enough to be annoying. .

While the docs say that the http section is required for reverse proxy's, its not in the schema for the options, so you get a warning about config not within schema.

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Which add-on are you reporting an issue with?

Almond

What is the version of the add-on?

3.6.0

Steps to reproduce the issue

Seems to just be install the addon and add the http section as described in the docs.

System Health information

There are currently no repairs available

Anything in the Supervisor logs that might be useful for us?

24-01-05 06:03:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:08:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
24-01-05 06:09:31 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
24-01-05 06:11:09 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-05 06:13:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:18:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:23:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:28:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:33:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:38:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:41:09 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-05 06:43:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:48:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:53:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 06:58:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:03:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:08:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
24-01-05 07:09:31 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
24-01-05 07:11:07 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-05 07:11:09 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-05 07:13:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:18:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:23:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:28:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:33:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:38:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:41:09 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-05 07:43:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:48:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:53:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 07:57:49 INFO (MainThread) [supervisor.host.info] Updating local host information
24-01-05 07:57:49 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-05 07:57:49 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-05 07:57:49 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-05 07:57:49 INFO (MainThread) [supervisor.host.manager] Host information reload completed
24-01-05 07:58:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:03:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:08:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
24-01-05 08:09:31 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
24-01-05 08:11:09 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-05 08:11:11 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
24-01-05 08:11:11 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
24-01-05 08:11:11 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
24-01-05 08:11:11 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
24-01-05 08:11:11 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
24-01-05 08:13:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:18:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:23:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:28:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:33:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:38:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:41:09 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-05 08:43:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:48:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:53:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:53:58 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 08:58:25 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
24-01-05 09:00:14 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)

Anything in the add-on logs that might be useful for us?

No response

Additional information

No response

Copy link

github-actions bot commented Feb 4, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Feb 4, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant