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

@ -134,6 +134,9 @@ in
"openwebui_env.age" = {
publicKeys = authorityKey ++ h001;
};
"litellm_public_master_key.age" = {
publicKeys = authorityKey ++ h001;
};
"vaultwarden_env.age" = {
publicKeys = authorityKey ++ o001;
};