SSH tunnel
Using ssh as a tunnel to remote host on local network
"SSH tunnel" on https://aligot-death.space, available at https://aligot-death.space/wiki/sysadmin/linux/ssh-tunnel-en
ssh -p 34423 -f nemecle@frigg.nemecl.eu -L 5001:192.168.1.152:5000 -N
Then open browser and go to http(s)://localhost:5001