Hello everyone.
I was testing umbrelOS and notice they use Docker for installing apps. Since Metabase has Docker installation, would be possible for the Metabase team to make it available as an app on umbrelOS?
I've never seen anything easier to use than umbrelOS:
Install Ubuntu
Run 1 command for installing umbrelOS
Open the machine IP address on port 80 for accessing umbrelOS
Select an app and click on install
I think Metabase would greatly benefit of this as umbrelOS gets more and more known.
Here's the link of how to make it available on their app store:
# Umbrel App Framework
If you can code in any language, you already know how to develop an app for Umbrel. There is no restriction on the kind of programming languages, frameworks or databases that you can use. Apps run inside isolated Docker containers, and the only requirement (for now) is that they should have a web-based UI.
> Some server apps might not have a UI at all. In that case, the app should serve a simple web page listing the connection details, QR codes, setup instructions, and anything else needed for the user to connect. The user is never expected to have CLI access on Umbrel.
To keep this document short and easy, we won't go into the app development itself, and will instead focus on packaging an existing app.
Let's straightaway jump into action by packaging [BTC RPC Explorer](https://github.com/janoside/btc-rpc-explorer), a Node.js based blockchain explorer, for Umbrel.
There are 4 steps:
1. [🛳 Containerizing the app using Docker](#1-containerizing-the-app-using-docker)
1. [☂️ Packaging the app for Umbrel](#2-%EF%B8%8Fpackaging-the-app-for-umbrel)
1. [🛠 Testing the app on Umbrel](#3-testing-the-app-on-umbrel)
1. [Testing on Umbrel development environment (Linux or macOS)](#31-testing-the-app-on-umbrel-development-environment)
1. [Testing on Umbrel OS (Raspberry Pi 4)](#32-testing-on-umbrel-os-raspberry-pi-4)
1. [🚀 Submitting the app](#4-submitting-the-app)
___
This file has been truncated. show original
Hope more people get to know this and support it!
I kept searching and found out Metabase is available on Yunohost: YunoHost app store | Metabase
Yunohost seems a good alternative, completely Free and Open Source. Has anyone tried it?