unmanic, calibre
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -62,12 +62,8 @@ in
|
||||
enableLuks = false;
|
||||
};
|
||||
|
||||
nvidia = {
|
||||
amd = {
|
||||
enable = true;
|
||||
enableBeta = true;
|
||||
enableOpen = true;
|
||||
nvidiaSettings = true;
|
||||
enableNvidiaDocker = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -78,12 +74,12 @@ in
|
||||
impermanence = {
|
||||
enable = true;
|
||||
extraDirectories = [
|
||||
{
|
||||
directory = "/var/lib/private/authentik/media";
|
||||
user = "authentik";
|
||||
group = "authentik";
|
||||
mode = "u=rwx,g=,o=";
|
||||
}
|
||||
# {
|
||||
# directory = "/var/lib/private/authentik/media";
|
||||
# user = "authentik";
|
||||
# group = "authentik";
|
||||
# mode = "u=rwx,g=,o=";
|
||||
# }
|
||||
{
|
||||
directory = "/var/lib/crowdsec";
|
||||
user = "crowdsec";
|
||||
@@ -138,6 +134,7 @@ in
|
||||
10200
|
||||
10300
|
||||
8127
|
||||
6060
|
||||
9943 # onlyoffice
|
||||
4000 # netbootxyz
|
||||
4080 # netbootxyz
|
||||
|
||||
Reference in New Issue
Block a user