-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
73 additions
and
29 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters