Cryptpad
-
https://github.com/campbellmcgregor/cryptpad-cloudron
I'm not entirely sure who's work this is, but would anyone know if this solved any of the problems mentioned in this thread? If someone could ping the author, I would appreciate it! (I did not see a result for @campbellmcgregor here on the forums)
Or has any of the new current/proposed features of Cloudron made this any easier to get running on Cloudron?
-
@atrilahiji @sysadmin doesn't the "multi-domain apps" thing we've had since 6.1 help with this?
@girish said in Cloudron 6.1 released:
Multi-domain apps - Apps like EspoCRM, Surfer, Kutt already support this. WP Multi-site is coming soon (hopefully next week).
-
@marcusquinn Great suggestion!
CryptPad has a Docker.
https://github.com/xwiki-labs/cryptpad-docker
It looks slick and the end-to-end encryption is sweet. If you haven't seen it yet, try the demo. It supports whiteboard, rich text, kanban, etc.
There is an unrelated project, yn (yanknote) which provides lovely functionality in a markdown editor. Check out some of the features it supports in the demo:
https://github.com/purocean/yn
https://yank-note.vercel.app/ -
@marcusquinn You are correct, I think there is no more blocking problem.
-
This was actually quite easy to "install" but I am having a hard time following the setup specifically the domains part - https://docs.cryptpad.fr/en/admin_guide/installation.html#domains. It looks like the app requires a nginx of it's own - https://github.com/xwiki-labs/cryptpad/blob/main/docs/example.nginx.conf , I have to read more .
-
@girish
Looking at the example nginx.conf -- the sandbox domain is not required, but an optional feature.If you want to implement it anyway.. as a default it can be a sub2.sub1.domain.com so it fits in with one subdomain per CL App.
Ex.
main domain - cryptpad.domain.com
sandbox - secure.cryptpad.domain.comTo me, it does not look like it needs a separate nginx, as it's a node JS app, which you know how to connect to.
-
I have this going at https://git.cloudron.io/cloudron/cryptpad-app . This is published as unstable. Currently, the app is still "insecure" because it uses only one domain. I have to admit that even after reading their docs multiple times, I don't quite understand the point of these multiple domains.
-
I created a category for this. Please post feedback at https://forum.cloudron.io/category/142/cryptpad
-
-
-
Currently, the app is still "insecure" because it uses only one domain. I have to admit that even after reading their docs multiple times, I don't quite understand the point of these multiple domains.
Presumably you'll be able to use the recent multi-domain feature in Cloudron to address that?
Looking forward to giving this a try! (but obviously would like it to be secure given that's kinda the point)
-
-