Add service LibreChat with subdomain (docker)
This commit is contained in:
parent
4078120b08
commit
830670c8f0
2 changed files with 6 additions and 0 deletions
|
|
@ -151,6 +151,11 @@ in
|
||||||
host = "http://qbittorrent.${p.domains.tsDns}:8080";
|
host = "http://qbittorrent.${p.domains.tsDns}:8080";
|
||||||
domain = p.domains.ts;
|
domain = p.domains.ts;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
subdomain = "ai";
|
||||||
|
host = "http://${p.hosts.librechat}:3080";
|
||||||
|
domain = p.domains.public;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
dns02 = "192.168.1.3";
|
dns02 = "192.168.1.3";
|
||||||
shadowshocks = "shadowshocks.internal";
|
shadowshocks = "shadowshocks.internal";
|
||||||
mpd = "192.168.1.7";
|
mpd = "192.168.1.7";
|
||||||
|
librechat = "librechat.internal";
|
||||||
};
|
};
|
||||||
domains = {
|
domains = {
|
||||||
public = "pasetto.me";
|
public = "pasetto.me";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue