Moonshot AI entfernt, Konfiguration auf Umgebungsvariablen umgestellt, Mail-Verschlüsselung auf SSL (Port 465)

- Moonshot AI Provider komplett entfernt (LlmConfig, LlmRestClient, application.properties)
- Mail-Konfiguration (Host, Port, User, Passwort, SMTP-Auth, SSL) auf Umgebungsvariablen umgestellt
- LM Studio Modell auf Umgebungsvariable LMSTUDIO_MODEL umgestellt
- Mail-Verschlüsselung von STARTTLS auf SSL umgestellt (Port 465)
- Version auf 0.9.9 erhöht

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 13:37:42 +01:00
parent 7ba2880148
commit 22fdc13cba
5 changed files with 42 additions and 97 deletions

View File

@@ -2,5 +2,5 @@
echo "G8m0T3vz" | docker login registry.assecutor.org -u adsg --password-stdin
# Dann ganz normal pushen
docker buildx build --platform linux/amd64 -t registry.assecutor.org/votianlt:0.9.6 --push .
docker buildx build --platform linux/amd64 -t registry.assecutor.org/votianlt:0.9.9 --push .