From 08e8bd46c6fe6e248fc618d20cd1b33f66f8493a Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Fri, 14 Apr 2023 14:45:23 +0000 Subject: [PATCH] ADD htop package in common.nix Remove appsmith to web server ADD caddy configuration for jellyfin --- hosts/web/configuration.nix | 2 +- hosts/web/webserver.nix | 4 ++++ modules/common.nix | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/web/configuration.nix b/hosts/web/configuration.nix index a352b91..1d21640 100644 --- a/hosts/web/configuration.nix +++ b/hosts/web/configuration.nix @@ -8,7 +8,7 @@ ../modules/prometheus-node.nix ../modules/common.nix ../modules/users.nix - ../docker/appsmith.nix +# ../docker/appsmith.nix ../docker/kuma.nix ]; diff --git a/hosts/web/webserver.nix b/hosts/web/webserver.nix index de6c357..65bec40 100644 --- a/hosts/web/webserver.nix +++ b/hosts/web/webserver.nix @@ -16,6 +16,10 @@ in encode gzip reverse_proxy http://localhost:3001 } + https://films.atlanticaweb.fr { + encode gzip + reverse_proxy http://localhost:8096 + } https://pocket.atlanticaweb.fr { encode gzip reverse_proxy http://localhost:3001 diff --git a/modules/common.nix b/modules/common.nix index fbdf836..f03ae79 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -17,6 +17,7 @@ lsd age lsd + htop ]; # Nix Garbage Collector nix.gc = {