• 40 Posts
  • 365 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle
  • Roku is really simple and locked down. There’s ads on one side but nothing else. My 80yo grandma uses it.

    Otherwise Projectivy is an Android TV launcher that can be configured to be really stripped down. It takes a bit of time but if you do it right it’d show less options than even Roku (it’d show only the apps you select, no launcher settings etc).

    As a box I’ve heard good things about Onn (Walmart) if your in the US. If not, Homatics is great but pricey. Kick Pi KP1 is more affordable (but still way more expensive than Onn).













  • It won’t save you from doing a bit of work but you could use podman. There’s systemd integration so you can still start/stop/enable your services with systemctl while using docker/container images. You won’t be able to use docker-compose directly, but it’s usually not that hard to replicate the logic with systemd (Immich was a PITA at first (because they had so many microservices split into multiple images, but it improved considerably over the first two years).

    I do this with NixOS quite a bit, and I’ve yet to use docker compose (although the syntax is different, it’s still the same process).