Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA
Posts
0
Comments
164
Joined
2 yr. ago

  • Worth noting, the breaker will still trip just fine if you do this. It'll just be more annoying to reset since you'd need to remove that wire first.

    Still very stupid, just not in the way it seems at first glance. Pointless, but not dangerous.

  • Not really. Root lets you completely replace the stock YouTube install and works without microG, but that's about it iirc. And if you have the Play Store installed, you need to make sure it doesn't try to "update" rooted Revanced and break things.

    I prefer the non-root version, even on rooted devices.

  • If you're just looking for a music solution, check out Navidrome. It'll run on basically anything, and there are plenty of compatible apps for playback (Subsonic API).

    Jellyfin can handle music alongside movies/shows, but the music side isn't as feature-rich. Great for basic playback though, I run both.

  • You can interact with a single container if you need to, not just the whole compose group. docker compose restart jellyfin works for your example, and "restart" can be swapped for stop or start as needed.

    Splitting compose files can be a good idea, but it isn't always necessary.