I'm trying to install nextcloude server on Amazon virtual services AWS. I followed this wonderful and very useful tutorial until step 30, when I had to allow my cloud server to be associated with a domain name.
When I tried to login using a new domain name, I got an error message
Access through untrusted domain Please contact your administrator. If you are an administrator, edit the "trusted_domains" setting in config/config.php like the example in config.sample.php.
Further information how to configure this can be found in the documentation.
So I found the file, which is located in /snap/nextcloud/XXXX/htdocs/config, but whole /snap/nextcloud/XXXX file system in read-only
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/loop2 176M 176M 0 100% /snap/nextcloud/XXXX
I think this means I have to buy storage space or somehow tell amazon, that I use this service as a cloud. Does anyone know how to make this system work?
Thanks!