-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Filecoin Station to Umbrel #644
Comments
Thank you for the suggestion! From https://umbrel.com/, I found the docs for app building here:
We already provide docker images for Station, see https://github.com/filecoin-station/core/pkgs/container/core There is no web-based UI, though. I remember discussing that Station Core could provide web UI based on the UI provided by Station Desktop, but I don't remember why we decided against that. What kind of UI would you find useful inside Umbrel?
We will need to automate this step by adding additional steps to our GitHub Actions workflow that is publishing new Docker image versions: core/.github/workflows/docker.yml Lines 37 to 47 in ef271c2
|
A potentially better approach is to create a new project consuming Station Core in a similar way how Station Desktop does, see main/core.js, and adding a custom Umbrel-specific web UI on top of that. Station Core was designed for embeddability. Your Umbrel-specific wrapper can use the same APIs that Station Desktop does. |
I don't know the internal implementation of the code. But having a full interface that is in the desktop would be the absolute best solution everything else would be a compromise. It would allow the client to run nonstop. |
Hi there! 👋
Have you ever considered adding Filecoin Station to the Umbrel App Store? Umbrel is a highly popular platform for self-hosted solutions in the crypto community, and integrating Filecoin Station could significantly boost awareness and adoption of your project.
Why Umbrel?
Steps to Get Started
Build a Community App
Start by creating a app with fork Umbrel Community App Store and create app using the docker image
Submit to the Official App Store
Once the app is fine-tuned and well-tested, you can seek inclusion in the official Umbrel app store.
I have some experience with making umbrel addon so if you would be interested so I am helpful help.
The text was updated successfully, but these errors were encountered: