Tamas Ridly
Tamas Ridly
So far the best option is from [nikhilweee ssh port forwarding](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2640#issuecomment-2153936872) Just use ssh port forwarding on your local machine into the remote server and then you don't need to...
I have created a shell script that updates the `build/handler.js` and adds the missing globals. `fix_dirname_error.sh`: ```bash #!/usr/bin/bash sed -i '/await server.init/i \ globalThis.__filename = fileURLToPath(import.meta.url); \ globalThis.__dirname = path.dirname(__filename);'...