692 B
692 B
Schnellstart
⚡ Installation in 4 Zeilen
cd /pfad/zu/n8n-nodes-librebooking
npm install
npm run build
./quick-install.sh n8n
Oder mit npm scripts:
npm install
npm run docker:deploy
🔑 Credentials
n8n → Einstellungen → Credentials → Add → "LibreBooking API"
| Feld | Wert |
|---|---|
| URL | https://deine-librebooking-url.de |
| Benutzername | Admin-Benutzer |
| Passwort | Passwort |
🔄 Updates
git pull
./update-node.sh n8n
❓ Probleme?
- tsc not found: Auf dem Host bauen (npm install && npm run build)
- Read-only Volume:
docker cpverwenden - Mehr: TROUBLESHOOTING.md