fix: update repo names (plattform-core -> platform-core, plattform-preprocessing -> service-preprocessing)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
002f91464c
commit
9dd90a0eb5
2 changed files with 5 additions and 5 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue