this post was submitted on 28 Jul 2024
3 points (80.0% liked)

Plex

3959 readers
1 users here now

A community for discussing Plex Media Server. Plex Media Server is a smart software that makes playing movies, tv shows, and other media on your computer simple.

Ask questions, get support, and be part of the community here on Lemmy!

Join the c/Plex community on Matrix!

Rules

Rule 1 - Don't be a dick

Don't be a dick. This includes any kind of trolling, baiting, etc. Bigotry may result in an instant permaban.


Rule 2 - No misleading or non-descriptive titles

No misleading or non-descriptive titles. Try to be brief but detailed.


Rule 3 - Keep post and comments relevant

Posts must be related to Plex and Plex-related products, apps. etc. Try to keep comments relevant to the parent comment and to the post.


Rule 4 - Keep discussions of "media aqcuistion" limited to means and methods only.

Discussions regarding media acquisition should be limited to the "how" not the "what", as this is not the place to discuss piracy of specific media. There are other communities for that, and we don't want to get this community defederated from instances where it's a forbidden topic. Posts/comments discussing specific acts of piracy ("How do I find X show?" or "Where can I download Y film?")will be removed. For further clarification see this post


Rule 5 - No asking / offering Plex shares.

No asking / offering Plex shares. There are other communities for that.


Rule 6 - No low-effort / spam / meme posts

No low-effort / meme posts. These are considered spam, and will be removed. Repeat offenses may result in a ban.


Rule 7 - No referral / self-promotion / affiliate links, personal voting / campaigning / funding, or selling posts

No referral / self-promotion / affiliate links, personal voting / campaigning / funding, or selling posts. These are considered spam, and will be removed. Repeat offenses may result in a ban.


Useful Resources


^This^ ^is^ ^a^ ^community^ ^page^ ^and^ ^is^ ^not^ ^affiliated^ ^with^ ^Plex,^ ^Inc.^ ^in^ ^any^ ^way.^

founded 1 year ago
MODERATORS
 

I recently moved from win 11 on my mini PC to ubuntu. Following a tutorial, I have plex set up in portainer.

When looking to add the arrs, I came across the wiki which warns against using portainer for sonarr.

I don't know what to do now. Is it possible to run the arrs outside of portainer and still work with plex?

Or does anyone use portainer for arrs and find it's OK?

Just looking for advice on a way forward. Thinking I might start again with docker compose as they suggest.

Thanks!

top 4 comments
sorted by: hot top controversial new old
[–] i_stole_ur_taco@lemmy.ca 5 points 1 month ago (1 children)

That advice on the wiki seems to be focused on users who don’t know anything about docker and running with some defaults that might not be ideal.

You can run Sonarr just fine in Portainer. It’s just a wrapper around plain old docker anyway. And if you want to use docker compose, you can still do that in Portainer. I think they call them Stacks in Portainer.

Portainer is just a GUI front end for Docker. If you like it, stick with it. I used it until I moved to Unraid and had zero issues.

[–] assassin6@lemmy.dbzer0.com 1 points 1 month ago

OK awesome, thank you for reassuring. I did setup docker first and added portainer with docker, so it sounds like I'm on the right track. Now I can move on to the arrs and will watch a few guides on that.

[–] tristan@aussie.zone 3 points 1 month ago

The warning is about using portainer to initially setup the container, not using it to manage it once setup

If you use docker compose, or even straight docker commands, to initialise the container, it's then fine to use portainer to monitor the status and restart it and things like that.

[–] Im_old@lemmy.world 1 points 1 month ago

As a side note, look into dockge instead of portainer. It's foss, and it saves the yaml files in the path of the container, so you can manipulate them manually if you want. In portainer if for some reason it gets corrupted you lose all the docker-compose.yml