Updating nextcloud
Updating the draggable patch
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
The easiest way to apply is
- Sync the repo with remote https://github.com/nextcloud/deck/tree/main
- Checkout the stable branch for the nextcloud version you need
- example
git checkout stable31
- Apply the patch using
git cherry-pick bac32ace61e7e1e01168f9220cee1d24ce576d5e - Start a nix-shell with
nix-shell -p gnumake krankerl php84Packages.composer php nodejs_24 - run
krankerl package - upload the archive at "./build/artifacts/deck.tar.gz" to a file storage (ask Ahtlon for access to the storj s3 or use own)
- Change url and sha in the nextcloud configuration.nix
deck = pkgs.fetchNextcloudApp {};