Search

Items tagged with: Tailscale


It's wild to be able to use #TailScale to smb into something that is definitely not connected to my local network.
As a test I disconnected my Mac, connected it to my phone and used SMB to download a file from it using a windows machine. Slow of course, but the fact that's doable with basically minimal setup, I just had to re-enter my login credentials as that's not the usual way I connect is wonderful.


Před pár týdny jsem si doma rozjel vlastní server (Mini PC s Intel Celeron J4105 a 4GB RAM). Dokoupil jsem 2TB M.2 SSD a v dockeru rozjel aplikace #Immich (náhrada Google Photos) a #Jellyfin (takový domácí Netflix). Vzdálený přístup řeším přes #Tailscale VPN a automatickou zálohu dat na jiné PC přes rsync. Jsem překvapený, jak dobře to funguje. #SelfHosting



I'd like to create #wireguard tunnel between two natted machines. I'm fine with using an intermediate third machine for IP addresses and ports discovery.
The idea outlined in this article sounds verry appealing to me.
However I'm wondering is there something that is developed further beyond a proof of concept I might look at instead? I know there is #tailscale. That sounds too much for me unfortunatelly as I do need to register with them and similar. Thus I'm exploring if there is something I can self host.

jordanwhited.com/posts/wiregua…


Conclusion is a big yes.

Firebase-host static files under a primary domain .well-known/matrix/{server,client}. Config server to Tailscale Funnel on ports 8443 and 443 (one federation port).

Through a Tailscale Docker container configured as a proxy, traffic can be forward TCP/TLS via socat.

From socat, traefik handles routing to Dendrite.

Was concerned with bandwidth, stability and latency, but things are looking good so far.

#tailscale #traefik #docker #funnel #matrix #dendrite