You are accessing the server from an untrusted domain

Have you changed anything else? What database do you use?

For NextCloud I used MariaDB. I figured I’d use MariaDB for OwnCloud too but I was never presented with the screen to supply things like the DB name, DB Username/Password, etc. I forgot how I got NextCloud to use MariaDB. I remember I was presented with a form to filling such information at set up time. I don’t remember if I had to do the create database by hand. I tried making an OwnCloud DB and added the following to config.php:

  'dbtype' => 'mysql',
  'dbhost' => 'localhost',
  'dbname' => 'owncloud',
  'dbuser' => 'owncloud',
  'dbpassword' => '*******',

I still don’t see any setup screen or anything like that. I still can’t start the container. Same error.

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