Skip to content

Commit

Permalink
modules (nextcloud): Add richdocumentscode app
Browse files Browse the repository at this point in the history
Collabora Online - Built-in CODE Server, which serves as a backend
for richdocuments without the requirement of running a dedicated
collabora server.

See https://apps.nextcloud.com/apps/richdocumentscode
  • Loading branch information
britter committed Jul 8, 2024
1 parent 4bb7cb9 commit 8099a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/nixos/nextcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ in {
sha256 = "sha256-AhTZGQCLeNgsRBF5w3+Lf9JtNN4D1QncB5t+odU+XUc=";
license = "agpl3Plus";
};
richdocumentscode = pkgs.fetchNextcloudApp {
url = "https://github.com/CollaboraOnline/richdocumentscode/releases/download/24.4.402/richdocumentscode.tar.gz";
sha256 = "sha256-H3Wk99DJ+ePZo583y0p7CoIyB8TgZArioNmPWkLvO6s=";
license = "asl20";
};
};
extraAppsEnable = true;
};
Expand Down

0 comments on commit 8099a02

Please sign in to comment.