summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-03-05 19:53:18 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-03-05 19:53:18 +0100
commite2df2cd82ef9736ff5f68b96f2a6b93988a4f137 (patch)
tree63e2d28442883ce5a33265d515c347cd58326f2e /roles/apps/nextcloud/tasks
parentupdate blackmagic desktop video (diff)
nextcloud-upgrade now handles config-hashes too
Diffstat (limited to 'roles/apps/nextcloud/tasks')
-rw-r--r--roles/apps/nextcloud/tasks/main.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/roles/apps/nextcloud/tasks/main.yml b/roles/apps/nextcloud/tasks/main.yml
index 1a583f4e..14aa7085 100644
--- a/roles/apps/nextcloud/tasks/main.yml
+++ b/roles/apps/nextcloud/tasks/main.yml
@@ -197,7 +197,12 @@
** Go to https://{{ item.value.hostnames[0] }} and finalize the
** installation. After that run the following commands:
**
- ** $ nextcloud-occ {{ item.key }} db:add-missing-indices
- ** $ nextcloud-occ {{ item.key }} db:convert-filecache-bigint
+ ** $ nextcloud-occ {{ item.key }} app:disable richdocumentscode
+ ** $ nextcloud-occ {{ item.key }} app:remove richdocumentscode
+ **
+ ** Also please add the following option to the file
+ ** "{{ nextcloud_base_path }}/{{ item.key }}/nextcloud/config/config.php"
+ **
+ ** 'default_phone_region' => 'at',
**
****************************************