server cleanup
This commit is contained in:
parent
d5c6104c59
commit
91e2e87ed6
3 changed files with 7 additions and 66 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue