- 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>
7 lines
236 B
Bash
Executable File
7 lines
236 B
Bash
Executable File
# 1. Login (mit deinen Credentials)
|
|
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.9 --push .
|
|
|