this post was submitted on 15 Feb 2026
469 points (98.8% liked)

Selfhosted

59923 readers
466 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

We're excited to announce a major update: the Jellyseerr and Overseerr teams are officially merging into a single team called Seerr. This unification marks an important step forward as we bring our efforts together under one banner.

For users, this means one shared codebase combining all existing Overseerr functionalities with the latest Jellyseerr features, along with Jellyfin and Emby support, allowing us to deliver updates more efficiently and keep the project moving forward.

Please check how to migrate to Seerr in our migration guide and stay tuned for more updates on the project!

you are viewing a single comment's thread
view the rest of the comments
[–] Gonzako@lemmy.world 6 points 4 months ago (2 children)

I'll be honest, only the first setup gave me some trouble as I was tackling docker compose too. After you gain familiarity setting up a new arr is basically copying the provided yaml service then filling in the envs with yours

[–] Squizzy@lemmy.world 2 points 4 months ago (1 children)

I am very familiar with a decent amount of the words used in this comment.

[–] Gonzako@lemmy.world 1 points 4 months ago (1 children)

this sarcasm or ya actually in the know?

[–] Squizzy@lemmy.world 1 points 3 months ago (1 children)
[–] Gonzako@lemmy.world 1 points 3 months ago

Docker compose is how you can define a set of services and then run them. Those services are defined in a yaml file. Most programs provide their own way to be ran through docker compose. Env is a shorthand for environment, basically values you pass to customize the services.

[–] WhyJiffie@sh.itjust.works 2 points 4 months ago (1 children)

ok, but why do I want to use this? what does it do? what is its purpose?

[–] Gonzako@lemmy.world 1 points 4 months ago (2 children)

The arr stack is for downloading media in an automated matter, for example sonarr will scan the inderxers you give them for the series you want and automatically download them. Then you can use a service like jellyfin to watch your media

[–] WhyJiffie@sh.itjust.works 1 points 4 months ago

I'm aware of what the arr stack is for generally, but not with overseerr and jellyseerr

[–] WhyJiffie@sh.itjust.works 1 points 4 months ago (1 children)

I'm aware of what the arr stack is for generally, but not with overseerr and jellyseerr

[–] unit327@lemmy.zip 1 points 4 months ago

It's basically like https://thetvdb.com/ & https://www.themoviedb.org/ with buttons to auto download the media and automations on the backend to make that all happen.