Chunks

Textabschnitte mit Vektor-Embeddings. Gesamt: 369 Chunks.

ID Dokument Kategorie Tokens Status Inhalt
#612 Installation Installation 54 synced # Dependencies aktualisieren cd /opt/mcp-servers/mcp-tasks source venv/bin/activ...
#613 Installation Installation 69 synced # Aus Claude Code entfernen claude mcp remove mcp-tasks # Verzeichnis löschen ...
#614 MCP-Contracts Software 67 synced Model Context Protocol Server für Contract-Management mit Versionierung, Validi...
#615 MCP-Contracts MCP-Contracts 202 synced ToolBeschreibungParameter contracts_list Contracts auf...
#616 MCP-Contracts MCP-Contracts 55 synced # Registrierung in Claude Code claude mcp add mcp-contracts --transport stdio...
#617 MCP-Contracts MCP-Contracts 61 synced # Alle aktiven Contracts auflisten contracts_list(status="active", compact=True)...
#618 MCP-Contracts Sicherheit 51 synced MaßnahmeStatus YAML-ValidierungSyntaxprüfung vor Speicherung Vers...
#619 API Architektur 156 synced Vollständig in PHP implementiert (Migration von Python zu nativen Services abge...
#620 API API 64 synced MethodePfadBeschreibung GET/api/v1/tasksListe aller Tasks POST/api/...
#365 Server Server 65 synced Backup - Täglich 03:00, 7 Tage Retention Scheduling - Cron-Job...
#621 API API 90 synced ServicePfadFunktion AIConfig/src/Infrastructure/AI/AIConfig.phpConfig &...
#366 SSH Servermanagement 54 synced Sicherer Remote-Zugang zum Server. Nur Key-Authentifizierung erlaubt, Passwort-L...
#622 Chat-API API 81 synced RAG-basierter Chat mit Vektorsuche und LLM-Integration. Verwendet lokale Embeddi...
#367 SSH Server Management 63 synced Datei: /etc/ssh/sshd_config.d/99-custom.conf Port 2022 PubkeyAuthentication yes ...
#623 Chat-API API 105 synced POST /api/v1/chat Content-Type: application/json { "question": "Was ist sys...
#368 Firewall (UFW) Server-Administration 132 synced Dokumentation » Server » UFW UFW Firewall Einfache Firewall d...
#624 Chat-API API 75 synced { "answer": "Systemische Therapie ist ein psychotherapeutischer Ansatz...", ...
#369 Fail2Ban Sicherheit 54 synced Schützt vor Brute-Force-Angriffen durch automatisches Sperren von IPs nach fehl...
#625 Chat-API API 159 synced Die Chat-Funktionalität nutzt native PHP-Services (keine Python-Aufrufe mehr): ...
#370 SSL/TLS Server Management 53 synced HTTPS-Verschlüsselung für alle Domains. Kostenlose Let's Encrypt Zertifikate e...
#626 Chat-API API 149 synced Browser/Client ↓ ChatController (/src/Controller/) ↓ ChatService (/s...
#371 Berechtigungen Server Management 50 synced Web-Dateien müssen dem Apache-User (www-data) gehören, damit PHP sie lesen kan...
#627 Chat-API API 106 synced Alle Services werfen RuntimeException bei Fehlern: try { $config = AIConfig:...
#372 Updates Server 124 synced Dokumentation » Server » Updates Automatische Updates Sicherh...
#628 Chat-API API 88 synced FehlerUrsacheLösung Embedding generation failedOllama nicht erreichbar...
#373 Anwendungen Anwendungen 157 synced Dokumentation » Anwendungen Anwendungen Webserver ...
#629 Chat-API API 101 synced <form hx-post="/chat/message" hx-target="#chat-messages" hx-swap="beforeend"&...
#374 Apache Anwendungen 50 synced Webserver der alle HTTP/HTTPS-Anfragen entgegennimmt und an PHP weiterleitet. Ho...
#630 Chat-API Chat-API 61 synced Die Modell-Auswahl wird im localStorage gespeichert und beim Seitenaufruf wieder...
#375 Apache Anwendungen 69 synced Datei: /etc/apache2/conf-available/brotli.conf <IfModule mod_brotli.c> ...
#631 Content-API API 51 synced { "title": "Neuer Titel", // required "briefing": "Aktualis...
#376 PHP 8.4 Software 50 synced Serverseitige Programmiersprache für die Webanwendung. Läuft als FPM (FastCGI ...
#632 Content-API API 68 synced curl -X PUT https://dev.campus.systemische-tools.de/api/v1/content/1 \ -H "Con...
#377 PHP 8.4 Anwendungen 61 synced apt-get install -y php8.4 php8.4-cli php8.4-fpm php8.4-mysql \ php8.4-curl p...
#633 Content-API API 101 synced { "success": true, "data": { "id": 1, "title": "Blogpost über Teamc...
#378 MariaDB Anwendungen 67 synced mariadb -e "CREATE DATABASE dbname CHARACTER SET utf8mb4 COLLATE utf8mb4_general...
#634 Content-API Content-API 98 synced Die folgenden Endpoints werden primär über HTMX aufgerufen und liefern HTML-Fr...
#379 phpMyAdmin Anwendungen 58 synced Web-basierte Datenbankverwaltung für MariaDB/MySQL. Ermöglicht Datenbankoperat...
#635 AI-Services Infrastructure 65 synced PHP-Service-Klassen für KI-Integration. Native HTTP-Clients für Ollama, Qdrant...
#380 Nextcloud Anwendungen 59 synced Self-hosted Cloud-Speicher für Dateien und Dokumente. Ersetzt Dropbox/Google Dr...
#636 AI-Services AI-Services 94 synced final readonly class AIConfig { public string $ollamaHost; // http...
#381 Nextcloud Anwendungen 63 synced mariadb -e "CREATE DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_gene...
#637 AI-Services AI-Services 90 synced // Config erstellen (lädt API-Key aus credentials.md) $config = AIConfig::fromC...
#382 Python Anwendungen 127 synced Dokumentation » Anwendungen » Python Python Skriptsprache fü...
#638 AI-Services AI-Services 107 synced use Infrastructure\AI\AIConfig; // Einfachster Weg: ChatService direkt nutzen $...
#383 tmux Systemsoftware 51 synced Terminal-Multiplexer für persistente Shell-Sessions. Prozesse laufen weiter auc...
#639 AI-Services AI Services 152 synced final readonly class OllamaService { public function __construct(string $hos...
#384 Doc2Vector Explorer Anwendungen 93 synced CRUD-System zur Verwaltung und Exploration semantischer Daten aus Dokumentenanal...
#640 AI-Services AI-Services 112 synced use Infrastructure\AI\OllamaService; $ollama = new OllamaService('http://localh...
#385 Doc2Vector Explorer Anwendungen 85 synced KomponenteBeschreibungURL EntitiesExtrahierte Entitäten (Personen, Ort...