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)
wait what how am I hearing about this Firefox docker for the first time. Got a kink to the dockerhub?
Hopefully this will work remotely on a smartphone because I’m looking for all ways to defeat FB messenger and access it through a desktop browser which they enforce. Thanks for sharing
messenger on mbasic used to work for me for years on my mobile browser but then they stopped that a few months ago for me (redirects to ‘get messenger’ splash). . Can anyone confirm mbasic messenger still works on mobile?
Yeah is a browser within a browser. I would say that it's definitely more secure and you can just close the window and continue exactly where you left off. Also if you have multiple devices that's a pretty cool feature.
I don't pay - I can use 4 for a little bit then it returns to 3.5 and after like an hour I can use 4 again.
And I signed up with a rrlayued proton email
Most of these containers don't require any thing attached to the host - it can work headless. They are docker (just normal Linux inside) containers which are running processes such as Firefox and usually run something like KasmVNC giving fast, responsive (if using high bandwidth settings) remote desktop into the containers which runs the Firefox browser on a lightweight virtual desktop with a virtual display. I'd recommend looking into the concept from linuxserver.io's Webtop container to understand the concept (and how cool they are!) In your case with obsidian they pretty much run a container and pass a bind mount for a Vault. This isn't synced by default with anything but you could use Syncthing on the host to sync your vault from other devices or use Obsidian Sync.
Thanks for the reply. I've tried both Firefox and Obsidian containers from Linuxserver.io before, but when connecting I found there was no output. It made me wonder what was missing (like X11 or Wayland installed on the host) for an output to be generated.
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.
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.