Skip to content

Commit

Permalink
Update jellyseerr to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Nov 13, 2024
1 parent 2b31b3f commit fdc9dcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jellyseerr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: fallenbagel/jellyseerr:2.0.1@sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b
image: fallenbagel/jellyseerr:2.1.0@sha256:af5563771964282e5bfb6a4f30b05c75c8d30661a920f0399086f575217d0573
volumes:
- ${APP_DATA_DIR}/data/config:/app/config
restart: on-failure
13 changes: 7 additions & 6 deletions jellyseerr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyseerr
category: media
name: Jellyseerr
version: "2.0.1"
version: "2.1.0"
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.
Expand Down Expand Up @@ -30,11 +30,12 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
Highlights:
- Improved setup process with Emby user configuration without editing environment variables
- New feature to blacklist media from Jellyseerr for users with special permissions
- Faster downloads update with reduced sync delay between Jellyseerr and *arrs
- Switch to Jellyfin API Tokens for improved connectivity
Key highlights in this release:
- Added proxy settings with support for username/password authentication
- Improved avatar caching for better performance
- Enhanced setup process with better URL validation
- Various bug fixes and stability improvements
Full release notes are available at https://github.com/fallenbagel/jellyseerr/releases
torOnly: false
Expand Down

0 comments on commit fdc9dcd

Please sign in to comment.