20 lines
348 B
Plaintext
20 lines
348 B
Plaintext
|
#### cloudbeaver
|
||
|
|
||
|
##### Information
|
||
|
Site : https://cloudbeaver.io/
|
||
|
|
||
|
Source : https://github.com/dbeaver/cloudbeaver
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-get update
|
||
|
apt-get install -y cloudbeaver
|
||
|
|
||
|
systemctl enable --now cloudbeaver
|
||
|
|
||
|
#configuration with http://<ip>:8978
|
||
|
```
|