🗑️ WebDAV komplett entfernt
✨ Bereinigungen: - Alle WebDAV-bezogenen Code-Teile entfernt - Dokumentation auf HTTP-Zugriff umgestellt - Veraltete WebDAV-Backup-Dateien gelöscht - URLs von /webdav/* auf direkte Pfade geändert 📁 Gelöschte Dateien: - WEBDAV-INTEGRATION.md - SCHREIBSCHUTZ-BEHOBEN.md - server_old.js - server_webdav_backup.js 🔄 Aktualisierte URLs: - /webdav/templates/ → /templates/ - /webdav/documents/ → /documents/ 📝 Bereinigte Dokumentation: - README.md - WebDAV-Referenzen entfernt - STATUS.md - URLs aktualisiert - SSL-*.md - WebDAV-Links ersetzt - Start-Scripts - Pfade korrigiert 🎯 Fokus jetzt auf: - HTTP-basierte Dateifreigabe - Management-GUI System - Custom Tags REST-APIs - Template-Verarbeitung ohne WebDAV-Komplexität
This commit is contained in:
@@ -38,12 +38,12 @@
|
||||
### 🌐 **Zugriff auf Templates und Dokumente:**
|
||||
|
||||
**HTTP:**
|
||||
- Templates: http://localhost:80/webdav/templates/
|
||||
- Dokumente: http://localhost:80/webdav/documents/
|
||||
- Templates: http://localhost:80/templates/
|
||||
- Dokumente: http://localhost:80/documents/
|
||||
|
||||
**HTTPS:**
|
||||
- Templates: https://localhost:443/webdav/templates/
|
||||
- Dokumente: https://localhost:443/webdav/documents/
|
||||
- Templates: https://localhost:443/templates/
|
||||
- Dokumente: https://localhost:443/documents/
|
||||
|
||||
### 🧪 **Demo-Daten werden automatisch generiert:**
|
||||
- **Position:** 1, 2, 3, 4, 5... (fortlaufend)
|
||||
|
||||
Reference in New Issue
Block a user