server cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user