21 lines
402 B
Plaintext
21 lines
402 B
Plaintext
|
#### joplin-server
|
||
|
|
||
|
##### Information
|
||
|
Site : https://joplinapp.org/
|
||
|
|
||
|
Source : https://github.com/laurent22/joplin
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
wget -qO - https://deb.nodesource.com/setup_16.x | bash
|
||
|
apt-get update
|
||
|
apt-get install -y joplin-server
|
||
|
|
||
|
#Edit /etc/default/joplin-server
|
||
|
|
||
|
systemctl enable --now joplin-server
|
||
|
```
|