Add n8n service

This commit is contained in:
pazpi 2025-12-03 15:48:10 +01:00
parent 81bee0a7b9
commit 54fc411e13
8 changed files with 186 additions and 223 deletions

View file

@ -62,6 +62,12 @@ in
host = p.hosts.immich;
};
n8n.proxy = {
enable = true;
domain = p.domain.public;
host = p.hosts.n8n;
};
media-mgr.proxy = {
enable = true;
domain = p.domains.public;