add metabase

This commit is contained in:
thomas 2022-03-01 23:49:53 +01:00
parent f698726065
commit 5558b7a679
8 changed files with 86 additions and 1 deletions

View file

@ -13,6 +13,14 @@ debmaker_run
```
This commande create joplin and joplin-server packages
### Debug
To enter in temporary filesystem
```bash
debmaker_chroot cache/joplin
```
### packages available in shared repository
- [adguardhome](#adguardhome) ([site](https://adguard.com/fr/adguard-home/overview.html))
@ -20,9 +28,10 @@ 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 desktop](#joplin) ([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))
- [metabase](#metabase) ([site](https://www.metabase.com/))
- [rss-bridge](#rss-bridge) ([site](https://github.com/rss-bridge/rss-bridge))
- [tt-rss](#tt-rss) ([site](https://tt-rss.org/))
- [vaultwarden and vaultwarden-web](#vaultwarden-and-vaultwarden-web) ([site](https://github.com/dani-garcia/vaultwarden))
@ -137,6 +146,16 @@ apt-get install -y mautrix-syncproxy mautrix-wsproxy
systemctl enable --now mautrix-wsproxy mautrix-syncproxy
```
#### metabase
```bash
apt install -y python 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
```
#### rss-bridge