Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jellyseerr to version v2.2.3 #1994

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jellyseerr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'

Check notice on line 1 in jellyseerr/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: fallenbagel/jellyseerr:2.1.0@sha256:af5563771964282e5bfb6a4f30b05c75c8d30661a920f0399086f575217d0573
image: fallenbagel/jellyseerr:2.2.3@sha256:a324fa4d81cce73116801bee3c50b632f3457c0ca0ad31aa692c640e22f50dea
volumes:
- ${APP_DATA_DIR}/data/config:/app/config
restart: on-failure
12 changes: 7 additions & 5 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.1.0"
version: "2.2.3"
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 @@ -31,10 +31,12 @@ defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
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
- Added support for Emby avatars
- Improved request list sorting options
- Enhanced streaming service region settings
- Added special episodes configuration
- Improved Discord notifications
- Various UI improvements and bug fixes


Full release notes are available at https://github.com/fallenbagel/jellyseerr/releases
Expand Down
Loading