Skip to content

Commit

Permalink
Update media server containers
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Feb 22, 2024
1 parent 59f4522 commit e384f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/nixos/files/services/audiobookshelf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ in
{
virtualisation.oci-containers.containers.auidobookshelf = {
autoStart = true;
image = "ghcr.io/advplyr/audiobookshelf:2.7.1";
image = "ghcr.io/advplyr/audiobookshelf:2.8.0";
volumes = [
"/media/podcasts:/podcasts"
"/etc/audiobookshelf/config:/config"
Expand Down
4 changes: 2 additions & 2 deletions roles/nixos/files/services/navidrome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
virtualisation.oci-containers.containers = {
navidrome = {
autoStart = true;
image = "docker.io/deluan/navidrome:0.50.2";
image = "docker.io/deluan/navidrome:0.51.1";
ports = [ "${toString navidromePort}:${toString navidromePort}" ];
environment = {
ND_SCANSCHEDULE = "1h";
Expand All @@ -22,7 +22,7 @@ in
};
bonob = {
autoStart = true;
image = "ghcr.io/simojenki/bonob:v0.6.11";
image = "ghcr.io/simojenki/bonob:v0.7.0";
ports = [ "${toString bonobPort}:${toString bonobPort}" ];
environment = {
BNB_URL = "http://192.168.1.49:${toString bonobPort}";
Expand Down

0 comments on commit e384f9f

Please sign in to comment.