this post was submitted on 03 Jul 2024
63 points (88.9% liked)

Selfhosted

37927 readers
426 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
 

I've been using the Firefox docker container through the gluetun docker container (runs great with proton and mullvad) and it's been really great.

To me it's kind of like a less restricted tor browser, for when you need something stronger in terms of speed or IP blocking. And maybe something more persistent.

And it always stays open even when you close your connection.

Some of my use cases are:

  • Anonymously downloading larger files through the clearnet.

  • Anonymous ChatGPT usage.

  • Manually looking for torrent magnet links (though I usually do that with the tor browser)

  • Accessing shadow libraries

you are viewing a single comment's thread
view the rest of the comments
[–] ticho@lemmy.world 1 points 1 week ago (2 children)

I just use my own custom built docker images and have a few aliases set up for different "instances", e.g. one for banking, one for tis eshop, one for that eshop, etc. Each with its own firefox data dir and own downloads subfolder. Plus an alias to launch a temporary clean instance that gets discarded after it exits.

[–] tootnbuns@lemmy.dbzer0.com 2 points 1 week ago (1 children)

That sound pretty cool - do these separate containers exit through the same network ? Or do you have like separate vpns?

[–] ticho@lemmy.world 2 points 1 week ago

All through the same network, I'm afraid. I haven't felt the need to separate it like that, although it should be doable using docker networks, or maybe on even lower level, via Linux network namespaces.