Upgrade navidrome to remediate auth bypass bug
Ref: https://github.com/navidrome/navidrome/security/advisories/GHSA-c3p4-vm8f-386p
This commit is contained in:
parent
b700b28160
commit
d45446b410
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
services.navidrome = {
|
services.navidrome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/33ab0a55ad0e3fe2b40339bdc3c46e3387a8a777.tar.gz") {}).navidrome;
|
||||||
settings = {
|
settings = {
|
||||||
MusicFolder = "/mnt/bigbird_public/media/music";
|
MusicFolder = "/mnt/bigbird_public/media/music";
|
||||||
ScanSchedule = "@every 12h";
|
ScanSchedule = "@every 12h";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue