n8n_node_librebooking/SCHNELLSTART.md

41 lines
692 B
Markdown

# Schnellstart
## ⚡ Installation in 4 Zeilen
```bash
cd /pfad/zu/n8n-nodes-librebooking
npm install
npm run build
./quick-install.sh n8n
```
**Oder mit npm scripts:**
```bash
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
```bash
git pull
./update-node.sh n8n
```
## ❓ Probleme?
- **tsc not found**: Auf dem Host bauen (npm install && npm run build)
- **Read-only Volume**: `docker cp` verwenden
- Mehr: [TROUBLESHOOTING.md](TROUBLESHOOTING.md)