Compare commits

...

3 Commits

Author SHA1 Message Date
m3tam3re
e98e224af9 merge 2025-02-14 13:53:28 +01:00
m3tam3re
b2e01747e5 flake update 2025-02-14 13:44:29 +01:00
m3tam3re
75ae18b73e @n8n updatr to 1.78 2025-02-14 09:32:40 +01:00
4 changed files with 46 additions and 21 deletions

36
flake.lock generated
View File

@ -94,11 +94,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1738148035, "lastModified": 1739518853,
"narHash": "sha256-KYOATYEwaKysL3HdHdS5kbQMXvzS4iPJzJrML+3TKAo=", "narHash": "sha256-3dZpC0Kq9qvaTKcfC9Am+PXd73mWo2Whi2yM6gnvOpA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "18d0a984cc2bc82cf61df19523a34ad463aa7f54", "rev": "85942f35d345daf4d402c05a8ee0c52f414a2168",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -151,11 +151,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1738448366, "lastModified": 1739470101,
"narHash": "sha256-4ATtQqBlgsGqkHTemta0ydY6f7JBRXz4Hf574NHQpkg=", "narHash": "sha256-NxNe32VB4XI/xIXrsKmIfrcgtEx5r/5s52pL3CpEcA4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "18fa9f323d8adbb0b7b8b98a8488db308210ed93", "rev": "5031c6d2978109336637977c165f82aa49fa16a7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -192,11 +192,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1737793455, "lastModified": 1739002652,
"narHash": "sha256-sVy0QU4fpZsUWj5B8t6jUNZHzVLC22+HYqcFG9pKPik=", "narHash": "sha256-W83O9ASWUFaDAFY7H9vvW/Gm9PN5Lkh0McYW3bA/6aU=",
"owner": "Jas-SinghFSU", "owner": "Jas-SinghFSU",
"repo": "HyprPanel", "repo": "HyprPanel",
"rev": "74065af3d2aa576e8b183d720033c3eece3deb70", "rev": "0d5f80ff5cd525b8f27adfb84cef67d90e3d7f10",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -239,11 +239,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1738506098, "lastModified": 1739521149,
"narHash": "sha256-Z3XDI7ok54VmNFYOtH9VfQSbW4i+hnGAF4jdQ0PD5HU=", "narHash": "sha256-9CYhycBZDYkxD1uu6HMeJzRkSuDYZ86RJzEbFopO/CQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "77110cd574a1555893e0b5db8eeffaf112455119", "rev": "49f1c6e940b67fa522c45c14603a0584aa90ebd2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -255,11 +255,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1738435198, "lastModified": 1739357830,
"narHash": "sha256-5+Hmo4nbqw8FrW85FlNm4IIrRnZ7bn0cmXlScNsNRLo=", "narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f6687779bf4c396250831aa5a32cbfeb85bb07a3", "rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -287,11 +287,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1738410390, "lastModified": 1739446958,
"narHash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc=", "narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3a228057f5b619feb3186e986dbe76278d707b6e", "rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -4,6 +4,7 @@
./gitea.nix ./gitea.nix
./minio.nix ./minio.nix
./mysql.nix ./mysql.nix
./n8n.nix
./postgres.nix ./postgres.nix
./searx.nix ./searx.nix
./traefik.nix ./traefik.nix

View File

@ -0,0 +1,24 @@
{
services.n8n = {
enable = true;
webhookUrl = "https://wf.m3tam3re.com";
};
# Traefik configuration specific to n8n
services.traefik.dynamicConfigOptions.http = {
services.n8n.loadBalancer.servers = [
{
url = "http://localhost:5678/";
}
];
routers.n8n = {
rule = "Host(`wf.m3tam3re.com`)";
tls = {
certResolver = "godaddy";
};
service = "n8n";
entrypoints = "websecure";
};
};
}

View File

@ -1,17 +1,17 @@
{prev}: {prev}:
prev.n8n.overrideAttrs (oldAttrs: rec { prev.n8n.overrideAttrs (oldAttrs: rec {
pname = oldAttrs.pname; pname = oldAttrs.pname;
version = "1.77.0"; version = "1.78.0";
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "n8n-io"; owner = "n8n-io";
repo = "n8n"; repo = "n8n";
rev = "n8n@${version}"; rev = "n8n@${version}";
hash = "sha256-j3hoHkZVmlahV16rab8d3vE00xrQhhn7syGB9Td0kdU="; hash = "sha256-ebMuhbUyak13wQ7qWvpNCcmL52J24QPsGmEvIifnzVo=";
}; };
pnpmDeps = prev.pnpm_9.fetchDeps { pnpmDeps = prev.pnpm_9.fetchDeps {
inherit pname version src; inherit pname version src;
hash = "sha256-MUfiIPPFoOLwH1EeQ2HQX1KqKzbyExXydCDRSUG4GbQ="; hash = "sha256-1vheGCTGacrQMVJjYrEuv4NC4ImSb+WAbYLXpEithnM=";
}; };
}) })