-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1820 from SpiderManAPV/jellyseerr
Jellyseerr
- Loading branch information
Showing
9 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
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,3 @@ | ||
services: | ||
jellyseerr: | ||
image: fallenbagel/jellyseerr:${JELLYSEERR_TAG} |
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,3 @@ | ||
services: | ||
jellyseerr: | ||
hostname: ${DOCKER_HOSTNAME} |
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,12 @@ | ||
services: | ||
jellyseerr: | ||
labels: | ||
com.dockstarter.appinfo.deprecated: "false" | ||
com.dockstarter.appinfo.description: "Overseerr fork with Jellyfin and Emby support." | ||
com.dockstarter.appinfo.nicename: "Jellyseerr" | ||
com.dockstarter.appvars.jellyseerr_container_name: "jellyseerr" | ||
com.dockstarter.appvars.jellyseerr_enabled: "false" | ||
com.dockstarter.appvars.jellyseerr_network_mode: "" | ||
com.dockstarter.appvars.jellyseerr_port_5055: "5055" | ||
com.dockstarter.appvars.jellyseerr_restart: "unless-stopped" | ||
com.dockstarter.appvars.jellyseerr_tag: "latest" |
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,3 @@ | ||
services: | ||
jellyseerr: | ||
network_mode: ${JELLYSEERR_NETWORK_MODE} |
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,4 @@ | ||
services: | ||
jellyseerr: | ||
ports: | ||
- ${JELLYSEERR_PORT_5055}:5055 |
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,3 @@ | ||
services: | ||
jellyseerr: | ||
image: fallenbagel/jellyseerr:${JELLYSEERR_TAG} |
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,12 @@ | ||
services: | ||
jellyseerr: | ||
container_name: ${JELLYSEERR_CONTAINER_NAME} | ||
environment: | ||
- PGID=${PGID} | ||
- PUID=${PUID} | ||
- TZ=${TZ} | ||
restart: ${JELLYSEERR_RESTART} | ||
volumes: | ||
- /etc/localtime:/etc/localtime:ro | ||
- ${DOCKER_VOLUME_CONFIG}/jellyseerr:/app/config | ||
- ${DOCKER_VOLUME_STORAGE}:/storage |
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,15 @@ | ||
# Overseerr | ||
|
||
[![Docker Pulls](https://img.shields.io/docker/pulls/fallenbagel/jellyseerr?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/fallenbagel/jellyseerr) | ||
[![GitHub Stars](https://img.shields.io/github/stars/fallenbagel/jellyseerr?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/fallenbagel/jellyseerr) | ||
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/jellyseerr) | ||
|
||
## Description | ||
|
||
[Jellyseerr](https://docs.jellyseerr.dev/) is a free and open source software application for managing requests for your media library. It is a fork of [Overseerr](https://github.com/sct/overseerr) built to bring additional support for [Jellyfin](https://github.com/jellyfin/jellyfin) & [Emby](https://github.com/MediaBrowser/Emby) media servers! | ||
|
||
## Install/Setup | ||
|
||
This application does not have any specific setup instructions documented. If | ||
you need assistance setting up this application please visit our | ||
[support page](https://dockstarter.com/basics/support/). |
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