Skip to content
Snippets Groups Projects
Verified Commit 609295de authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

explain app installation and app store restriction in README

parent f14c80d6
No related branches found
No related tags found
1 merge request!12Resolve "Restrict list of installable Nextcloud "apps""
......@@ -7,6 +7,24 @@ its document editor. Depends on the
chart](https://open.greenhost.net/openappstack/nextcloud/tree/master/onlyoffice-documentserver).
For configuration details on those charts, refer to their documentation.
## Apps
The Nextcloud app store allows admin users to install applications, many of
which have not undergone security testing. For that reason we disabled
downloading new apps via the app store. As the person installing Nextcloud it is
possible to specify which applications from the app store are available for
installation. It is also possible to enable them by default. Apps that are not
enabled by default can be enabled through the Apps screen in Nextcloud.
To install apps, edit the values.yaml file:
```yaml
apps:
- name: sociallogin # Installs sociallogin app
enabled: false # Disables sociallogin by default
```
## Installation
Make sure you have a `onlyoffice-documentserver` helm repo before running helm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment