Skip to content

Commit

Permalink
Merge pull request #1820 from SpiderManAPV/jellyseerr
Browse files Browse the repository at this point in the history
Jellyseerr
  • Loading branch information
nemchik authored Jan 5, 2025
2 parents 20c88cb + 33bf0a6 commit 7832195
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose/.apps/jellyseerr/jellyseerr.aarch64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
jellyseerr:
image: fallenbagel/jellyseerr:${JELLYSEERR_TAG}
3 changes: 3 additions & 0 deletions compose/.apps/jellyseerr/jellyseerr.hostname.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
jellyseerr:
hostname: ${DOCKER_HOSTNAME}
12 changes: 12 additions & 0 deletions compose/.apps/jellyseerr/jellyseerr.labels.yml
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"
3 changes: 3 additions & 0 deletions compose/.apps/jellyseerr/jellyseerr.netmode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
jellyseerr:
network_mode: ${JELLYSEERR_NETWORK_MODE}
4 changes: 4 additions & 0 deletions compose/.apps/jellyseerr/jellyseerr.ports.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
services:
jellyseerr:
ports:
- ${JELLYSEERR_PORT_5055}:5055
3 changes: 3 additions & 0 deletions compose/.apps/jellyseerr/jellyseerr.x86_64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
jellyseerr:
image: fallenbagel/jellyseerr:${JELLYSEERR_TAG}
12 changes: 12 additions & 0 deletions compose/.apps/jellyseerr/jellyseerr.yml
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
15 changes: 15 additions & 0 deletions docs/apps/jellyseerr.md
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/).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ nav:
- apps/influxdb.md
- apps/jackett.md
- apps/jellyfin.md
- apps/jellyseerr.md
- apps/jfago.md
- apps/kanboard.md
- apps/kitana.md
Expand Down

0 comments on commit 7832195

Please sign in to comment.