Symphonium is a great Android music player which connects to a Subsonic or Jellyfin server (or any other protocol like SMB).
Navidrome is a music server which implements the Subsonic protocol. This means apps like Symphonium can connect to it.
Any old PC is enough, even a Raspberry Pi is fast enough for a music server.
Anything more like SSL (https) and a domain is optional for getting it working, and only a benefit if used outside of your home network. Using Tailscale makes a domain/SSL unnecessary and also no longer needs messing around with networking (e.g. no opening ports on the router).
The Samsung Galaxy S5 mini has a IP67 rating and a removable battery.
It’s possible to produce water resistant phones with removable Batterien, but manufacturers would rather sell new phones instead of batteries.
Yes. 1TB SSDs can be bought new for 50€, 500GB for even less. For some people this is expensive depending in the region (e.g. I also know someone who uses an HDD). But given the price of other pc parts it isn’t something to cheap out on (a 1TB/2TB HDD is also 50€).
The survey was originally sent out on reddit /r/selfhosted, so I expect most respondents are from there.
Global hotkeys have been addressed on KDE, but no applications actually support it — one of the reasons being that no other desktops support it. Typical chicken-egg problem.
No, I haven’t connected a Pi to a 4k TV.
Like others’ve said, Bitwarden is awesome if you want a (selfhosted or hosted) server (e.g. as a much better replacement for LastPass).
If you want an offline password manager, KeePass is the way to go (i.e. KeePassDX/KeePassXC for mobile/pc).
FreeTube does not have controller support, and for AndroidTV I’d recommend SmartTube.
Kodi/LibreELEC is able to do all of it, but IMO it’s not a good experience for browsing YouTube and I don’t know how well the third party Steam Link integrations work.
This is why I’d also recommend LineageOS Android TV, which supports Pi’s thanks to konstakang. But I’m not sure why it’d work better than a FireTV stick, since both run AndroidTV.
Edit: I’ve had an issue where the Pi 5 wouldn’t boot AndroidTV, until I tried to turn it on again after a few weeks. So I’d recommend sticking with the FireTV + SmartTube + Jellyfin + Steam Link (unless you’ve got a Pi 5 lying around anyway).
Edit 2: The Pi 5 + Android TV had issues with HDMI-CEC of the TV, so I had to buy a remote with a USB adapter. This sends the wrong signals (e.g. keyboard enter, not what Android TV expects), which is fixable with some app remapper. Maybe it’ll work better for you, but the FireTV is likely the easier solution.
Yes.
If VPN’s actually won’t be able to protect its users from copyright claims anymore, there’ll still be anonymisation networks like I2P (at least so long as encryption isn’t banned).
Yes, it’s slow atm, but if it was included in more torrent clients and enabled by default, speeds would likely get better.
Because they use the official apps/web-vault, they don’t need to implement most of the vault/encryption features, so at least the actual data should be fine.
Security audits are expensive, so I don’t expect it to happen, unless some sponsor pays for it.
They have processes for CVEs and it seems like there wasn’t any major security issues (altough I wouldn’t host a public instance for unknown users).
“On skippable ads, the button appears after 5 seconds into playback, as always.”
They aren’t hiding the skip-button, they are hiding the not-being-able-to skip-button.
I guess the advantage for Google is that users can’t know whether they’ll be able to skip, so they might watch more of the ad with expectations that they might be able to skip it.
Vaultwarden is one of the few services I’d actually trust to be secure, so I wouldn’t worry if you update timely to new versions.
Yes, Bitwarden browser plugins require TLS, so I use DNS challenge to get a cert without an open port 80/443.
The domain points to a local IP, so I can’t access it without the VPN.
Having everything behind a reverse proxy makes it much easier to know which services are open, and I only need to open port 80/443 on my servers firewall.
Fully agreed.
Accessing Vaultwarden through a VPN gives me peace of mind that it can’t be attacked.
Another great thing about Bitwarden is that it’s possible to export locally cached passwords to (encrypted) json/csv. This makes recovery possible even if all backups were gone.
My banking apps lock screens consistently aren’t recognized by Bitwarden Android.
Some websites/apps only show the email field at first, then add the password field afterwards. This also sometimes makes it not being detected as a login form.
Sometimes a password field is detected only on the first filling in (which is annoying when choosing the wrong entry).
On desktop it’s great, but I really don’t know why some apps have to do custom login screens.
Great to hear you found my comment helpful.
Just make sure you make backups regularly. Especially with used drives, I wouldn’t count on them surviving the stress of a rebuild. If a second drive fails in a RAID10, all data might be gone.
Edit: I’d be thankful if you could report back how the test goes. I need a drive for a backup ;) and I’m considering buying from eBay too.
I will test them upon receiving and see how it goes from there:)
I don’t know where exactly you live, but if your in the EU customs/taxes + shipping will make the deal worse, but better than expected.
E.g. for Germany, this drive would cost 382€ with UPS Saver Duties & Taxes included, instead of 273€ for the drive itself.
I’ve found the same drive with a local commercial eBay seller for 420€, including taxes and shipping.
A new 24TB drive would cost 485€.
Edit: IMO a better deal would be 22TB drives, which have the same price per TB but are new. But then again, their used/recertified price is also ~10% lower than new.
The Fennec F-Droid build isn’t maintained by Mozilla, but by someone else. They link to Mozilla for donations and source code, but the issue tracker for Fennec on F-Droid links to their own repo.
K-9 Mail on F-Droid is maintained by the K9-team, which works for MZLA/Thunderbird. Thus I’d guess it shouldn’t take to much work adding Thunderbird to F-Droid.
from the page it looks like they’re working on getting the beta in fdroid though, so here’s hoping.
https://gitlab.com/relan/fennecbuild
https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/org.mozilla.fennec_fdroid.yml
Yes, the restriction to a single VPN client is annoying.
Blocking ad/telemetry domains can be done by adding Adguards DNS servers in the OS settings. Sadly blocking apps Internet permissions completely is not possible (except on OS like LineageOS, CalyxOS or GrapheneOS).