Nextcloud
Nextcloud is an open source, self-hosted file sync and share and communication app platform. Access & sync your files, contacts, calendars & communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!
Installation
As simple as running the following command
box install nextcloud
As Nextcloud is essentially a PHP "Script" running on top of the Nginx + PHP stack, there are no service files available tto allow you to control the applications state.
Troubleshooting & Customisation
You can always also try the general troubleshooting tips written in our guide. They might or might not apply, but asking these questions can often make you understand what is under the hood better and help you find what needs to be fixed. It's always worth a shot!
Please refer to the Nextcloud documentation in case the documentation does not cover your questions.
If you are running into 50x or 40x pages, please consult the troubleshooting guide for nginx
logs.
Can't access after changing domains?
Change the trusted domains array values using the occ
command
Want to access your local filesystem inside of nextcloud?
Set up an "External Mount" to local storage
The docs for this application are not properly written yet. If you need them, please let us know in the Discord and we'll take the time to make them for you.