mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 02:31:22 -03:00
chore(docs): Add NC installtion notes (#1923)
* chore(docs): Add NC installtion notes * mention ingress also * data storage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user