From 8e77c546dcd972eb42a97bee89505e07ed95dd87 Mon Sep 17 00:00:00 2001 From: jeppebundsgaard Date: Tue, 5 May 2026 05:48:33 +0000 Subject: [PATCH 1/2] Added info about system-settings --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b317d3e..0ea6e39 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,16 @@ To disable dashboard app (since it is so corporate): `abra app cmd app run_occ '"app:disable dashboard"'` +## Configuring system settings + +All settings on [this page](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/index.html) can be configured using this command: + +`abra app cmd app set_system_config ''` + +For example, this command sets the default language for new users to Danish: + +`abra app cmd app set_system_config default_language 'da'` + ## Default user files - Follow [these docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/default_files_configuration.html) to set the default files list for each user in the Files app From 8412af548cc6c99f3cb5c7741c6a87860ee22365 Mon Sep 17 00:00:00 2001 From: jeppebundsgaard Date: Tue, 5 May 2026 06:17:59 +0000 Subject: [PATCH 2/2] Added info on maintenance window setting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ea6e39..388a966 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ For example, this command sets the default language for new users to Danish: `abra app cmd app set_system_config default_language 'da'` +And, to avoid warnings about maintenance window, run this command ([read more here](https://docs.nextcloud.com/server/32/admin_manual/configuration_server/background_jobs_configuration.html)): + +`abra app cmd app set_system_config maintenance_window_start 1` + ## Default user files - Follow [these docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/default_files_configuration.html) to set the default files list for each user in the Files app