add how to forward ports with a reverse SSH tunnel#395
Conversation
|
This is invaluable, awesome stuff |
|
Do you think we could extend this eventually to somehow allow multiple tunnels and forward the ports domain on domain origin? That way we'd be able to offer some kind of service for multiple BTCPay home devices |
|
@britttttk any idea where we can nest this doc? I'm thinking under changedomain.md, it's more of an advanced doc. Or should it be just put in FAQ instead of having a separate page? |
|
I'm a fan of making it's own doc. @pavlenex I would avoid adding it to the changedomain.md doc because noobs are confused of that process already. For FAQ I would add a link for reverse SSH tunnel but we can add to FAQ after merge. |
Or under Raspberry Pi? |
|
I would do a separate doc. and eventually create a "Accessing your BTCPay installation" which links this, dynamic dns, mDnS(.local domains, there is some trickery here for windows that's undocumented) |
Not sure of what are you thinking of here. The ssh tunnel is running on the BTCPay host, so a VPS could take many tunnels (limited by port numbers) and may be channel them to the specific domain with Nginx? This is might be what ShiftCrypto is doing for the BitBoxBases called Shift Connect: https://base.shiftcrypto.ch/networking.html |
|
I just have no clue where this should be link on GitBook so that it does not confuse people. I can merge it as it is, but this doc won't be visible on docs.btcpayserver.org unless you add a link to it in summary.md |
|
Could be nested under |
|
Ok merging this for now, and will figure out how to link it in GitBook later on. |

Adding the copy of the page from my tutorials which came to be when I was setting up a self-hosted BTCpay on my hack0: https://github.com/openoms/bitcoin-tutorials/blob/master/ssh_tunnel.md
The setup is running non-stop since weeks now without issues.
Any advice to modify, update and link in specific places is welcome.