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/prometheus-node.nix
|
||||||
../modules/common.nix
|
../modules/common.nix
|
||||||
../modules/users.nix
|
../modules/users.nix
|
||||||
../docker/appsmith.nix
|
# ../docker/appsmith.nix
|
||||||
../docker/kuma.nix
|
../docker/kuma.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,10 @@ in
|
||||||
encode gzip
|
encode gzip
|
||||||
reverse_proxy http://localhost:3001
|
reverse_proxy http://localhost:3001
|
||||||
}
|
}
|
||||||
|
https://films.atlanticaweb.fr {
|
||||||
|
encode gzip
|
||||||
|
reverse_proxy http://localhost:8096
|
||||||
|
}
|
||||||
https://pocket.atlanticaweb.fr {
|
https://pocket.atlanticaweb.fr {
|
||||||
encode gzip
|
encode gzip
|
||||||
reverse_proxy http://localhost:3001
|
reverse_proxy http://localhost:3001
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
lsd
|
lsd
|
||||||
age
|
age
|
||||||
lsd
|
lsd
|
||||||
|
htop
|
||||||
];
|
];
|
||||||
# Nix Garbage Collector
|
# Nix Garbage Collector
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
|
Loading…
Reference in New Issue