nextcloud: add archive extraction app

This commit is contained in:
wo2wz 2025-11-11 16:31:11 -05:00
parent b591ff1725
commit b28f186714

View file

@ -81,6 +81,12 @@
tasks tasks
twofactor_webauthn twofactor_webauthn
user_oidc; user_oidc;
files_archive = pkgs.fetchNextcloudApp {
url = "https://github.com/rotdrop/nextcloud-app-files-archive/releases/download/v1.2.8/files_archive.tar.gz";
hash = "sha256:8d02ac423a2c7ef3f039290f56c7981da4002765b50be56bcfa594028a11a4c3";
license = "agpl3Only";
};
}; };
maxUploadSize = "200G"; maxUploadSize = "200G";