Add audiobookshelf.
This commit is contained in:
parent
61b20b94d4
commit
84e81d9642
2 changed files with 13 additions and 0 deletions
12
hosts/hub/apps/audiobookshelf.nix
Normal file
12
hosts/hub/apps/audiobookshelf.nix
Normal 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 ];
|
||||
}
|
|
@ -25,6 +25,7 @@
|
|||
./apps/searxng.nix
|
||||
./apps/actual.nix
|
||||
./apps/adguard.nix
|
||||
./apps/audiobookshelf.nix
|
||||
];
|
||||
|
||||
boot.loader.grub = {
|
||||
|
|
Loading…
Add table
Reference in a new issue