Add n8n service
This commit is contained in:
parent
81bee0a7b9
commit
54fc411e13
8 changed files with 186 additions and 223 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue