1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00
cryptpad_ynh/doc/POST_UPGRADE.md

11 lines
803 B
Markdown
Raw Normal View History

2023-03-12 08:42:18 +01:00
We have added a sandbox domain for you but you still need to configure your DNS and generate Let's Encrypt Certificates for it !!
2023-03-12 08:55:59 +01:00
If not already done, then you can please open CryptPad domain: https://__DOMAIN__
2023-03-12 08:53:17 +01:00
2023-03-12 08:42:18 +01:00
Create an account via the Register button on the home page. To make this account an instance administrator:
1. Copy the public key found in User Menu (avatar at the top right) > Settings > Account > Public Signing Key
2. Paste this key in /var/www/cryptpad/config/config.js in the following array (uncomment and replace the placeholder):
adminKeys: [
"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]",
],
If you are facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/cryptpad_ynh"