Open WebUI but only proxy. Deployed via Portainer
This commit is contained in:
parent
0b0ddfc2f9
commit
8174cc5756
4 changed files with 34 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ in
|
|||
perplexicaUrl = p.hosts.portainer;
|
||||
proxy = {
|
||||
enable = true;
|
||||
domain = p.domains.ts;
|
||||
domain = p.domains.public;
|
||||
host = p.hosts.caddy;
|
||||
};
|
||||
};
|
||||
|
|
@ -167,7 +167,7 @@ in
|
|||
}
|
||||
{
|
||||
subdomain = "ai";
|
||||
host = "http://${p.hosts.librechat}:3080";
|
||||
host = "http://${p.hosts.portainer}:4000";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue