-
-
Notifications
You must be signed in to change notification settings - Fork 119
Add Cryptpad support #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Cryptpad support #400
Conversation
Signed-off-by: Suguru Hirahara <[email protected]>
|
Hi @luixxiul, Basically, the issue was, that Cryptpad needs one certificate, that covers both domains. Back when I created that role, I didn't know how to do this, however I now found a solution (see 63d6bc91199c18745c79b9d1af80a83ba2c51bfb). |
|
I'll check and get back to you soon! |
|
Seemingly its UI works, but Also note that unlike other services it does not seem to possible to create a first admin account with $ sudo journalctl -u mash-cryptpad | grep "Create your first admin account" -A 1Per Slavi the process can be automated with slurp but I am not quite sure how to. |
I tried various things to fix it, so far I'm not successful. any help is appreciated. I'll also continue to try. |
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
|
FYI: I run my instance since my last comment. The CSP errors seem to "only" affect security, not stability/function |
This does not work yet: see mother-of-all-self-hosting/ansible-role-cryptpad#7.
Any helps are appreciated!