Hello, thank you very much for your help. The store is very good. I am having trouble installing Supabase. When I try to install it, it gets stuck at 1% and stops. There’s a service running, and I can’t stop it. I have already restarted the Raspberry Pi, but it didn’t solve the issue. Do you have any tips to fix this? And thank you for the great work!
Thanks a lot for suggesting Hummingbot for the Store! I really appreciate your input.
However, this app doesn’t quite align with my personal values as a committed Bitcoin-only supporter, so I won’t be adding it for now. I hope you understand.
Please feel free to share other suggestions that better fit my focus. I’m always happy to hear new ideas!
Thank you so much for your kind words and especially for your donation. Really appreciate it!
Regarding converting YunoHost YAMLs to Umbrel’s format:
As far as I know, there’s no automatic bulk conversion tool available yet. The formats differ quite a bit - Umbrel YAMLs are specifically tailored for Umbrel’s app proxy, ports, and data volumes, while YunoHost focuses more on Debian packages and its own service definitions.
You can manually adapt parts if you’re familiar with both formats. Writing a script for partial automated conversion is theoretically possible but not trivial due to the different structure and required metadata.
Regarding Epicyon:
Unfortunately, there isn’t a ready-made Docker image for Epicyon available yet. However, I’m currently working on building and pushing one to Docker Hub, so hopefully it will be available soon for easy installation in Umbrel.
Hey @maaicon! Thanks for reaching out and for the kind words!
Try to stop the container with:
docker stop <container_id>
or force-remove them with:
docker rm -f <container_id>
After that, try the installation again.
If it still gets stuck, please send me the logs that show the installation stopping or any error messages. That way, I can help you better troubleshoot the issue.