updated custom.php

This commit is contained in:
2026-02-13 11:25:37 +01:00
parent c4a601dcb5
commit 740353980e
+5
View File
@@ -76,6 +76,11 @@ data:
'10.43.0.0/16', '10.43.0.0/16',
'192.168.0.0/24', '192.168.0.0/24',
), ),
'onlyoffice' => array (
'DocumentServerUrl' => 'https://office.dooplex.hu/',
'DocumentServerInternalUrl' => 'http://onlyoffice.office-system.svc.cluster.local/',
'StorageUrl' => 'http://nextcloud.nextcloud-system.svc.cluster.local/',
),
'forwarded_for_headers' => array ( 'forwarded_for_headers' => array (
'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED_FOR',
), ),