I seem to have a weird issue that I cannot resolve.
I have just installed the docker container of the Nextcloud latest community image.
Nextcloud 34.0.3 - Apache.
Access to Nextcloud is via an HAProxy in https mode, and all seems to be working except that I cannot see the Administration settings using the default admin account.
(NB: There are other websites and facilities that are working just fine behind the HAProxy)
If I connect via http, bypassing the HAProxy I can then see the Administration settings.
See images below.
I am using a Mariadb cluster, and have added the following to the Nextcloud config.php file.
The values below have been sanitised.
‘trusted_domains’ =>
array (
0 => ‘x.x.x.x:48080’,
1 => ‘example.com:10443’,
),
‘trusted_proxies’ =>
array (
0 => ‘x.x.x.x’, → IP address of the HaProxy.
),
‘forwarded_for_headers’ =>
array (
0 => ‘HTTP_X_FORWARDED’,
1 => ‘HTTP_FORWARDED_FOR’,
),
‘allowed_admin_ranges’ =>
array (
0 => ‘x.x.x.x/24’, → local LAN address range.
),
overwrite.cli.url’ => ‘https://example.com:10443’,
The below is via an http connection.
The below is via an https connection through an Haproxy.
There are no other Apps installed, just the vanilla Nextcloud.
So all seems to work in https mode except for not having access to the Administration settings.
Thanking you in anticipation.

