mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
26fb178af7
It would help beginners. Cf -> https://forum.yunohost.org/t/cryptpad-augmentation-stockage-50mo-pour-linstant/18662/6
582 B
582 B
Configuration
Once CryptPad is installed, create an account via the Register button on the home page. To make this account an instance administrator:
- Copy the public key found in User Menu (avatar at the top right) > Settings > Account > Public Signing Key
- 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=]",
],
- Restart CryptPad (In YunoHost webadmin -> Services -> Cryptpad -> Restart