Upgrade CryptPad from version-2025.9.0 to version-2026.2.0 and nginx from 1.25 to 1.29. Enable healthcheck on the app service. Update README metadata for healthcheck and backup status.
44 lines
1.6 KiB
Markdown
44 lines
1.6 KiB
Markdown
# cryptpad
|
|
|
|
[](https://build.coopcloud.tech/coop-cloud/cryptpad)
|
|
|
|
<!-- metadata -->
|
|
|
|
* **Category**: Apps
|
|
* **Status**: 3
|
|
* **Image**: cryptpad/cryptpad
|
|
* **Healthcheck**: Yes
|
|
* **Backups**: Yes
|
|
* **Email**: No
|
|
* **Tests**: No
|
|
* **SSO**: No
|
|
|
|
<!-- endmetadata -->
|
|
|
|
## Basic usage
|
|
|
|
1. Set up Docker Swarm and [`abra`]
|
|
2. Deploy [`coop-cloud/traefik`]
|
|
3. `abra app new cryptpad --secrets` (optionally with `--pass` if you'd like
|
|
to save secrets in `pass`)
|
|
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
|
|
your Docker swarm box
|
|
5. `abra app deploy YOURAPPDOMAIN`
|
|
6. Open the configured domain in your browser to finish set-up
|
|
|
|
At this point, anyone with this domain can register new users with this cryptpad instance.
|
|
|
|
After you have registered a first user, here is how you can make this user into an admin.
|
|
After logging in as your user, go to: https://cryptpad.cctest.autonomic.zone/profile/
|
|
|
|
Click "Copy Public Key". This will copy your public key into your clipboard.
|
|
Then run `abra app config YOURAPPDOMAIN` and set the value of CRYPTPAD_ADMIN_KEYS
|
|
to include your public key. The example in .env.sample shows the required format.
|
|
|
|
Then redeploy with `abra app deploy YOURAPPDOMAIN --force`.
|
|
|
|
Now when you login as your user, and visit https://cryptpad.cctest.autonomic.zone/admin/,
|
|
you should be able to access the admin interface for this cryptpad instance.
|
|
|
|
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra
|
|
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik |