Ryan S
Ryan S
I ran into a similar issue and submitted a feature request: https://github.com/bahmutov/start-server-and-test/issues/267. There's a few ways to pass command line arguments to the middle of node scripts. We used a...
In case it helps; I was getting this same error. The log message stated `Insert is no longer supported`. I haven't been able to get the plugin to create a...
Is this waiting for the comment on line 205 of the md guide to be removed, or trying to find a solution to the double image send? Looking forward to...
Hello, and thank you very much for your effort building this indispensable application! Was having a bit of discussion about this over in [TrueNAS Apps](https://github.com/truenas/apps/issues/1250) because of the number of...
@645340633 I also run npm on TrueNAS Scale and found that it proxies within the contanier itself if you specify the hostname as `127.0.0.1` and port `81` (or 443 with...
This seems to be a [very](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/586) [very](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3981) [common](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3980) [issue](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3678) [with](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3277) [many](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2804) [open](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2712) [tickets](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1003). The root of the issue appears to be using $host instead of $http_host in the root [proxy.conf](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/d499e2bfef7c79981ad46fa5946e743d7380eb65/docker/rootfs/etc/nginx/conf.d/include/proxy.conf#L2)...