update README.MD

This commit is contained in:
thomas 2022-02-28 23:38:35 +01:00
parent b6aed0cdb4
commit f698726065
1 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,7 @@ This commande create joplin and joplin-server packages
- [element-web](#element-web) ([site](https://element.io/))
- [gotify](#gotify) ([site](https://gotify.net/))
- [grocy](#grocy) ([site](https://grocy.info/))
- [joplin](#joplin) desktop ([site](https://joplinapp.org/))
- [joplin-server](#joplin-server) ([site](https://joplinapp.org/))
- [mautrix-syncproxy and mautrix-wsproxy](#mautrix-syncproxy-and-mautrix-wsproxy) ([site](https://docs.mau.fi/bridges/go/imessage/android/setup.html))
- [rss-bridge](#rss-bridge) ([site](https://github.com/rss-bridge/rss-bridge))
@ -101,6 +102,16 @@ a2ensite grocy
systemctl restart apache2
```
#### joplin
```bash
apt install -y python wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get install -y joplin
```
#### joplin-server
```bash