Browse Source

Update lidarr to 1.4.5 (#881)

main
smolgrrr 1 year ago
committed by GitHub
parent
commit
ae1955d0af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lidarr/docker-compose.yml
  2. 6
      lidarr/umbrel-app.yml

2
lidarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/lidarr:1.0.2@sha256:890b8b35aa1e6509f61ee3efab0691a4360ca257489cb535dbc1c49fa3093a56
image: linuxserver/lidarr:1.4.5@sha256:742b2b299a1e42d15ba99f7f7b8e245aa8822ce516c037ec29bd29de247fba4b
environment:
- PUID=1000
- PGID=1000

6
lidarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: lidarr
category: media
name: Lidarr
version: "3.0.9"
version: "1.4.5"
tagline: Looks and smells like Sonarr but made for music
description: >-
Lidarr is a music collection manager for Usenet and BitTorrent users.
@ -27,6 +27,10 @@ path: ""
defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
This update takes Lidarr from 1.0.2 to 1.4.5.
For full Lidarr release notes: https://github.com/Lidarr/Lidarr/releases
permissions:
- STORAGE_DOWNLOADS
submitter: Umbrel

Loading…
Cancel
Save