From dff137dff0a398c0c8d18bbb7f83ebf106afb140 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 18 Oct 2023 18:56:03 +0200 Subject: [PATCH] add testing app --- .gitmodules | 3 +++ calendar | 2 +- circles | 2 +- dav | 2 +- server | 2 +- vm-nextcloud.nix | 11 ++++++++--- vobject | 2 +- 7 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8b5d265..8791f9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ [submodule "circles"] path = circles url = https://github.com/nextcloud/circles.git +[submodule "files_fulltextsearch"] + path = files_fulltextsearch + url = https://github.com/nextcloud/files_fulltextsearch.git diff --git a/calendar b/calendar index 8394e98..c5c3d62 160000 --- a/calendar +++ b/calendar @@ -1 +1 @@ -Subproject commit 8394e9828f06f5f5c2044b3cd5c1aacda7ddb699 +Subproject commit c5c3d62e988cd33c1f9119f07b551961bfeff3f6 diff --git a/circles b/circles index ce6de43..c71c5c4 160000 --- a/circles +++ b/circles @@ -1 +1 @@ -Subproject commit ce6de436885daaa510959a6d15d90445e65fc016 +Subproject commit c71c5c4fcbc2873281a3fbd7ba2ffc9f4f10f470 diff --git a/dav b/dav index 406f688..a74464d 160000 --- a/dav +++ b/dav @@ -1 +1 @@ -Subproject commit 406f688f040ec5aef04a78b6e525805682bd81f3 +Subproject commit a74464d583af69d72106ad48820b52bb44144e43 diff --git a/server b/server index ab27e95..5de36b6 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit ab27e9508b7c399e7bae77d538f873395fe1334a +Subproject commit 5de36b6941f395932ad2889afadb6952b8fd9c20 diff --git a/vm-nextcloud.nix b/vm-nextcloud.nix index 32f0f6e..57e4422 100644 --- a/vm-nextcloud.nix +++ b/vm-nextcloud.nix @@ -43,8 +43,12 @@ package = pkgs.nextcloud27; hostName = "localhost"; extraApps = with config.services.nextcloud.package.packages.apps; { - inherit contacts; - #inherit calendarM + inherit contacts polls; + # hmr_enable = pkgs.fetchNextcloudApp rec { + # url = "https://github.com/nextcloud/hmr_enabler/archive/852acc47c64db1be85051197bf7939298059fe09.zip"; + # sha256 = "sha256-eTc51pkg3OdHJB7X4/hD39Ce+9vKzw1nlJ7BhPOzlll="; + + # }; }; extraAppsEnable = true; config = { @@ -79,7 +83,8 @@ mail_smtpmode = "sendmail"; mail_sendmailmode = "pipe"; trusted_domains = [ "10.100.100.1" ]; - integrity.check.disabled = true; + "integrity.check.disabled" = true; + debug = true; apps_paths = [ { path = "/var/lib/nextcloud/nix-apps"; diff --git a/vobject b/vobject index ac56915..e43d668 160000 --- a/vobject +++ b/vobject @@ -1 +1 @@ -Subproject commit ac56915f9b88a99118c0ee7f25d4338798514251 +Subproject commit e43d668349bc74047d1382188f108b06745ac5f6