this post was submitted on 02 Jun 2025
39 points (100.0% liked)

Movies & TV

23337 readers
289 users here now

Rules for Movies & TV Discussion

  1. Any discussion of Disney properties should contain a (cw: imperialism) tag. If your post isn't tagged appropriately it will be removed.

  2. Anti-Bong Joon-ho trolling will result in an immediate ban from c/movies and submitted to the site administrators for review.

  3. On Star Trek Sunday only posts discussing how we might achieve space communism are permitted. Non-Star Trek related content will be removed and you will be temporarily banned until the following Sunday.

Here's a list of tons of leftist movies.

AVATAR 3

Perverts Guide to Ideology

founded 4 years ago
MODERATORS
 

Going to have to fire up the pirate ship now.

you are viewing a single comment's thread
view the rest of the comments
[–] Baaahb 3 points 5 days ago* (last edited 4 days ago) (2 children)

Home assistant really benefits from being run as an OS. RaspPI or similar would legit be my recommendation.

For a media server though, I learned mostly by starting with these two repos: https://github.com/geekau/mediastack https://github.com/SimpleHomelab/Docker-Traefik

Both will get you where you want to go. Simple homelab is a much cleaner setup if you actually want to run a server as the compose is separated out into individual includes per container/stack, but is way overkill for your use case, even though the documentation should make it reasonably simple to adapt. Media stack does exactly what you are trying, but the organization of the server isnt as nice, and the associated documentation may be over your head. Its definitely over mine, but I'm a "poke it rill it works" guy and not a "just read the damn instructions" guy.

[–] Lyudmila@hexbear.net 2 points 5 days ago* (last edited 4 days ago) (1 children)

HAos is running on one server with all the add-ons it needs, and then everything for self-hosted media is just on my desktop.

I wish I could put all my media stuff on that box with HAos, but I just cannot get proxmox to play nicely.

[–] Baaahb 3 points 4 days ago* (last edited 4 days ago)

Apologies, Lemmy posted my prior comment before I was done. Please give it a reread. My compose is based heavily on the simple homelab setup, but I remember figuring out how to get Sab and my VPN cooperating off media stack.

[–] SatanClaus@lemmy.dbzer0.com 1 points 4 days ago

Came here to post https://mediastack.guide/ Which is Geekau's website. Lmao. Very useful.