2023-08-18, 09:58 PM
(This post was last modified: 2023-08-18, 09:59 PM by TheDreadPirate. Edited 1 time in total.)
For the SSH command, I think it the "-R" part should be
The documentation says it should be <remote port>:<localhost>:<local port>.
I think it makes more sense to use something like wireguard to tunnel between your VPS and your Synology box.
Also, is there a reason you are using a VPS instead of hosting nginx in another container on your Synology NAS? Or did you already have the VPS for other reasons?
Code:
-R 8096:127.0.0.1:8096
The documentation says it should be <remote port>:<localhost>:<local port>.
I think it makes more sense to use something like wireguard to tunnel between your VPS and your Synology box.
Also, is there a reason you are using a VPS instead of hosting nginx in another container on your Synology NAS? Or did you already have the VPS for other reasons?