Earlier quoted context omitted.
>You will need an inlets PRO license, start a 14-day free trial.
Why do you view paid software as somehow invalid or lesser than (a bunch of open source tools hacked together), or freemium SaaS products mentioned?
Putting Raspberry Pi Online with Caddy and SSH Tunnel
71–80 of 157 posts
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#72An esoteric alternative is to host a Tor hidden service. Tor hidden services don't require you open ports, and you don't need a static IP address. Your residential IP is protected by the onion router, and the .onion domain name is free!
The latency can be painful but it's way better than nothing.
I will say you should probably be careful about running a webserver on TOR. Almost all my machines have a basic web server just for copying static files to windows hosts I don't want to give my password to. People would find these on TOR and then find my resume, I got plenty of emails asking to set up "hidden sites on the dark web for sharing pictures."
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#73An esoteric alternative is to host a Tor hidden service. Tor hidden services don't require you open ports, and you don't need a static IP address. Your residential IP is protected by the onion router, and the .onion domain name is free!
> the .onion domain name is free! I mean, you’re technically correct, but isn’t this kind of like saying that the .local TLD is free of charge? It’s “free” because it’s not a part of the “normal” internet.
Sure you don't get an interesting name but you do get one.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#74Earlier quoted context omitted.
> the .onion domain name is free! I mean, you’re technically correct, but isn’t this kind of like saying that the .local TLD is free of charge? It’s “free” because it’s not a part of the “normal” internet.
.local isn't part of a global namespace, it's part of a local namespace. Sure you don't get an interesting name but you do get one.
.oarsinsync is probably a better comparison. It’s not explicitly scoped anywhere, and it works nicely in my oarsinsync bubble, much like .onion works nicely in the ToR bubble.
In both cases, you need to connect using some kind of tunnelling protocol to connect into another network.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#75I don't get it, I may be missing some context thought: why the author didn't go for running said webapps directly on the VPS in the first place? Why bother running it on the Pi and set up the tunnel (which is a nice hack in itself, I get that)?
Something that requires LAN connectivity: media library off a local NAS (e.g. Plex), generic storage (e.g. Nextcloud), or home automation (e.g. Home Assistant).
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#76An esoteric alternative is to host a Tor hidden service. Tor hidden services don't require you open ports, and you don't need a static IP address. Your residential IP is protected by the onion router, and the .onion domain name is free!
This is what I've always done when I was a poor student and didn't have a public IP. The latency can be painful but it's way better than nothing. I will say you should probably be careful about running a webserver on TOR. Almost all my machines have a basic web server just for copying static files to windows hosts I don't want to give my password to. People would find these on TOR and then find my resume, I got plent…
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#77Earlier quoted context omitted.
This is what I've always done when I was a poor student and didn't have a public IP. The latency can be painful but it's way better than nothing. I will say you should probably be careful about running a webserver on TOR. Almost all my machines have a basic web server just for copying static files to windows hosts I don't want to give my password to. People would find these on TOR and then find my resume, I got plent…
If it's just for personal use, you can and should use client certificates to ensure that you're the only person who even can connect.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#78Earlier quoted context omitted.
> the .onion domain name is free! I mean, you’re technically correct, but isn’t this kind of like saying that the .local TLD is free of charge? It’s “free” because it’s not a part of the “normal” internet.
.local isn't part of a global namespace, it's part of a local namespace. Sure you don't get an interesting name but you do get one.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#79I've scoured all config that I could think of, iptables, network adaptors, Wireguard, but can't find the cause. Anyone encounter this or have a place to point me for help?
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#80I install a reverse proxy on every remote machine (raspberry pi or odroid) I manage. These machines are usually tucked behind someone's router, and it is hard to tell every router owner to forward the ssh port. When I install a reverse proxy, the machines can proactively tunnel right into a beacon machine whenever they are online and I can ssh into them from the beacon machine directly. I usually set up frpc as a ser…
As an alternative, you could put it on a public mesh VPN. I use ZeroTier for that so I don't have to host an explicit beacon.