server cleanup

This commit is contained in:
k
2024-10-19 16:01:42 +00:00
parent d5c6104c59
commit 91e2e87ed6
3 changed files with 7 additions and 66 deletions

View File

@@ -61,16 +61,6 @@
};
};
ntfy-sh = {
enable = true;
settings = {
listen-http = ":8004";
auth-file = "/var/lib/ntfy.db";
auth-default-access = "read-only";
base-url = "https://ntfy.dhilton.xyz";
};
};
searx = {
enable = true;
settings = {
@@ -101,15 +91,6 @@
};
};
"ntfy.dhilton.xyz" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8004";
proxyWebsockets = true;
};
};
"jel.dhilton.xyz" = {
forceSSL = true;
enableACME = true;
@@ -119,15 +100,6 @@
};
};
"puf.dhilton.xyz" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8002";
proxyWebsockets = true;
};
};
"srx.dhilton.xyz" = {
forceSSL = true;
enableACME = true;