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 sabnzbd to version 4.4.1 #1973

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 sabnzbd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
PROXY_AUTH_WHITELIST: "/api*"

web:
image: lscr.io/linuxserver/sabnzbd:4.4.0@sha256:d0e307ed7ddbda9c93872f02fed402d538aab52b2605e71a2f80c26f5ba8d3c7
image: lscr.io/linuxserver/sabnzbd:4.4.1@sha256:37cfb25fdeaca82e1ad89a1bf664efe41ad481ed56aa069f710ac975cc5c6ecf
restart: unless-stopped

Check warning on line 12 in sabnzbd/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid restart policy

The restart policy of the container "web" should be set to "on-failure".
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/config:/config
Expand Down
4 changes: 3 additions & 1 deletion sabnzbd/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sabnzbd
category: networking
name: SABnzbd
version: "4.4.0"
version: "4.4.1"
tagline: The automated Usenet download tool
description: >-
SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb.
Expand Down Expand Up @@ -32,6 +32,8 @@ port: 9876
releaseNotes: >-
This release includes several improvements and fixes:

- Added medium level certificate verification to support firewall/antivirus certificates
- Fixed Windows notification functionality
- Added support for subtitle file deobfuscation
- Added display of server personal notes
- Fixed issues with jobs getting stuck at 99%
Expand Down
Loading