chore: initial project setup
- Git repository mit .gitignore und .editorconfig - NPM-Projekt mit package.json und Dependencies - Projekt-Struktur (src/, docs/, examples/, test/) - Umfassende README.md mit Features und Roadmap - Architektur-Dokumentation mit Mermaid-Diagrammen - Design-Entscheidungen dokumentiert - .env.example für Forgejo API-Konfiguration - MIT Lizenz und Contributing Guidelines Status: Phase 1 - Core Parser (Setup abgeschlossen)
This commit is contained in:
commit
fbd6630f6d
9 changed files with 1263 additions and 0 deletions
12
.env.example
Normal file
12
.env.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Forgejo/Gitea API Configuration
|
||||
FORGEJO_API_BASE_URL=https://git.rpi-virtuell.de/api/v1
|
||||
FORGEJO_OWNER=Comenius-Institut
|
||||
FORGEJO_REPO=FOERBICO_und_rpi-virtuell
|
||||
FORGEJO_BRANCH=main
|
||||
FORGEJO_TOKEN=
|
||||
|
||||
# Optional: API Rate Limiting
|
||||
API_RATE_LIMIT_DELAY_MS=100
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
Loading…
Add table
Add a link
Reference in a new issue