https://github.com/nicholaswilde/docker-cryptpad
A Docker image for Cryptpad.
https://github.com/nicholaswilde/docker-cryptpad
cryptpad docker editor text
Last synced: 12 months ago
JSON representation
A Docker image for Cryptpad.
- Host: GitHub
- URL: https://github.com/nicholaswilde/docker-cryptpad
- Owner: nicholaswilde
- License: apache-2.0
- Created: 2020-12-27T20:36:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T12:57:13.000Z (over 3 years ago)
- Last Synced: 2025-04-10T18:44:04.155Z (about 1 year ago)
- Topics: cryptpad, docker, editor, text
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/nicholaswilde/cryptpad
- Size: 151 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Cryptpad
[](https://hub.docker.com/r/nicholaswilde/cryptpad)
[](https://hub.docker.com/r/nicholaswilde/cryptpad)
[](./LICENSE)
[](https://github.com/nicholaswilde/docker-cryptpad/actions?query=workflow%3Alint)
[](https://github.com/pre-commit/pre-commit)
A multi-architecture Docker image for [Cryptpad](https://github.com/xwiki-labs/cryptpad).
## Architectures
* [x] `armv7`
* [x] `arm64`
* [x] `amd64`
## Dependencies
* None
## Usage
### docker cli
```bash
$ docker run -d \
--name=cryptpad \
-e TZ=America/Los_Angeles `# optional` \
-e PUID=1000 `# optional` \
-e PGID=1000 `# optional` \
-p 3000:3000 \
--restart unless-stopped \
nicholaswilde/cryptpad
```
### docker-compose
See [docker-compose.yaml](./docker-compose.yaml).
## Configuration
|user | uid |
|----:|:---:|
| abc | 911 |
See [this link](https://github.com/xwiki-labs/cryptpad-docker#environment-variables) for additional configuration parameters.
## Development
See [docs](https://nicholaswilde.io/docker-docs/development).
## Troubleshooting
See [docs](https://nicholaswilde.io/docker-docs/troubleshooting).
## Pre-commit hook
If you want to automatically generate `README.md` files with a pre-commit hook, make sure you
[install the pre-commit binary](https://pre-commit.com/#install), and add a [.pre-commit-config.yaml file](./.pre-commit-config.yaml)
to your project. Then run:
```bash
pre-commit install
pre-commit install-hooks
```
Currently, this only works on `amd64` systems.
## License
[Apache 2.0 License](./LICENSE)
## Author
This project was started in 2021 by [Nicholas Wilde](https://github.com/nicholaswilde/).