this post was submitted on 30 Dec 2023
0 points (NaN% liked)

Selfhosted

39167 readers
394 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Currently I set up Tailscale in my Synology NAS and I can access selfhosted services on my phone using the Android app. I want to use some services in my work PC too but I'm blocked from installing any software. So my question is, is there any solution that allows me to connect to selfhosted VPN via browser extension? (Just like NordVPN, I can install the browser extension to use it and I don't need the Windows app.)

top 1 comments
sorted by: hot top controversial new old
[–] PlexSheep@feddit.de 0 points 8 months ago

VPNs rout all your PCs traffic through their "tunnel". If you only want browser traffic, you might do better by setting up a proxy server. Nginx can do that for example.

Proxy servers can easily be switched in browsers, for example with built in options or extensions like foxy proxy.

Besides that, you will need some kind of client software to speak the protocol of the VPN server. That could be protocol based like any openvpn or wire guard client, perhaps integrated with your os, but you will need some kind if software that knows the needed protocol.