What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.11
What app is this about: Nextcloud
Describe your issue
I am getting some backend errors in a fresh installation of nextcloud and like to get rid of them - but in most cases i dont know how to do that. Searchin myself did not get me a solution.
The errors:
Share relevant logs or error messages
There are some errors regarding your setup.
1
Your web server is not yet properly set up to allow file synchronisation, because the WebDAV interface seems to be broken. To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its
trusted_domainsor the
overwrite.cli.url. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.
2
Your webserver does not serve
.mjsfiles using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve
.mjsfiles with either the
text/javascriptor
application/javascript MIME type.
3
The PHP memory limit is below the recommended value of 512 MB.
4
Your web server is not properly set up to resolve `.well-known` URLs, failed on: `/.well-known/webfinger` For more details see the documentation ↗.
191 errors in the logs since 23 January 2025, 11:43:37
5
Some headers are not set correctly on your instance - The
X-Robots-TagHTTP header is not set to
noindex,nofollow. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. - The
Referrer-PolicyHTTP header is not set to
no-referrer,
no-referrer-when-downgrade,
strict-origin,
strict-origin-when-cross-originor
same-origin. This can leak referer information. See the W3C Recommendation. For more details see the documentation ↗.
6
There is an inactive LDAP configuration: s01
7
Integrity checker has been disabled. Integrity cannot be verified.
I also had the error:
One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command
occ maintenance:repair --include-expensive to perform the migrations.
but i already could solve this via entering the commend into nextcloud shell as described in the applications description.
same for:
`Your installation has no default phone region set. This is
required to validate phone numbers in the profile settings without a
country code. To allow numbers without a country code, please add
"default_phone_region" with the respective ISO 3166-1 code of the region
to your config file. For more details see the documentation ↗.`
where i entered my country code into the mentioned line of the config.php