feat: OnlyOffice Force-Save bei Ctrl+S + private IP erlauben

- forcesavetype in Editor-Config: Ctrl+S speichert sofort zurueck
  zum Server (statt erst beim Schliessen des Dokuments)
- ALLOW_PRIVATE_IP_ADDRESS + ALLOW_META_IP_ADDRESS fuer OnlyOffice
  damit Callbacks an interne Docker-IPs funktionieren

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stefan Hacker
2026-04-11 22:54:31 +02:00
parent 5f79ebe9b0
commit 33156f9431
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ services:
environment:
- JWT_ENABLED=true
- JWT_SECRET=${JWT_SECRET_KEY}
- ALLOW_META_IP_ADDRESS=true
- ALLOW_PRIVATE_IP_ADDRESS=true
volumes:
- ./data/onlyoffice/logs:/var/log/onlyoffice
- ./data/onlyoffice/data:/var/www/onlyoffice/Data