chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140)
* chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell
This commit is contained in:
@@ -5,20 +5,20 @@ For this reason we ask you not to file support requests on our Discord or Github
|
||||
|
||||
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
|
||||
## 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).
|
||||
|
||||
- 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
|
||||
|
||||
- NEXTCLOUD_ADMIN_USER
|
||||
- NEXTCLOUD_ADMIN_PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user