mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
add Markdown code block
This commit is contained in:
parent
47b3994a76
commit
2491c260e2
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ Once CryptPad is installed, create an account via the Register button on the hom
|
||||||
|
|
||||||
Copy the public key found in User Menu (avatar at the top right) > Settings > Account > Public Signing Key
|
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):
|
Paste this key in `/var/www/cryptpad/config/config.js` in the following array (uncomment and replace the placeholder):
|
||||||
|
```
|
||||||
adminKeys: [
|
adminKeys: [
|
||||||
"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]",
|
"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]",
|
||||||
],
|
],
|
||||||
|
```
|
||||||
Restart CryptPad service (In YunoHost webadmin -> Services -> cryptpad -> Restart)
|
Restart CryptPad service (In YunoHost webadmin -> Services -> cryptpad -> Restart)
|
||||||
|
|
||||||
## Useful links
|
## Useful links
|
||||||
|
|
Loading…
Reference in a new issue