summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apps/nextcloud/tasks/main.yml')
-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',
**
****************************************