CryptPad
End-to-end encrypted collaborative office suite
Alternative to: Google Docs, Google Workspace, Microsoft 365

5.4.1
2023-08-22Goals
This point release aims to fix some deployment related issues that were identified with 5.4.0
Fixes
- Typo in example Nginx config [#1184]
- Enable port 3003 on Docker [#1183]
- Bind websocket to the address specified in the
httpAddresssetting [#1182 #1186] - Fix production CSP headers [#912 thanks @superboum]
- Fix checkup test when registration is restricted [#1185]
- Fix collaboration of Nextcloud integration
- Fix broadcast settings not applied instantly [#1189]
Upgrade notes
If you are upgrading from a version older than 5.4.0 please read the upgrade notes of all versions between yours and 5.4.0 to avoid configuration issues.
To upgrade:
- Stop your server
- Get the latest code with git
git fetch origin --tags
git checkout 5.4.1
- Restart your server
- Review your instance’s checkup page to ensure that you are passing all tests