diff --git a/doc/src/anleitung/update_nextcloud.md b/doc/src/anleitung/update_nextcloud.md index c9d948c..3a3f5e4 100644 --- a/doc/src/anleitung/update_nextcloud.md +++ b/doc/src/anleitung/update_nextcloud.md @@ -1,14 +1,7 @@ ### Updating nextcloud ## Updating the draggable patch -As of 17.06.26 the patch now gets applied automaticly while building the package. -On a nextcloud update: -- Change the `services.nextcloud.package` to the next version (ex.: `pkgs.nextcloud33`) -- Change `services.nextcloud.extraApps.deck.src.rev` to the next version (ex.: `stable33`) -- update hashes - -### Building the package manually The draggable patch is a one line patch found in the deck repo under `src/components/cards/CardItem.vue` Direct link: https://git.dynamicdiscord.de/ahtlon/deck/commit/77cbcf42ca80dd32e450839f02faca2e5fed3761 diff --git a/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch b/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch deleted file mode 100644 index d8059a6..0000000 --- a/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0d4b14e8eb62b0f0ed01f45bbaa7c2721245f7d6 Mon Sep 17 00:00:00 2001 -From: ahtlon -Date: Thu, 9 Oct 2025 12:22:08 +0200 -Subject: [PATCH] Patch cards to be draggable - ---- - src/components/cards/CardItem.vue | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/components/cards/CardItem.vue b/src/components/cards/CardItem.vue -index 7539ac53e..aaf9f2fe0 100644 ---- a/src/components/cards/CardItem.vue -+++ b/src/components/cards/CardItem.vue -@@ -20,7 +20,7 @@ - -
-

-- {{ displayTitle }} -+ {{ displayTitle }} -

-