jc21

Results 194 comments of jc21

If you're interested, here's my rework patch: https://github.com/NginxProxyManager/nginx-proxy-manager/commit/cf7306e766ddb49fa165d63d4260fdb6f1e41e89

Yes, this is expected behaviour for anyone who upgrades to newer releases and then downgrades for whatever reason. This migration was added in [v2.13.3](https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.13.3) and has been applied to your...

The title of this says "after v2.13.1" - are you having problems using the `/api/tokens` endpoint in 2.13.2? I ask because I've made no changes to the API - especially...

The plugins json file has moved [here](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/backend/certbot/dns-plugins.json), please apply your change there.

There are conflicts, and CI won't build you a docker image until they're resolved

Yes many thanks for the contribution but don't count your chickens just yet. This is a big PR and it will need thorough testing both with OIDC and without. I'd...

I've recently added OIDC support to the `v3` branch, and that also adds a locally running Authentik server pre-configured. I'd suggest waiting for me to merge one of the outstanding...

The `develop` branch now has postgres support and Authentik setup in both CI and dev. To bring up the dev environment: ``` ./scripts/start-dev # and remove it after you're done...

Latest CI Error: ``` $.paths['/users'].post.responses['201'].content['application/json'].examples['default'] additional properties 'modified_on', 'id', 'created_on', 'user_id' not allowed ``` This linting is done with [vacuum](https://quobix.com/vacuum/) using the [rules defined here](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/test/vacuum-rules.yaml).