${ṽïηøṧ}

Results 4 comments of ${ṽïηøṧ}

for now i am using jc21/nginx-proxy-manager:2.13.2 and it is working but using latest will cause the error this is because in the error, the missing migration file is `20251111090000_redirect_auto_scheme.js` which...

> > apparently yes it is, from [package.json](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/fec8b3b083e825526ff35b1cda60584d983d4439/frontend/package.json#L32C3-L32C22) it is using react ^19.2.0 which is vulnerable I believe rebuilding their image could be enough since they are using `^`19.2.0 (depending...

it is just statically built and served by nginx

> Anyone know if NPM is affected or not ? I believe it's not : [this is the build script](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/fec8b3b083e825526ff35b1cda60584d983d4439/scripts/ci/frontend-build#L19) and this is how it is served via [nginx](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/fec8b3b083e825526ff35b1cda60584d983d4439/docker/rootfs/etc/nginx/conf.d/production.conf#L28) so...