Update to 4.14 (#11)

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #11
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2022-05-10 19:29:49 +00:00
parent e2adf2eb46
commit 5486a8e1ac
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ You can deploy test instance using `Vagrantfile` attached to the role.
`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://cryptapd.example.org
Then you can access cryptpad from your computer on https://cryptpad.example.org
## Playbook

View File

@ -5,10 +5,10 @@ cryptpad_group: 'cryptpad'
cryptpad_pkg:
- git
- nodejs
cryptpad_node_version: '12'
cryptpad_node_version: '16'
cryptpad_path: '/var/www/cryptpad'
cryptpad_version: "4.13.0"
cryptpad_version: "4.14.1"
cryptpad_httpUnsafeOrigin: "https://cryptpad.example.org"
cryptpad_httpSafeOrigin: ''