Skip to content

Commit

Permalink
docs: add note about remotely accessing web apps over ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Mar 25, 2024
1 parent 582a773 commit d7d07d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ Browsing should now work from laptop but proxied over VPN so I can access router
> Resources
- https://superuser.com/questions/1308495/how-to-create-a-socks-proxy-with-ssh
- https://ma.ttias.be/socks-proxy-linux-ssh-bypass-content-filters/

## tunnel remote app from remote host locally

> _Use this to make edits on syncthing from headless server_
- `ssh -L 8080:localhost:8384 user@hostname`
- 8080 is the port to visit on localhost
- 8384 is the port the web app is running on the remote host

0 comments on commit d7d07d2

Please sign in to comment.