nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

PROXY Protocol support

Open jwklijnsma opened this issue 1 year ago • 2 comments

https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1882 update code base

jwklijnsma avatar Feb 09 '24 17:02 jwklijnsma

@jc21 where can i fine the output of the failed test ?

jwklijnsma avatar Feb 13 '24 09:02 jwklijnsma

bump

Morriz avatar Feb 20 '24 19:02 Morriz

CypressError: `cy.task('backendApiPost')` failed with the following error:

> 400: tag "endif" not found, file:/app/templates/_listen.conf, line:20, col:1, line:12, col:1

jc21 avatar Feb 27 '24 01:02 jc21

CypressError: `cy.task('backendApiPost')` failed with the following error:

> 400: tag "endif" not found, file:/app/templates/_listen.conf, line:20, col:1, line:12, col:1

What for test is this in the background ?

jwklijnsma avatar Feb 27 '24 10:02 jwklijnsma

Integration Tests / Mysql / Hosts endpoints.Should be able to create a http host

Error Message:
data should NOT have additional properties

There is a swagger/openapi schema file that acts as a contract for the API, can be found here. This isn't generated from code on purpose, as it's meant to prevent people making breaking changes by accident.

To get past this, since you're adding new fields to the responses of endpoints, you'll need to define them in the swagger file as well.

jc21 avatar Feb 27 '24 10:02 jc21