Putting Raspberry Pi Online with Caddy and SSH Tunnel
gist.github.com
Putting Raspberry Pi Online with Caddy and SSH Tunnel
1–10 of 157 posts
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#2Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#3I'm a little confused as to why you would go through the trouble of running a reverse proxy on a remote server that is fully capable of hosting your web applications and or just setting up a port forwarding rule on your local wifi router to redirect 10080 to 80.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#4In my case some services are not routed to the public internet and only accessible from within my privat wireguard network. E.g my smart home hub. I really like the flexibility to decide whats available for who.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#5Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#6I wonder how a somehow simpler config syntax (Caddyfile) compares to a simpler maintenance system (apt).
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#7Is your plan to run some sort of IOT application on the PI? I'm a little confused as to why you would go through the trouble of running a reverse proxy on a remote server that is fully capable of hosting your web applications and or just setting up a port forwarding rule on your local wifi router to redirect 10080 to 80.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#8Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#9I think a better option would be to create a Wireguard tunnel between Raspberry Pi and the remote server instead of a SSH Tunnel. Then there is no need to add or change ports and restart the tunnel for every service.
Solutions can always be improved, but it's not always worth doing that.
Re: Putting Raspberry Pi Online with Caddy and SSH Tunnel
#10Is your plan to run some sort of IOT application on the PI? I'm a little confused as to why you would go through the trouble of running a reverse proxy on a remote server that is fully capable of hosting your web applications and or just setting up a port forwarding rule on your local wifi router to redirect 10080 to 80.