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
|
# 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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue