From 1e895576e2ab7ac7f9a59682c5648445fa585bc8 Mon Sep 17 00:00:00 2001 From: p-bo Date: Sat, 19 Nov 2022 20:12:10 +0100 Subject: [PATCH] Add NextcloudPi to automated install options Because they also provide install script - see Debian tab under Supported Systems section on nextcloudpi.com Signed-off-by: p-bo --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 1978b1fb3..efd155749 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -14,7 +14,7 @@ archive `_. This method is recommended to instal If you prefer a more automated installation of Nextcloud and there are no packages for your Linux distribution, you have the option to -install the community `Snap Package `_. This includes a full production-ready stack, will maintain your HTTPS certificates for you, and will automatically update as needed to stay secure. You can also use the `Nextcloud VM scripts `_ to install directly on a clean Ubuntu Server. It will setup everything for you and include scripts for automated installation of apps like; Collabora, OnlyOffice, Talk and so on. Please note that those two options are not officially supported by Nextcloud GmbH. +install the community `Snap Package `_. This includes a full production-ready stack, will maintain your HTTPS certificates for you, and will automatically update as needed to stay secure. You can also use the `Nextcloud VM scripts `_ to install directly on a clean Ubuntu Server or `NextcloudPi scripts `_ (dtto atop Debian). It will setup everything for you and include scripts for automated installation of apps like; Collabora, OnlyOffice, Talk and so on. Please note that those three options are not officially supported by Nextcloud GmbH. This installation guide is giving a general overview of required dependencies and their configuration. For a distribution specific setup guide have a look at the :doc:`./example_ubuntu` and :doc:`./example_centos`.