With this script you can set up Nextcloud on your server. It is done quickly, easily and safely.
Please note that this script is made to work on a fresh installation. There is a good chance that it will fail if it is not a fresh installation. The script must be run as root.
If you find any errors, things you would like changed or queries for things in the future for this script, please write an "Issue". (Please do NOT use this script yet, it is not done.)
- Install Nextcloud
- Uninstall Nextcloud
Supported operating systems.
Operating System | Version | Supported |
---|---|---|
Ubuntu | from 18.04 to 22.04 | ✅ |
Debian | from 10 to 11 | ✅ |
CentOS | no supported versions | ❌ |
Rocky Linux | no supported versions | ❌ |
Webserver | Supported |
---|---|
NGINX | ✅ |
Apache | ❌ |
LiteSpeed | ❌ |
Caddy | ❌ |
You have no right to say that you created this script. You may create a fork for this Nextcloud-Installer.
No support is offered for this script. The script has been tested many times without any bug fixes, however they can still occur. If you find errors, feel free to open an "Issue" on GitHub.
Debian based systems only.
bash <(curl -s https://raw.githubusercontent.com/guldkage/Nextcloud-Installer/main/installer.sh)
Only for raspbian users. They might need a extra < in the beginning.
bash < <(curl -s https://raw.githubusercontent.com/guldkage/Nextcloud-Installer/main/installer.sh)