Compare commits
No commits in common. "596b7a877b9e2927e70f09ea1c3e854137711af1" and "58f5e8b91c47d9c36882b4149a22ff312103a83e" have entirely different histories.
596b7a877b
...
58f5e8b91c
3 changed files with 0 additions and 42 deletions
|
|
@ -10,6 +10,5 @@
|
||||||
./openwebui.nix
|
./openwebui.nix
|
||||||
./trilium.nix
|
./trilium.nix
|
||||||
./oauth2-proxy.nix
|
./oauth2-proxy.nix
|
||||||
./n8n.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
{
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
let
|
|
||||||
port = 5678;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options = { };
|
|
||||||
config = {
|
|
||||||
services.nginx.virtualHosts = {
|
|
||||||
"n8n.joshuabell.xyz" = {
|
|
||||||
locations = {
|
|
||||||
"/" = {
|
|
||||||
proxyWebsockets = true;
|
|
||||||
recommendedProxySettings = true;
|
|
||||||
proxyPass = "http://127.0.0.1:${port}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Expose litellm to my overlay network as well
|
|
||||||
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ port ];
|
|
||||||
|
|
||||||
services.n8n = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
systemd.services.n8n.environment = {
|
|
||||||
# N8N_SECURE_COOKIE = "false";
|
|
||||||
N8N_EDITOR_BASE_URL = "https://n8n.joshuabell.xyz/";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -163,14 +163,6 @@
|
||||||
proxyPass = "http://100.64.0.13";
|
proxyPass = "http://100.64.0.13";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"n8n.joshuabell.xyz" = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/" = {
|
|
||||||
proxyWebsockets = true;
|
|
||||||
proxyPass = "http://100.64.0.13";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"notes.joshuabell.xyz" = {
|
"notes.joshuabell.xyz" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue