diff --git a/templates/cryptpad.xml b/templates/cryptpad.xml index 55bfe9e..4c8e93b 100644 --- a/templates/cryptpad.xml +++ b/templates/cryptpad.xml @@ -1,26 +1,48 @@ cryptpad - cryptpad/cryptpad:version-5.6.0 + cryptpad/cryptpad:version-5.7.0 https://hub.docker.com/r/cryptpad/cryptpad/ bridge sh false https://forums.unraid.net/topic/89502-support-a75g-repo/ https://cryptpad.fr/ - CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js + CryptPad is the Zero Knowledge realtime collaborative editor. + +Before Installing the docker Unraid CLI + +cd /mnt/user/appdata && mkdir cryptpad && cd cryptpad +mkdir -p block customize data datastore config onlyoffice-dist onlyoffice-conf +chown -R 4001:4001 block customize data datastore onlyoffice-dist onlyoffice-conf +wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js + +Edit /mnt/user/appdata/cryptpad/config/config.js + +Change httpUnsafeOrigin:http://UNRAID_IP/DOMAIN:PORT +Example httpUnsafeOrigin: 'http://192.168.0.99:3000', +In httpAddress: remove // and put httpAddress: '0.0.0.0', + +More info +https://docs.cryptpad.org/fr/admin_guide/installation.html#configure-cryptpad + Productivity: Security: http://[IP]:[PORT:3000]/ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cryptpad.xml https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png - CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js + Read overview 3000 3001 - /mnt/user/appdata/cryptpad/blob - /mnt/user/appdata/cryptpad/block - /mnt/user/appdata/cryptpad/customize - /mnt/user/appdata/cryptpad/data - /mnt/user/appdata/cryptpad/datastore - /mnt/user/appdata/cryptpad/config/config.js - /cryptpad/config/config.js - + 3003 + http://UNRAID_IP:3000 + yes + /mnt/user/appdata/cryptpad/blob + /mnt/user/appdata/cryptpad/block + /mnt/user/appdata/cryptpad/customize + /mnt/user/appdata/cryptpad/data + /mnt/user/appdata/cryptpad/datastore + /mnt/user/appdata/cryptpad/config/config.js + /cryptpad/config/config.js + /mnt/user/appdata/cryptpad/onlyoffice-conf + /mnt/user/appdata/cryptpad/onlyoffice-dist + \ No newline at end of file