7 Commits

Author SHA1 Message Date
bf1b3b05f2 chore: Projekt aufräumen - nicht benötigte Dateien entfernt
Entfernte Dateien:
- BotKonzept SaaS Workflows (Customer-Registration, Trial-Management)
- botkonzept-website/ (separates Projekt)
- Flowise-spezifische Scripts (install_flowise.sh, setup_flowise_account.sh)
- Test-Scripts (test_*.sh)
- Utility-Scripts (save_credentials.sh, update_credentials.sh, etc.)
- Redundante Template-Dateien (reload-workflow-fixed.sh, .backup)

Behalten:
- Kern-Installationsskripte (install.sh, libsupabase.sh, setup_nginx_proxy.sh)
- RAGKI-BotPGVector.json (Standard RAG Workflow)
- Alle Dokumentationen (.md Dateien)
- Logo (20250119_Logo_Botkozept.svg)
- templates/, sql/, credentials/, logs/, wiki/
2026-01-28 22:04:39 +01:00
aa00fb9d29 feat: Add credentials management system and comprehensive testing
- Add credentials management system with automatic saving and updates
- Add upload form URL to JSON output
- Add Ollama model information to JSON output
- Implement credential update system (update_credentials.sh)
- Implement credential save system (save_credentials.sh)
- Add comprehensive test suites (infrastructure, n8n, PostgREST, complete system)
- Add workflow auto-reload system with systemd service
- Add detailed documentation (CREDENTIALS_MANAGEMENT.md, TEST_REPORT.md, VERIFICATION_SUMMARY.md)
- Improve n8n setup with robust API-based workflow import
- Add .gitignore for credentials directory
- All tests passing (40+ test cases)

Key Features:
- Credentials automatically saved to credentials/<hostname>.json
- Update Ollama URL from IP to hostname without container restart
- Comprehensive testing with 4 test suites
- Full documentation and examples
- Production-ready system
2026-01-24 22:31:26 +01:00
6d0cd58562 Prototype2.1-JSON 2026-01-11 13:25:47 +01:00
37da10da59 Schritt7-3 2026-01-09 21:28:21 +01:00
b3433eedfe Schritt7_SQL_Docker 2026-01-09 20:39:59 +01:00
cfd1099405 Cluster-Problem 2026-01-09 18:53:26 +01:00
b78762155f Initial commit 2026-01-09 17:12:49 +01:00