• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle

  • Sony is even worse than ASUS in regards to length of software and security updates. It hasn’t been a deal breaker for me, but I have a Xperia 5 III and at only 3.5 years I am beginning to have issues with my fingerprint reader.
    Apparently it’s a fairly widespread issue that moisture can get in the edges and degrade the backing, and they are still to this day using the same fingerprint reader design. I’m pretty irritated about it. I feel like I could get at least another year out of this phone otherwise, but it’s surprisingly annoying to have to go back to passwords for app logins.


  • SSO is single sign on, so you don’t need individual username and password for every service. It’s a bit more advanced so don’t worry about it until you have what you want working properly for a while.

    DNS is like the yellow pages of the internet - when you type www.google.com your computer uses a DNS server to look up what actual IP address corresponds to the website name. The point of Adguard or pihole is that when a website tries to load an ad your custom DNS server just says it doesn’t recognize the address














  • My first time I started winging it with a raspberry pi, docker, and nginx and it took me like 2 months to get one service up and running and I didn’t feel it was very secure - fail2ban didn’t work, geoblocking didn’t work, and updates were manual.

    When I re-started from scratch with an x86 device and cosmos it has been shockingly easy in comparison. Not only is it much quicker to spool the service up (app store), they can be automatically updated, the proxy has options for geoblocking, rate limiting, etc.

    I’ve even got some of the services below built from a custom compose file instead of the app store, some use remote storage and some are set up with OAuth SSO. There’s still mild troubleshooting for a lot of things but it’s been much easier for me to understand and fix issues, plus there’s an active discord community as well.