caprover / one-click-apps

Community Maintained One Click Apps (https://github.com/caprover/caprover)
Apache License 2.0
557 stars 544 forks source link

App Suggestion: Metabase #332

Closed danielmguerrero closed 3 years ago

danielmguerrero commented 3 years ago

Would be great to have one-click deployment of Metabase, an open-source BI tool.

Docker image: https://hub.docker.com/r/metabase/metabase

githubsaturn commented 3 years ago

Env vars: https://www.metabase.com/docs/latest/operations-guide/running-metabase-on-docker.html

nileshtrivedi commented 9 months ago

Can the Metabase version be updated please? 0.38 vs 0.48 which is the latest as of now.

blaszta commented 3 months ago

+1 for this The provided version contains vulnerability: https://nsfocusglobal.com/metabase-remote-code-execution-vulnerability-cvs-2023-38646-notification/

I tried to use higher tag during deployment (v0.50.20.1), but Metabase won't start, because it required Vertica database driver which is not included:

2024-08-14T08:00:08.879798977Z 2024-08-14 08:00:08,879 INFO plugins.dependencies :: Metabase cannot initialize plugin Metabase Vertica Driver due to required dependencies. Metabase requires the Vertica JDBC driver in order to connect to Vertica databases, but we can't ship it as part of Metabase due to licensing restrictions. See https://metabase.com/docs/latest/administration-guide/databases/vertica.html for more details.

githubsaturn commented 2 months ago

https://www.metabase.com/docs/latest/installation-and-operation/running-metabase-on-docker#example-docker-compose-yaml-file

Does their official docker compose work fine outside of CapRover?