update metabase zigbee2mqtt element-web
fix README.MD
This commit is contained in:
parent
f7a1f003c4
commit
1f55fadcc7
5 changed files with 18 additions and 13 deletions
17
README.MD
17
README.MD
|
@ -65,6 +65,7 @@ systemctl enable --now authelia
|
|||
#### element-web
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt install element-web
|
||||
|
||||
|
@ -82,7 +83,7 @@ systemctl restart apache2
|
|||
#### gotify
|
||||
|
||||
```bash
|
||||
apt install -y python wget ca-certificates
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y gotify-server
|
||||
|
@ -95,7 +96,7 @@ systemctl enable --now gotify
|
|||
#### grocy
|
||||
|
||||
```bash
|
||||
apt install -y python wget ca-certificates
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y grocy
|
||||
|
@ -114,7 +115,7 @@ systemctl restart apache2
|
|||
#### joplin
|
||||
|
||||
```bash
|
||||
apt install -y python wget ca-certificates
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
|
||||
apt-get install -y joplin
|
||||
|
@ -124,7 +125,7 @@ apt-get install -y joplin
|
|||
#### joplin-server
|
||||
|
||||
```bash
|
||||
apt install -y python wget ca-certificates
|
||||
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
|
||||
|
@ -137,7 +138,7 @@ systemctl enable --now joplin-server
|
|||
|
||||
#### mautrix-syncproxy and mautrix-wsproxy
|
||||
```bash
|
||||
apt install -y python wget ca-certificates
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y mautrix-syncproxy mautrix-wsproxy
|
||||
|
@ -149,12 +150,14 @@ systemctl enable --now mautrix-wsproxy mautrix-syncproxy
|
|||
#### metabase
|
||||
|
||||
```bash
|
||||
apt install -y python wget ca-certificates
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y metabase openjdk-17-jre
|
||||
|
||||
systemctl enable --now metabase
|
||||
|
||||
#configuration with http://<ip>:3000
|
||||
```
|
||||
|
||||
#### rss-bridge
|
||||
|
@ -197,6 +200,7 @@ systemctl restart apache2
|
|||
#### vaultwarden and vaultwarden-web
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt install vaultwarden vaultwarden-web
|
||||
|
||||
|
@ -208,6 +212,7 @@ systemctl enable --now vaultwarden
|
|||
#### wallabag
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt install wallabag
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue