this post was submitted on 11 Mar 2026
16 points (86.4% liked)

Selfhosted

56957 readers
495 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I've been looking for a webproxy that would work with big websites like YouTube. So far I've found only very outdated and abandoned ones. Is there any up-to-date and actually functional webproxy I could host?

Edit: The reason I need this is that there are some locked up Windows computers I can't install any traditional VPNs on and that are used by non-tech-savvy people.

I can't pin the comment with the solution so here's the link

you are viewing a single comment's thread
view the rest of the comments
[–] linuxguy@piefed.ca 9 points 1 day ago (1 children)

Ssh includes a built in socks proxy. What are you actually trying to accomplish?

[–] myszka@lemmy.ml 1 points 1 day ago (1 children)

I'm trying to find an alternative to VPN to be used on a locked up Windows device I can't install any apps on. And it should be easy enough to be usable by non-tech-savvy people. @moonpiedumplings@programming.dev already provided a good solution

[–] sem@piefed.blahaj.zone 1 points 14 hours ago (1 children)

If I'm understanding, this is like the old trick of using Google translate to bypass web blacklists.

But it won't work for networks which implement whitelists.

[–] moonpiedumplings@programming.dev 1 points 9 hours ago* (last edited 9 hours ago) (1 children)

So, my high school used to have a domain/ip whitelist. The trick to get around whitelists is to take advandage of the fact that whole subdomains or cloud providers would be included in the whitelist.

Any duckdns subdomain, or anything hosted on many cloud providers would be unblocked.

So holy unblocker has a one click deploy, which can deploy to PaaS sites which would usually have their entire ip address space and subdomains included in the whitelist.

@myszka@lemmy.ml