Browse Source
Update Jellyseer from 1.7.0 to 1.9.2 (#1218)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Eldar Nizamutdinov
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
3 deletions
-
jellyseerr/docker-compose.yml
-
jellyseerr/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: fallenbagel/jellyseerr:1.7.0@sha256:6dcdb5ba50913a14b2bd7df6388607ce175121f3416679c2746501256ac9f075 |
|
|
|
image: fallenbagel/jellyseerr:1.9.2@sha256:8f708df0ce3f202056bde5d7bff625eb59efe38f4ee47bdddc7560b6e4a5a214 |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data/config:/app/config |
|
|
|
restart: on-failure |
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: jellyseerr |
|
|
|
category: media |
|
|
|
name: Jellyseerr |
|
|
|
version: "1.7.0" |
|
|
|
version: "1.9.2" |
|
|
|
tagline: Beautiful media discovery for Jellyfin users |
|
|
|
description: >- |
|
|
|
Jellyseerr is a request management and media discovery tool built to work with your existing Jellyfin ecosystem. |
|
|
@ -29,7 +29,11 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: "" |
|
|
|
releaseNotes: >- |
|
|
|
This update brings Jellyseerr from version 1.7.0 to 1.9.2. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/fallenbagel/jellyseerr/releases |
|
|
|
torOnly: false |
|
|
|
submitter: johnpc |
|
|
|
submission: "https://github.com/getumbrel/umbrel-apps/pull/924" |