NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.6k stars 2.62k forks source link

Fix schema validation errors #4076

Closed Nephiel closed 4 days ago

Nephiel commented 5 days ago

See https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4074#issuecomment-2417649081 Should fix #4074.

nginxproxymanagerci[bot] commented 5 days ago

Docker Image for build 1 is available on DockerHub as jc21/nginx-proxy-manager:github-pr-4076

Note: ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes.

jc21 commented 4 days ago

Ah yes good catch. If the json schema wasn't coercing types (legacy requirement) then oneOf would have been fine.