NextCloud Installtion problems

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.17 (stable)
What app is this about: NextCloud

Describe your issue

Setup a new clean installation of Nextcloud, when i went to connect my phone to the new server it gave me a misconfiguration error. Went to check the Administrator settings and found that there are several problems, not quite sure how to fix them.

Share relevant logs or error messages

Your web server is not yet properly set up to allow file synchronization, 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_domains or the overwrite.cli.url. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.

Your webserver does not serve .mjs files 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 .mjs files with either the text/javascript or application/javascript MIME type.
Your web server is not properly set up to resolve .well-known URLs, failed on: /.well-known/webfinger

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.

Some headers are not set correctly on your instance - The X-Robots-Tag HTTP 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-Policy HTTP header is not set to no-referrer, no-referrer-when-downgrade, strict-origin, strict-origin-when-cross-origin or `same-origin’

Integrity checker has been disabled. Integrity cannot be verified.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.