Can you help me know how to start the process to place nextcloud behind a DNS using no IP. Yes I have a static Public IP.
What default port does nextcloud use? Install it on Ubuntu server with the startup installer it offers.
Can you help me know how to start the process to place nextcloud behind a DNS using no IP. Yes I have a static Public IP.
What default port does nextcloud use? Install it on Ubuntu server with the startup installer it offers.
If you installed Nextcloud via the Ubuntu server installer you are using the Snap package. Documentation is hosted on GitHub:
https://github.com/nextcloud-snap/nextcloud-snap
https://github.com/nextcloud-snap/nextcloud-snap/wiki
By default, the snap will listen on port 80: GitHub - nextcloud-snap/nextcloud-snap: ☁️📦 Nextcloud packaged as a snap
Ready, make the link to be able to access the Internet through DNS, but since I am in a test environment. It asks me to modify the config.php file “trusted_domains” because it is not a trusted domain. Where do I find this?
Of course I’m in a test environment with a VM…
This is covered in the wiki that I have linked to in my previous post: Configure Nextcloud snap · nextcloud-snap/nextcloud-snap Wiki · GitHub
Thanks for the information, just modify the config.php file, add the DNS IP without SSL and that’s it. I can now view it on the web from the internet.