Skip to content

Commit

Permalink
🧿 overseerr
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Apr 12, 2024
1 parent 828fb07 commit a824160
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 29 deletions.
File renamed without changes.
27 changes: 27 additions & 0 deletions apps/overseerr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#######################################
# OVERSEERR (DOWNLOAD REQUESTS)
#######################################

services:
overseerr:
container_name: overseerr
image: lscr.io/linuxserver/overseerr:latest
profiles: ["media", "all"]
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
volumes:
- ${DOCKER_DIRECTORY}/appdata/overseerr:/config
security_opt:
- no-new-privileges:true
restart: ${UNIVERSAL_RESTART_POLICY:-unless-stopped}
networks:
traefik:
labels:
traefik.enable: true
traefik.http.routers.overseerr-rtr.rule: Host(`${OVERSEERR_SUBDOMAIN:-overseerr}.${DOMAIN_NAME}`)
traefik.http.routers.overseerr-rtr.entrypoints: websecure
traefik.http.routers.overseerr-rtr.service: overseerr-svc
traefik.http.services.overseerr-svc.loadbalancer.server.port: 5055
traefik.http.routers.overseerr-rtr.middlewares: chain-oauth-google@file
2 changes: 1 addition & 1 deletion apps/traefik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ secrets:
services:
traefik:
container_name: traefik
image: library/traefik:v2.11
image: library/traefik:v2.10
profiles: ["traefik", "core", "all"]
ports:
- published: 80
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include:
- apps/sonarr.yaml # Sonarr (TV Show Downloads)
- apps/radarr.yaml # Radarr (Movie Downloads)
- apps/prowlarr.yaml # Prowlarr (Indexer)
- apps/ombi.yaml # Ombi (Download Requests)
- apps/overseerr.yaml # Overseerr (Media Requests)
- apps/tautulli.yaml # Tautulli (Plex Analytics)
- apps/transmission.yaml # Transmission (Torrents Behind VPN)
- apps/sabnzbd.yaml # SABnzbd (Usenet Downloading)
Expand Down Expand Up @@ -51,6 +51,7 @@ include:
# - apps/libreoffice.yaml # LibreOffice (Office Suite)
# - apps/umami.yaml # Umami Analytics
# - apps/homeassistant/docker-compose.yaml # Home Assistant (Smart Home)
# - apps/healthchecks.yaml # Healthchecks (Monitoring)

################################################################################
# NETWORK CONFIGURATION
Expand Down
33 changes: 33 additions & 0 deletions docs/applications/archived.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Archived Apps

## ombi

[![](https://img.shields.io/static/v1?message=linuxserver/ombi&logo=docker&label=docker&color=blue)](https://hub.docker.com/r/linuxserver/ombi)
[![](https://img.shields.io/static/v1?message=Ombi-app/Ombi&logo=github&label=github)](https://github.com/Ombi-app/Ombi)
[![](https://img.shields.io/static/v1?message=ombi.io&logo=google+chrome&label=website&color=teal)](https://ombi.io)

> [!NOTE] Ombi was archived in favor of [Overseerr](media.md#overseerr)
<img src="https://i.imgur.com/AD78HMw.png" width="300" alt="ombi_logo">

Ombi is your friendly media request tool, automatically syncs with your media servers (Sonarr, Radarr). It's
dead simple to use and is a nice way for your friends to request media and have it automatically added to your
Plex server.

### Configuration

Ombi has a few different notification settings, personally I use its
Pushover (push notifications) and email integrations to notify users.
Please refer to the documentation link for further details.

#### Media Server (Plex) Config

<img src="https://i.imgur.com/hvOGexA.png" width="600" alt="ombi_plex_config">

#### TV (Sonarr) Config

<img src="https://i.imgur.com/bgx2tKl.png" width="600" alt="ombi_sonarr_config">

#### Movies (Radarr) Config

<img src="https://i.imgur.com/fdr3HK4.png" width="600" alt="ombi_radarr_config">
36 changes: 9 additions & 27 deletions docs/applications/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [sonarr](#sonarr)
- [radarr](#radarr)
- [prowlarr](#prowlarr)
- [ombi](#ombi)
- [overseerr](#overseerr)
- [tautulli](#tautulli)
- [transmission](#transmission)
- [sabnzbd](#sabnzbd)
Expand Down Expand Up @@ -94,35 +94,17 @@ to integrate with your various PVR apps. Prowlarr supports management of both To
Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr,
and Sonarr offering complete management of your indexers with no per app Indexer setup required

## ombi
## overseerr

[![](https://img.shields.io/static/v1?message=linuxserver/ombi&logo=docker&label=docker&color=blue)](https://hub.docker.com/r/linuxserver/ombi)
[![](https://img.shields.io/static/v1?message=Ombi-app/Ombi&logo=github&label=github)](https://github.com/Ombi-app/Ombi)
[![](https://img.shields.io/static/v1?message=ombi.io&logo=google+chrome&label=website&color=teal)](https://ombi.io)
[![](https://img.shields.io/static/v1?message=linuxserver/overseerr&logo=docker&label=docker&color=blue)](https://hub.docker.com/r/linuxserver/overseerr)
[![](https://img.shields.io/static/v1?message=sct/overseerr&logo=github&label=github)](https://github.com/sct/overseerr)
[![](https://img.shields.io/static/v1?message=overseerr.dev&logo=google+chrome&label=website&color=teal)](https://overseerr.dev)

<img src="https://i.imgur.com/AD78HMw.png" width="300" alt="ombi_logo">
<img src="https://i.imgur.com/kCFWqUO.png" width="280" alt="ombi_logo">

Ombi is your friendly media request tool, automatically syncs with your media servers (Sonarr, Radarr). It's
dead simple to use and is a nice way for your friends to request media and have it automatically added to your
Plex server.

### Configuration

Ombi has a few different notification settings, personally I use its
Pushover (push notifications) and email integrations to notify users.
Please refer to the documentation link for further details.

#### Media Server (Plex) Config

<img src="https://i.imgur.com/hvOGexA.png" width="600" alt="ombi_plex_config">

#### TV (Sonarr) Config

<img src="https://i.imgur.com/bgx2tKl.png" width="600" alt="ombi_sonarr_config">

#### Movies (Radarr) Config

<img src="https://i.imgur.com/fdr3HK4.png" width="600" alt="ombi_radarr_config">
Overseerr is a free and open source software application for managing
requests for your media library. It integrates with your existing services,
such as Sonarr, Radarr, and Plex!

## tautulli

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nav:
- Media Profile 🎬: applications/media.md
- Utilities Profile 🔧: applications/utilities.md
- Miscellaneous Profile 🥞: applications/miscellaneous.md
- Archived Apps 🗄️: applications/archived.md
- Command Line Usage 🖥️: cli.md
- Scripts 📜: scripts.md
- Migrations 🚚: migrations.md
Expand Down

0 comments on commit a824160

Please sign in to comment.