update README.MD
This commit is contained in:
parent
b6aed0cdb4
commit
f698726065
11
README.MD
11
README.MD
|
@ -20,6 +20,7 @@ This commande create joplin and joplin-server packages
|
||||||
- [element-web](#element-web) ([site](https://element.io/))
|
- [element-web](#element-web) ([site](https://element.io/))
|
||||||
- [gotify](#gotify) ([site](https://gotify.net/))
|
- [gotify](#gotify) ([site](https://gotify.net/))
|
||||||
- [grocy](#grocy) ([site](https://grocy.info/))
|
- [grocy](#grocy) ([site](https://grocy.info/))
|
||||||
|
- [joplin](#joplin) desktop ([site](https://joplinapp.org/))
|
||||||
- [joplin-server](#joplin-server) ([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))
|
- [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))
|
- [rss-bridge](#rss-bridge) ([site](https://github.com/rss-bridge/rss-bridge))
|
||||||
|
@ -101,6 +102,16 @@ a2ensite grocy
|
||||||
systemctl restart apache2
|
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
|
#### joplin-server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue