lots of updates from the past few months

This commit is contained in:
Callum Leslie 2026-01-29 15:37:13 +00:00
parent d400e84092
commit ba4f1bcfcc
Signed by: cleslie
GPG key ID: 5A944DF89B6F65AC
12 changed files with 228 additions and 420 deletions

View file

@ -5,9 +5,9 @@ in {
cloudflare-dyndns.domains = [domain];
n8n = {
enable = true;
webhookUrl = "https://" + domain + "/";
settings = {
port = 5678;
environment = {
PORT = "5678";
WEBHOOK_URL = "https://" + domain + "/";
};
};
caddy.virtualHosts.${domain}.extraConfig = ''