Low-Tech API-Gateway für digitale Souveränität
Find a file
michael 56ed910884 feat(scripts): implement self-healing label system with auto-creation
- Fix HTTP 422 errors by using label IDs instead of names
- Add silent label creation to prevent stdout pollution in JSON building
- Implement smart auto-creation of unknown labels (service-*, priority-*, etc.)
- Add safe array handling to prevent bash associative array errors
- Create tracking system for new labels (NEW_LABELS_CREATED array)

 Fixed: Label creation, issue creation, unknown label handling
 TODO: Auto-update script synchronization when new labels created

Status: Issue creation works perfectly, auto-update integration pending
2025-06-04 08:39:42 +02:00
.gitea/issue_template feat: Initiale Furt API-Gateway Projektstruktur 2025-06-03 16:39:17 +02:00
configs feat(scripts): implement self-healing label system with auto-creation 2025-06-04 08:39:42 +02:00
devdocs docs(core): comprehensive development documentation and issue management system 2025-06-03 18:45:55 +02:00
scripts feat(scripts): implement self-healing label system with auto-creation 2025-06-04 08:39:42 +02:00
.env.example feat: Initiale Furt API-Gateway Projektstruktur 2025-06-03 16:39:17 +02:00
.gitignore docs(core): comprehensive development documentation and issue management system 2025-06-03 18:45:55 +02:00
furt_setup_repo.sh feat: Initiale Furt API-Gateway Projektstruktur 2025-06-03 16:39:17 +02:00
go.mod feat: Initiale Furt API-Gateway Projektstruktur 2025-06-03 16:39:17 +02:00
LICENSE feat: Initiale Furt API-Gateway Projektstruktur 2025-06-03 16:39:17 +02:00
README.md feat: Initiale Furt API-Gateway Projektstruktur 2025-06-03 16:39:17 +02:00

Furt API Gateway

Ein Low-Tech API-Gateway für selbst-gehostete Services im Einklang mit digitaler Souveränität.

Überblick

Furt ist ein minimalistischer API-Gateway, der verschiedene Services unter einer einheitlichen API vereint. Der Name "Furt" (germanisch für "Durchgang durch Wasser") symbolisiert die Gateway-Funktion: Alle Requests durchqueren die API-Furt um zu den dahinterliegenden Services zu gelangen.

Philosophie

  • Low-Tech-Ansatz: Einfachheit vor Komplexität
  • Digitale Souveränität: Vollständige Kontrolle über die eigene Infrastruktur
  • Native Deployment: Go-Binaries ohne externe Abhängigkeiten
  • Ressourcenschonend: Minimaler Speicher- und CPU-Verbrauch
  • Open Source: Transparent und gemeinschaftlich entwickelt

Status

🚧 In Entwicklung - Grundgerüst wird implementiert

Geplante Services

  • formular2mail: Kontaktformulare zu E-Mail weiterleiten
  • sagjan: Selbst-gehostetes Kommentarsystem
  • Weitere: Shop, Newsletter, Terminbuchung, etc.

Installation

Dokumentation folgt mit erstem Release

Entwicklung

Siehe devdocs/ für Entwicklungsrichtlinien und Architektur-Dokumentation.

Lizenz

Apache License 2.0 - Siehe LICENSE für Details.