#### metabase ##### Information Site : https://www.metabase.com/ Source : https://github.com/metabase/metabase ##### Install ```bash 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://:3000 ```