nextcloud: add archive extraction app
This commit is contained in:
parent
b591ff1725
commit
b28f186714
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue