Hi,
The other one seemed not important as everything is working fine while connected as a user on my nextcloud instance both on the same network as my server as well as by using my phone network.
to be clear, this issue is with the onlyoffice app and not nextcloud office app. Looking closely at the app settings for onlyoffice, there doesn’t seem to be any settings regarding IP restriction / whitelisting
concerning my config.php
<?php
$CONFIG = array (
'htaccess.RewriteBase' => '/',
'memcache.local' => '\\OC\\Memcache\\APCu',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'redis',
'password' => 'xxxxx',
'port' => 6379,
),
'overwrite.cli.url' => 'https://zzz.xxx.yy',
'overwriteprotocol' => 'https',
'upgrade.disable-web' => true,
'passwordsalt' => 'xxxxx',
'secret' => 'xxxxxx',
'datadirectory' => '/var/www/html/data',
'dbtype' => 'pgsql',
'version' => '33.0.1.2',
'dbname' => 'nextcloud',
'dbhost' => 'postgres:5432',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_yyyyy',
'dbpassword' => 'xxxxxxx',
'installed' => true,
'instanceid' => 'xxxxxx',
'maintenance' => false,
'memories.db.triggers.fcu' => true,
'memories.exiftool' => '/var/www/html/custom_apps/memories/bin-ext/exiftool-amd64-glibc',
'memories.vod.path' => '/var/www/html/custom_apps/memories/bin-ext/go-vod-amd64',
'memories.vod.ffmpeg' => '/usr/bin/ffmpeg',
'memories.vod.ffprobe' => '/usr/bin/ffprobe',
'memories.gis_type' => 2,
'maintenance_window_start' => 1,
'default_phone_region' => 250,
'default_timezone' => 'Europe/Paris',
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Image',
1 => 'OC\\Preview\\HEIC',
2 => 'OC\\Preview\\Movie',
),
'preview_max_x' => 1024,
'preview_max_y' => 1024,
'preview_max_memory' => 256,
'memories.viewer.high_res_cond_default' => 'always',
'loglevel' => 1,
'app_install_overwrite' =>
array (
),
'trusted_domains' =>
array (
0 => '127.0.0.1',
1 => 'zzzz.xxx.yy',
2 => 'localhost',
3 => 'nextcloud',
),
);
regading nextcloud logs there are a few items, but nothing linked to onlyoffice
——–
Small update after writing all of this, I updated to the latest version of the nexcloud app on my truenas, and the problem solved itself ………. good news ?
Anyway you have my thanks !