From 7ea579e3fb714dde6976d651446d3b3b4d7816bc Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Thu, 28 May 2026 12:14:26 +0200
Subject: [PATCH] upd
---
b-reference/platform/infrastructure.md | 4 ++--
c-work/_CHANGELOG.md | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/b-reference/platform/infrastructure.md b/b-reference/platform/infrastructure.md
index b153774..f319487 100644
--- a/b-reference/platform/infrastructure.md
+++ b/b-reference/platform/infrastructure.md
@@ -1,5 +1,5 @@
-
+
# Deployment-Infrastruktur
@@ -60,7 +60,7 @@ Key Pair: `ida-laptop` (alle Instanzen)
| Instanzname | Env | Komponente | Flavor | DNS / IP |
|---|---|---|---|---|
-| `service-main-llm-private` | main | Ollama + Flask (Vision-LLM) | GPU L4 (24 GB VRAM), 8 vCPU, 16 GB RAM, 150 GB | `83.228.200.109` |
+| `service-main-llm-private` | main | Ollama + FastAPI (Vision-LLM) | GPU L4 (24 GB VRAM), 8 vCPU, 16 GB RAM, 150 GB | `llm.poweron.swiss` / `83.228.200.109` (Port 8000, HTTPS) |
#### Projekt: Service-Teamsbot (PCP-KO2UYXT)
diff --git a/c-work/_CHANGELOG.md b/c-work/_CHANGELOG.md
index 73111cb..8be39d3 100644
--- a/c-work/_CHANGELOG.md
+++ b/c-work/_CHANGELOG.md
@@ -12,6 +12,10 @@ type: `feat` `fix` `refactor` `docs` `test` `chore` `build` · scope: `gateway
Skip: reine Refactors, Formatting, Lint, Dep-Bumps, Test-only, Wiki-Tippfehler.
+## 2026-05-28
+
+- 2026-05-28 | fix | private-llm+infra | **LLM-Server Recovery**: Ollama-Modelle (`qwen2.5:7b`, `qwen2.5vl:7b`, `granite3.2-vision`) auf Infomaniak GPU-Server neu installiert (waren nach Instanz-Neustart verloren). NVIDIA-Treiber-Mismatch per Reboot behoben. Doku aktualisiert: `setupserver.md` (Port 5000→8000, Flask→FastAPI/Uvicorn, korrekte Modell-Liste), `README.md`, `infrastructure.md` (DNS `llm.poweron.swiss`).
+
## 2026-05-27
- 2026-05-27 | fix | platform-core | UDB DS Auto-Create: Virtuelle DataSource-Nodes (Browse-Folder ohne DB-Record) auf eigener Connection koennen jetzt getoggelt werden. `canEdit` prueft Connection-Ownership via `UserConnection.userId`; `setFlag` erstellt automatisch einen DataSource-Stub-Record analog zu `_findOrCreateTableFds`. Behebt 403-Errors beim Toggling von Browse-Foldern. 4 neue Tests (`test_udbNodes.py`).