Add audiobookshelf.

This commit is contained in:
Nolan Darilek 2025-01-01 15:30:40 -06:00
parent 61b20b94d4
commit 84e81d9642
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
services = {
audiobookshelf.enable = true;
caddy.virtualHosts."https://audiobookshelf.tailc50184.ts.net".extraConfig = ''
bind tailscale/audiobookshelf
reverse_proxy localhost:8000
'';
};
environment.systemPackages = with pkgs; [ audible-cli ];
}

View file

@ -25,6 +25,7 @@
./apps/searxng.nix
./apps/actual.nix
./apps/adguard.nix
./apps/audiobookshelf.nix
];
boot.loader.grub = {