Skip to content

Commit

Permalink
fix(nextcloud): set maintenance window and disable logreader
Browse files Browse the repository at this point in the history
  • Loading branch information
christophenne authored and kosmoz committed Oct 16, 2024
1 parent 16e80ab commit 1d9a7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class NextcloudConfigMap : CRUDKubernetesDependentResource<ConfigMap, Nextcloud>
context.client.kubernetesSerialization.asJson(
NextcloudInstallConfig(
listOfNotNull(
"maintenance_window_start" to 1,
primary.spec.defaultPhoneRegion?.let { "default_phone_region" to it },
"overwriteprotocol" to "https",
"trusted_proxies" to listOf(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class NextcloudDeployment(private val configService: ConfigService) :
args = listOf(
"-c",
listOf(
"php $OCC_PATH app:disable logreader",
"php $OCC_PATH app:install richdocuments",
"php $OCC_PATH app:install contacts",
"php $OCC_PATH app:install calendar",
Expand Down

0 comments on commit 1d9a7d7

Please sign in to comment.