Dear Community,
My Nextcloud 32.0.2 is running in a Proxmox container.
The system is working. Unfortunately, after logging in, only “Good morning” or something similar is displayed. I want to see “Good morning” and the username.
I’ve been trying to fix this for hours, but I can’t get it to work.
The following is entered in /var/www/nextcloud/config/config.php:
‘greeting’ => ‘timebased,display_name’,
When I run
sudo -u www-data php /var/www/nextcloud/occ user:info Dori | grep -i display
- display_name: Dori
Which actually looks correct. But the display_name is not shown in the dashboard.
As a test, I tried using the following command:
sudo -u www-data php /var/www/nextcloud/occ config:system:set greeting --value=“” --type=string
to hide the greeting, but that didn’t work either. Of course, I’ve also tried restarting the system, clearing the cache, etc.
Some apps are disabled, and only the following apps are active:
Does anyone have any suggestions? Grok and ChatGPT couldn’t help me – all attempts were unsuccessful.
Thank you very much.



