[Question] Suppressing "Some app directories are owned by a different user than the web server one."

Nextcloud version (eg, 20.0.5): 22.2.3
Operating system and version (eg, Ubuntu 20.04): FreeBSD 12.3
Apache or nginx version (eg, Apache 2.4.25): 2.4
PHP version (eg, 7.4): 7.3

Is there a config setting to suppress this message and the listing of the app directories that “are owned by a different user than the web server one”?

My hosting service does not give me root access, so I don’t normally have write access to any files/dirs owned by the user owning the web server. I’ve worked around this through group permissions. Their user:group is my_username:webserver_group.

Therefore, this message and listing are not useful to me. Suppressing them would save me the scrolling to get to the messages that follow.

You should be able to change the owner of the folders without root via ftp… Did you try this?

I use SSH/SFTP, and I do all maintenance from the command line.

I can only edit or change ownership/permissions of a file/dir if I own it. This is by design.