ADD htop package in common.nix
Remove appsmith to web server ADD caddy configuration for jellyfin
This commit is contained in:
parent
ce000c0738
commit
08e8bd46c6
|
@ -8,7 +8,7 @@
|
|||
../modules/prometheus-node.nix
|
||||
../modules/common.nix
|
||||
../modules/users.nix
|
||||
../docker/appsmith.nix
|
||||
# ../docker/appsmith.nix
|
||||
../docker/kuma.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
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
lsd
|
||||
age
|
||||
lsd
|
||||
htop
|
||||
];
|
||||
# Nix Garbage Collector
|
||||
nix.gc = {
|
||||
|
|
Loading…
Reference in New Issue