🗑️ 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:
@@ -41,13 +41,13 @@ cd /home/OfficeServerJS
|
||||
|
||||
### HTTP (immer verfügbar):
|
||||
- **Web-Interface:** http://localhost:80
|
||||
- **Templates:** http://localhost:80/webdav/templates/
|
||||
- **Dokumente:** http://localhost:80/webdav/documents/
|
||||
- **Templates:** http://localhost:80/templates/
|
||||
- **Dokumente:** http://localhost:80/documents/
|
||||
|
||||
### HTTPS (nach SSL-Aktivierung):
|
||||
- **Web-Interface:** https://localhost:443
|
||||
- **Templates:** https://localhost:443/webdav/templates/
|
||||
- **Dokumente:** https://localhost:443/webdav/documents/
|
||||
- **Templates:** https://localhost:443/templates/
|
||||
- **Dokumente:** https://localhost:443/documents/
|
||||
|
||||
## 🔧 Zertifikat-Validierung
|
||||
|
||||
|
||||
Reference in New Issue
Block a user