Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TRaSH-Guides/Synology-Templates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: retardgerman/Synology-Templates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 12, 2024

  1. Create jellyseerr.yml

    retardgerman authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9903bac View commit details
  2. Delete jellyseerr.yml

    retardgerman authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9b0b14e View commit details
  3. Create jellyseerr.yml

    retardgerman authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5a97c0e View commit details

Commits on Jun 13, 2024

  1. Update jellyseerr.yml

    BaukeZwart authored Jun 13, 2024
    Copy the full SHA
    e8603bf View commit details
  2. Update jellyseerr.yml

    retardgerman authored Jun 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fdc3edf View commit details
Showing with 28 additions and 0 deletions.
  1. +28 −0 templates/jellyseerr.yml
28 changes: 28 additions & 0 deletions templates/jellyseerr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Jellyseerr - https://hotio.dev/containers/jellyseerr/
#
# Don't forget to create the directory, change chown command if needed (the user:group part)
# sudo -u docker mkdir -m=00775 /volume1/docker/appdata/jellyseerr
#
jellyseerr:
container_name: jellyseerr
image: hotio/jellyseerr
restart: unless-stopped
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
labels:
- org.hotio.pullio.update=${PULLIO_UPDATE}
- org.hotio.pullio.notify=${PULLIO_NOTIFY}
- org.hotio.pullio.discord.webhook=${PULLIO_DISCORD_WEBHOOK}
ports:
- 5055:5055
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/jellyseerr:/config
- ${DOCKERSTORAGEDIR}/media:/data/media