Remove uptime kuma completly
This commit is contained in:
parent
5503e3165b
commit
f72b2f4bec
3 changed files with 0 additions and 17 deletions
|
@ -149,9 +149,6 @@ in {
|
|||
reverse_proxy 127.0.0.1:${toString settings.ports.nextcloud}
|
||||
'';
|
||||
|
||||
"uptime.catnip.ee".extraConfig = ''
|
||||
reverse_proxy :${toString settings.ports.uptime_kuma}
|
||||
'';
|
||||
"catnip.ee" = {
|
||||
extraConfig = ''
|
||||
root * ${inputs.catnip-website}
|
||||
|
|
|
@ -171,19 +171,6 @@ in {
|
|||
#"--pull=always"
|
||||
];
|
||||
};
|
||||
# uptime-kuma = {
|
||||
# autoStart = true;
|
||||
# image = "louislam/uptime-kuma:latest";
|
||||
# ports = [
|
||||
# "${toString settings.ports.uptime_kuma}:3001"
|
||||
# ];
|
||||
# volumes = [
|
||||
# "${settings.server_configs}/uptime-kuma:/app/data"
|
||||
# ];
|
||||
# extraOptions = [
|
||||
# #"--pull=always"
|
||||
# ];
|
||||
# };
|
||||
|
||||
jellyfin-vue = {
|
||||
autoStart = true;
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
forgejo = 4005;
|
||||
jellyfin_vue = 4004;
|
||||
jellyfin = 8096;
|
||||
uptime_kuma = 4002;
|
||||
wakapi = 4001;
|
||||
plex = 32400;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue