🗑️ 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:
@@ -50,10 +50,10 @@ echo " HTTP: http://localhost:80"
|
||||
echo " HTTPS: https://localhost:443"
|
||||
echo ""
|
||||
echo "📁 Dateifreigabe:"
|
||||
echo " HTTP Templates: http://localhost:80/webdav/templates/"
|
||||
echo " HTTPS Templates: https://localhost:443/webdav/templates/"
|
||||
echo " HTTP Documents: http://localhost:80/webdav/documents/"
|
||||
echo " HTTPS Documents: https://localhost:443/webdav/documents/"
|
||||
echo " HTTP Templates: http://localhost:80/templates/"
|
||||
echo " HTTPS Templates: https://localhost:443/templates/"
|
||||
echo " HTTP Documents: http://localhost:80/documents/"
|
||||
echo " HTTPS Documents: https://localhost:443/documents/"
|
||||
echo ""
|
||||
|
||||
# Server mit SSL starten
|
||||
|
||||
Reference in New Issue
Block a user