About 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!
Website:
https://nextcloud.com/
NextCloud Details
NextCloud
User availability .SU. | |
This is a single-user application and should be installed by one (1) user within the application grouping. |
Location and Port Information
CLI Usage
Install Location | /srv/nextcloud |
Config Location | /home/${username}/.config/Nextcloud |
Nginx Location | /etc/nginx/software/nextcloud.conf |
Service Location | N/A – Runs on NGinx |
Port | Standard web-server ports – 80 and 443 |
### INSTALL qb install nextcloud -u ${username} installs latest stable version of nextcloud for user ### UNINSTALL qb remove nextcloud -u ${username} removes nextcloud for user ### REINSTALL qb reinstall nextcloud -u ${username} reinstalls latest stable version of nextcloud for user ### UPDATE qb update nextcloud -u ${username} updates nextcloud to latest stable version for user