Update to 4.14 #11

Merged
meaz merged 3 commits from 4.14 into master 2022-05-10 21:29:52 +02:00
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: ''