12
submitted 1 month ago by [email protected] to c/[email protected]

I was basically thinking of a simple browser app for Android that automatically makes its requests over a Wireguard tunnel.

I don't publicly expose a lot of my self hosted services, most are only available over a Wireguard VPN. I don't think my family could work that out, and I also don't usually keep it enabled all the time on my phone.

It doesn't have to be a fully featured browser, I'm fine for it to be the built in Android WebView or something, and just have a configurable menu of pages that can be easily visited.

I have some Android app experience from Uni, so I could maybe help out somewhat, but I feel I'm going to be in way over my head to do this alone. I'm happy to donate a little anyway.

top 1 comments
sorted by: hot top controversial new old
[-] [email protected] 2 points 1 month ago* (last edited 1 month ago)

You can get a similar result using a decades old feature: socks5 proxy. ssh -D 5555 remotehost will open a socks5 proxy on your local machine that will tunnel all traffic over ssh and out through the remote host. Configuring your browser or computer to use it is similar to routing traffic through a WireGuard peer. I used to use this allllll the time, but then started using sshuttle instead. https://github.com/sshuttle/sshuttle

this post was submitted on 02 Aug 2024
12 points (100.0% liked)

Free and open source ideas (#FOSI)

316 readers
1 users here now

It happens to us all to have good ideas but unfortunately we don't always have the time or the ability to realize them...

Instead of these ideas getting lost or dying we can share them and maybe they will be heard by someone in the free software community who is in need of inspiration but has the time and ability to realize them. 🤞

You can also share your idea and ask if people in the community are interested in helping you make it happen.

#FOSI

founded 2 years ago
MODERATORS