Ansible role that deploys, maintains, and updates Cryptpad - Zero Knowledge realtime collaborative editor.
Co-authored-by: meaz <meaz@disroot.org> Reviewed-on: #16 Reviewed-by: muppeth <muppeth@no-reply@disroot.org> |
||
---|---|---|
defaults | ||
files | ||
handlers | ||
Playbooks | ||
tasks | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
Vagrantfile |
Cryptpad - Ansible Role
This role covers deployment, configuration and software updates of Cryptpad. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.
You can deploy test instance using Vagrantfile
attached to the role.
vagrant up
ansible-playbook -b Playbooks/cryptpad.yml
Add 192.168.33.20 cryptpad.example.org
to /etc/hosts
Then you can access cryptpad from your computer on https://cryptpad.example.org
Customization
You can add your own logo by changing logo.svg
in files
by another logo (but keep the logo.svg
name).
Playbook
The playbook includes nginx role and deploys entire stack needed to run Cryptpad. Additional role is also available in the Ansible roles repos in git.
CHANGELOG
- 26.03.2021 -
- Bumped version to 4.2.1
- Update readme
- Add licence