Update Audiobookshelf container

This commit is contained in:
Gene Liverman 2024-12-02 07:27:11 -05:00 committed by Gene Liverman
parent 131341f50e
commit 6e55d662af

View file

@ -5,15 +5,14 @@ in {
# Audiobookshelf # Audiobookshelf
############################################################################# #############################################################################
# I am using v2.8.1 because that is both the current Docker image and # # I am using v2.17.2 because that is the current one in nix 24.11. #
# the current version in nixpkgs unstable. My plan is to switch from Podman # # My plan is to switch from Podman to the native NixOS service #
# to a systemd-nspawn container. #
############################################################################# #############################################################################
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
"audiobookshelf" = { "audiobookshelf" = {
autoStart = true; autoStart = true;
image = "ghcr.io/advplyr/audiobookshelf:2.8.1"; image = "ghcr.io/advplyr/audiobookshelf:2.17.2";
environment = { environment = {
AUDIOBOOKSHELF_UID = "99"; AUDIOBOOKSHELF_UID = "99";
AUDIOBOOKSHELF_GID = "100"; AUDIOBOOKSHELF_GID = "100";