this post was submitted on 24 Mar 2025
45 points (100.0% liked)

Selfhosted

46672 readers
182 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Would this be useful if I wanted to setup Plex debrid on my jellyfin server? It has a couple of tmux sessions that randomly get killed. Would setting them up instead as pods work?

cross-posted from: https://lemmy.bestiver.se/post/287913

Comments

top 3 comments
sorted by: hot top controversial new old
[–] exu@feditown.com 4 points 1 month ago

I started using Quadlets recently and it's great to have declarative configs for containers all managed with systemd. It only gets good with Podman version 5 though, 4.4 doesn't support .pod files, which I use quite heavily.

Not sure what Plex debrid does, but anything managed by a good service manager (like systemd) is more reliable than starting a shell session and hoping it doesn't die.

My main complaint about Quadlet is that resources for it are fairly limited, so thanks for linking this post!

And yes, quadlet would definitely make managing Plex easier. That post seems to hit all the gotchas I've run into, so definitely consult it as you run into issues.

[–] Mora@pawb.social 2 points 1 month ago

First of all quadlets do not have to be pods. Second ... Are you currently running pod an commands just in tmux? Like each pod a tmux session? In that case quadlets is definitely an improvement.