Skip to content

Commit

Permalink
add audiobookshelf
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Jan 23, 2024
1 parent 23ce461 commit f31b271
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions machines/bart/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ in
proxyWebsockets = true;
};
};
"audiobookshelf.thilo-billerbeck.com" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://100.76.126.85:8000/";
proxyWebsockets = true;
};
};
};
};
forgejo = {
Expand Down Expand Up @@ -303,6 +311,11 @@ in
'';
};
};
tailscale = {
enable = true;
useRoutingFeatures = "server";
openFirewall = true;
};
};
virtualisation = {
docker = {
Expand Down

0 comments on commit f31b271

Please sign in to comment.