unmanic, calibre

This commit is contained in:
mjallen18
2025-10-02 21:26:27 -05:00
parent e72d1b5d93
commit ee48ca08bd
11 changed files with 320 additions and 116 deletions

View File

@@ -63,6 +63,15 @@
};
};
calibre = {
enable = true;
port = 8084;
webPort = 8083;
localAddress = "10.0.3.1";
webDir = "/media/nas/main/nix-app-data/calibre-web";
dataDir = "/media/nas/main/books";
};
crowdsec = {
enable = true;
port = 9898;
@@ -87,6 +96,14 @@
};
};
unmanic = {
enable = true;
configPath = "/media/nas/main/nix-app-data/unmanic/config";
moviesPath = "/media/nas/main/movies";
tvPath = "/media/nas/main/tv";
transcodePath = "/media/nas/main/nix-app-data/unmanic/transcode";
};
glance = {
enable = true;
port = 5555;
@@ -102,7 +119,7 @@
httpsPort = "3101";
};
tdarr.enable = true;
tdarr.enable = false;
authentik = {
enable = true;