Hello, I have used nextcloud AIO before, and recently I tried the latest version of nextcloud again. I found that I don't know how to edit the configuration file.
I use this command to directly start nextcloud.
docker run -d -p 8080:80 nextcloud
I have successfully logged into the Nextcloud dashboard page, but after configuring HTTPS in Nginx, when connecting via HTTPS, the webpage alerts me that my domain is not on the whitelist. Following the instructions in the user manual,
I understand that I need to modify the configuration file; however, it does not mention how to directly edit configuration files within a Docker container.
Another question is about creating additional user accounts so that my team members can also log into Nextcloud. It seems from the users' page on the website that only an admin account is visible and there's no option to add new ones. How do I create other new users?
Thank you.
Hello, I have used nextcloud AIO before, and recently I tried the latest version of nextcloud again. I found that I don't know how to edit the configuration file.
I use this command to directly start nextcloud.
I have successfully logged into the Nextcloud dashboard page, but after configuring HTTPS in Nginx, when connecting via HTTPS, the webpage alerts me that my domain is not on the whitelist. Following the instructions in the user manual,
I understand that I need to modify the configuration file; however, it does not mention how to directly edit configuration files within a Docker container.
Another question is about creating additional user accounts so that my team members can also log into Nextcloud. It seems from the users' page on the website that only an admin account is visible and there's no option to add new ones. How do I create other new users?
Thank you.