From 9dd90a0eb5b0fd699fa31cda0fb73340fb536ea5 Mon Sep 17 00:00:00 2001 From: ValueOn AG Date: Sun, 24 May 2026 03:10:01 +0200 Subject: [PATCH] fix: update repo names (plattform-core -> platform-core, plattform-preprocessing -> service-preprocessing) Co-authored-by: Cursor --- b-reference/platform/infrastructure.md | 2 +- b-reference/product.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/b-reference/platform/infrastructure.md b/b-reference/platform/infrastructure.md index 208bdd3..fd0a463 100644 --- a/b-reference/platform/infrastructure.md +++ b/b-reference/platform/infrastructure.md @@ -74,7 +74,7 @@ Key Pair: `teamsbot-deploy-key` ### Porta (git pull + systemd restart) -Deploy-Workflow: `.forgejo/workflows/deploy.yml` in `plattform-core` +Deploy-Workflow: `.forgejo/workflows/main_porta-main-platform-core.yml` in `platform-core` 1. Forgejo Actions Runner verbindet per SSH auf die VM 2. `git fetch origin main && git reset --hard origin/main` diff --git a/b-reference/product.md b/b-reference/product.md index 1501a49..71b1bbc 100644 --- a/b-reference/product.md +++ b/b-reference/product.md @@ -12,7 +12,7 @@ PowerOn PORTA ist eine Multi-Tenant SaaS-Plattform mit Feature-Store-Modell, AI- | Komponente | Repository (Forgejo) | Technologie | Beschreibung | |-----------|-----------|-------------|-------------| | Frontend Nyla | ui-nyla | React/TypeScript, Vite | Zentrales UI für alle Features | -| Platform Core | plattform-core | FastAPI, Python, PostgreSQL | Backend REST-API, Services, AI-Core | +| Platform Core | platform-core | FastAPI, Python, PostgreSQL | Backend REST-API, Services, AI-Core | | Private LLM | service-llm-private | Python | Internes LLM für Neutralisierung + sensitive Daten | | Teams Bot | service-teams-browser-bot | TypeScript/Node.js | Bot für Teams-Meeting-Teilnahme | | Wiki | wiki | Markdown | Dokumentation (dieses Repo) | @@ -21,10 +21,10 @@ PowerOn PORTA ist eine Multi-Tenant SaaS-Plattform mit Feature-Store-Modell, AI- | Layer | Technologie | Pfad | |-------|------------|------| -| Backend (Platform Core) | FastAPI (Python), PostgreSQL | `plattform-core` | +| Backend (Platform Core) | FastAPI (Python), PostgreSQL | `platform-core` | | Frontend (Nyla) | React/TypeScript (Vite) | `ui-nyla` | -| AI Core | Multi-Provider (Anthropic, OpenAI, Mistral, Perplexity, Tavily, PrivateLLM) | `plattform-core/modules/aicore` | -| DB-Connector | PostgreSQL mit pgvector (Embeddings) | `plattform-core/modules/connectors/connectorDbPostgre.py` | +| AI Core | Multi-Provider (Anthropic, OpenAI, Mistral, Perplexity, Tavily, PrivateLLM) | `platform-core/modules/aicore` | +| DB-Connector | PostgreSQL mit pgvector (Embeddings) | `platform-core/modules/connectors/connectorDbPostgre.py` | ## Feature-Module