From 010f073bb0d2b57ade2dba5262f3f3df321b68c8 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 23 Jan 2022 22:13:15 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.MD'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.MD b/README.MD index 47e7ead..6ef440f 100644 --- a/README.MD +++ b/README.MD @@ -11,4 +11,29 @@ allstep ``` +### package are available without compilation +#### vaultwarden + +```bash +wget -qO - https://deb.lgy.fr/install.sh | bash +apt install vaultwarden vaultwarden-web + +#Edit /etc/default/vaultwarden + +systemctl enable --now vaultwarden +``` + +#### joplin server + +```bash +apt install -y python 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 +``` \ No newline at end of file