update nextcloud docs for app install
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
825cdcfa23
commit
12c0d6857c
1 changed files with 8 additions and 8 deletions
|
@ -8,10 +8,10 @@ im authentik:
|
|||
|
||||
|
||||
```
|
||||
git clone https://git.local-it.org/LIT/nextcloud ~/.abra/apps/nextcloud
|
||||
abra app new --secrets --domain example.com --server servername --app-name servername_cloud cloud
|
||||
abra config servername_cloud
|
||||
abra deploy servername_cloud
|
||||
abra app new nextcloud
|
||||
abra app secret generate -a <servername_nextcloud>
|
||||
abra app config <servername_nextcloud>
|
||||
abra app deploy <servername_nextcloud>
|
||||
```
|
||||
|
||||
Die Installation von Nextcloud kann eine Weile dauern. Der status kann so überprüft werden:
|
||||
|
@ -19,13 +19,13 @@ Die Installation von Nextcloud kann eine Weile dauern. Der status kann so überp
|
|||
|
||||
#### Installation von Nextcloud Apps:
|
||||
```
|
||||
abra app run --user www-data servername_cloud app /var/www/html/occ app:install calendar
|
||||
abra app run --user www-data servername_cloud app /var/www/html/occ app:install sociallogin
|
||||
abra app run --user www-data servername_cloud app /var/www/html/occ app:install onlyoffice
|
||||
abra app config <servername_nextcloud>
|
||||
APPS="calendar sociallogin onlyoffice"
|
||||
abra app cmd <servername_nextcloud> app install_apps
|
||||
```
|
||||
|
||||
#### Dashboard deaktivieren:
|
||||
`abra app run --user www-data servername_cloud app /var/www/html/occ app:disable dashboard`
|
||||
`abra app cmd <servername_nextcloud> app run_occ "'app:disable dashboard'"`
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue