add ntfy service

This commit is contained in:
randomuser 2023-07-15 23:10:22 -05:00
parent f8de34054e
commit b3960bff1c
1 changed files with 15 additions and 0 deletions

View File

@ -84,6 +84,14 @@
};
};
services.nginx.virtualHosts."ntfy.beepboop.systems" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:3500";
};
};
services.nginx.virtualHosts."skillissue.agency" = {
forceSSL = true;
enableACME = true;
@ -119,6 +127,13 @@
};
};
services.ntfy-sh = {
enable = true;
settings = {
listen-http = ":3500";
};
};
services.vaultwarden.enable = true;
# Open ports in the firewall.