Search Criteria
Package Details: cryptpad 2026.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cryptpad.git (read-only, click to copy) |
|---|---|
| Package Base: | cryptpad |
| Description: | Realtime collaborative visual editor with zero knowlege server |
| Upstream URL: | https://github.com/cryptpad/cryptpad |
| Keywords: | collaborative |
| Licenses: | AGPL-3.0-only |
| Submitter: | anonfunc |
| Maintainer: | buzo (ChrisTX) |
| Last Packager: | ChrisTX |
| Votes: | 12 |
| Popularity: | 0.008618 |
| First Submitted: | 2019-06-08 16:40 (UTC) |
| Last Updated: | 2026-02-12 05:02 (UTC) |
Dependencies (8)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
- certbot (certbot-gitAUR) (optional) – Let’s Encrypt – automatically receive and install X.509 certificates to enable TLS
- certbot-nginx (certbot-nginx-gitAUR) (optional) – Nginx plugin for Let’s Encrypt client
- cryptpad-ssoAUR (optional) – SSO plugin for Cryptpad
- nginx (nginx-rtmp-sergey-gitAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, nginx-quic-libresslAUR, angieAUR, freenginx-libresslAUR, freenginx-mainlineAUR, nginx-mainline) (optional) – HTTP server providing TLS
Latest Comments
1 2 3 4 Next › Last »
ChrisTX commented on 2025-10-22 13:00 (UTC)
I’ve updated to 2025.9.0 and the SSO Plugin to the matching version 0.4.0. Tested this as well, seems to run fine in my setup.
klemens commented on 2025-08-24 15:31 (UTC)
Since 2025.6.0,
install-onlyoffice.shwill only install the latest version of onlyoffice by default. This breaks opening old documents after the update, as you always need the old version when converting the documents to the new version.This can be fixed with the following patch, which always forces all versions to be installed:
ChrisTX commented on 2025-07-15 18:35 (UTC)
The package is broken as of the latest update, due to this commit upstream. It's now necessary to install the
srcfolder, too. Alas, this is the fix:ChrisTX commented on 2025-04-04 14:51 (UTC)
They temporarily added a modified tweetnacl build to their source, see here. This causes the
node_modulesandwww/componentsfolder to have a symlink to the source directory of that in build folder. Overall, this breaks the package.A solution is to copy the folder to
node_modulesduringpackage()and then symlink the second location to that, e.g.buzo commented on 2024-12-19 14:25 (UTC)
Done. Thanks for the patch and sorry for the delay!
wansing commented on 2024-12-02 12:48 (UTC)
@buzo Would it be possible to merge klemens' patch to include OnlyOffice?
ChrisTX commented on 2024-08-15 07:45 (UTC)
I uploaded the SSO plugin for cryptpad to AUR. If you like, you could add it as an optdepends. https://aur.archlinux.org/packages/cryptpad-sso
klemens commented on 2024-07-07 14:34 (UTC) (edited on 2024-07-07 15:14 (UTC) by klemens)
I just updated from 5.7.0 to 2024.6.0 and I can no longer open my spreadsheets. It seems like since 2024.3.0 OnlyOffice is no longer included by default and needs to be download with a script?
Edit: Calling the new script seems to work fine. The following patch solves the issue for me (though it produces some "Package contains reference to $srcdir" warnings, which could be fixed by removing the
www/common/onlyoffice/dist/*/.gitfiles which are not needed anyway):RoKoInfo commented on 2021-09-11 08:48 (UTC)
@buzo @ChrisTX I see the
cryptpad:httpcombinations for e.g.blob, however, the combinationcryptpad:cryptpadand0750still does not allow read access for nginx for e.g. blob, so login is still prohibited in the current situation. At least on my machine, so please recheck. Thanks.1 2 3 4 Next › Last »