From b04c6f2cc23085f4c6b00fd2c79e6db1ccf33829 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 21 Feb 2022 20:41:21 +0200 Subject: [PATCH] chore(docs): Add NC installtion notes (#1923) * chore(docs): Add NC installtion notes * mention ingress also * data storage --- docs/apps/stable/nextcloud/notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/apps/stable/nextcloud/notes.md b/docs/apps/stable/nextcloud/notes.md index aa9396453c7..38c3d175214 100644 --- a/docs/apps/stable/nextcloud/notes.md +++ b/docs/apps/stable/nextcloud/notes.md @@ -4,3 +4,21 @@ Nextcloud is a VERY picky Application and is VERY hard to support. For this reason we ask you not to file support requests on our Discord or Github, unless your issue is clearly caused by TrueCharts. While we consider the App layer "Stable", we simply cannot guarantee stability due to the nature of the Nextcloud Application inside the App. + + +# Installation Notes + +Nextcloud generates it's `config.php` file on the first startup/installation. Therefore you have to set some values correctly on the first try. +Otherwise you will have to either re-install the App or edit the `config.php` manually, with the latter being out of our support scope. +The mentioned values are: + - TRUSTED_PROXIES + - NODE_IP + - Ingress, if you plan to use it. + - Data storage location, type (eg. PVC, hostPath). + + +Also Nextcloud creates an Admin user on the first startup/installation, which you can only define it's username and password on the first install. +Changing them later, will have no effect. +The mentioned values are: + - NEXTCLOUD_ADMIN_USER + - NEXTCLOUD_ADMIN_PASSWORD