Qubes is not for everyone...
Aye, thank you!
I want one so bad but I don't know what wattage I should get for it
That's how the internet works, a ping is not an issue for my privacy and my threat model
I have been running Immich since v1.1 to this day, and it has been flawless
You're objectively wrong. You can have a fully free and open source android rom without any spyware (not even from google) and be free, and I also use Piped for watching youtube because I don't have a google account. Check out privacy communities on lemmy.
Edit: And about getting rid of all tech, of course you can't be 100% independent and have 100% privacy, but you can mitigate most of it if you know what you're doing.
You pay and you're still the product, they continue with all the tracking they do.
Home Manager on a NixOS flake, it's a rabbit hole but I've been loving it since last week!
Just heard of it and I will definitely use it. Makes sense they have gone open source, you would need to trust giving out a lot of private data if it wasn't, it's an app meant to do everything.
$218 Million to them is like a penny to me :/ what a fine
I would love it on Piped, they already have sponsorblock
I managed to selfhost the web interface, but I encountered an issue that I don't think I can fix...
I used this docker run command (not compose yet, just testing)
docker run -it --rm --name stremio-web -p 8080:8080 node:alpine sh -c """ apk add git git clone https://github.com/stremio/stremio-web --depth 1 cd stremio-web npm install npm run build npm install -g http-server http-server build/ -p 8080 -d false """
And I can reach the web ui. Now I can go into the settings page and set the backend url, which works perfectly. But when I go to the discover page nothing loads because it wants to reach stremio's own servers.
Note: To access my selfhosted services I use a firefox profile that doesn't have access to the internet, to be able to fully seflhost my stuff, that's why the connection to their servers is blocked.
Is there a way to proxy these remote connections from the backend or am I just lost at this point?