mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Update Audiobookshelf container
This commit is contained in:
parent
131341f50e
commit
6e55d662af
1 changed files with 3 additions and 4 deletions
|
|
@ -5,15 +5,14 @@ in {
|
|||
# Audiobookshelf
|
||||
|
||||
#############################################################################
|
||||
# I am using v2.8.1 because that is both the current Docker image and #
|
||||
# the current version in nixpkgs unstable. My plan is to switch from Podman #
|
||||
# to a systemd-nspawn container. #
|
||||
# I am using v2.17.2 because that is the current one in nix 24.11. #
|
||||
# My plan is to switch from Podman to the native NixOS service #
|
||||
#############################################################################
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
"audiobookshelf" = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/advplyr/audiobookshelf:2.8.1";
|
||||
image = "ghcr.io/advplyr/audiobookshelf:2.17.2";
|
||||
environment = {
|
||||
AUDIOBOOKSHELF_UID = "99";
|
||||
AUDIOBOOKSHELF_GID = "100";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue