traefik
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
./apps/arrs
|
||||
./apps/jellyfin/jellyfin.nix
|
||||
./apps/jellyseerr/jellyseerr.nix
|
||||
./apps/paperless
|
||||
../../modules
|
||||
|
||||
./apps/nextcloud
|
||||
./apps/ollama
|
||||
./apps/paperless
|
||||
./apps/traefik
|
||||
../../modules
|
||||
];
|
||||
|
||||
nas-apps = {
|
||||
@@ -17,8 +18,6 @@
|
||||
environmentFiles = [ config.sops.secrets."jallen-nas/collabora".path ];
|
||||
};
|
||||
|
||||
deluge.enable = false;
|
||||
|
||||
free-games-claimer.enable = true;
|
||||
|
||||
jackett.enable = true;
|
||||
@@ -26,7 +25,7 @@
|
||||
manyfold.enable = true;
|
||||
|
||||
mariadb = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
environmentFiles = [
|
||||
config.sops.secrets."jallen-nas/mariadb/db_pass".path
|
||||
config.sops.secrets."jallen-nas/mariadb/root_pass".path
|
||||
@@ -41,17 +40,7 @@
|
||||
port2 = "4080";
|
||||
};
|
||||
|
||||
nextcloud = {
|
||||
enable = false;
|
||||
httpPort = "9981";
|
||||
httpsPort = "9943";
|
||||
};
|
||||
|
||||
ollama.enable = true;
|
||||
|
||||
open-webui.enable = true;
|
||||
|
||||
swag.enable = true;
|
||||
open-webui.enable = false;
|
||||
|
||||
tdarr.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user