Add litellm-public container, age master key, and nginx update

This commit is contained in:
Joshua Bell 2026-01-21 18:46:09 -06:00
parent c8606972df
commit 9a95841ff0
5 changed files with 322 additions and 0 deletions

View file

@ -228,6 +228,14 @@
proxyPass = "http://100.64.0.13";
};
};
"llm.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13:8095";
};
};
"_" = {
rejectSSL = true;