ADD htop package in common.nix

Remove appsmith to web server
ADD caddy configuration for jellyfin
main
Alexandre LUCAZEAU 2023-04-14 14:45:23 +00:00
parent ce000c0738
commit 08e8bd46c6
3 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
../modules/prometheus-node.nix
../modules/common.nix
../modules/users.nix
../docker/appsmith.nix
# ../docker/appsmith.nix
../docker/kuma.nix
];

View File

@ -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

View File

@ -17,6 +17,7 @@
lsd
age
lsd
htop
];
# Nix Garbage Collector
nix.gc = {