Try removing the Formicaio community app store, and adding it back again, is this the URL you are using?: https://github.com/bochaco/formicaio-app-store
As per those logs, I believe you are using the wrong URL to add the Formicaio community app store.
Yes, I did use the wrong URL. The problem is that that leaves me with no way to uninstall the wrong one, as it doesnāt present an icon to access the uninstall option. I tried just adding the right one, but still no app icon appears even for the correct one.
If need be, Iāll reinstall Umbrel and do it right this time, but I was hoping there was some way to set it right without having to do that.
Iām not able to get to that state as you describe. I just tried with an invalid URL (https://github.com/bochaco/formicaio) and it doesnāt add it to the app stores list, and I can still add the correct one afterwards. It seems UmbrelOS has a bug in this scenario as per what you describe.
Perhaps give it a last try by restarting Umbrel before deciding to reinstall it.
Iāve updated the README with instructions for those who want to install Formicaio on UmbrelOS, wether from the official app store, or from the Formicaio community app store that existed since the beginning. The version now published in the official UmbrelOS app store is v0.6.2, the same as the one that is currently published in the community app store.
Iāll be keeping the Formicaio community app store active, as I intend to use it for publishing early-stage releases, given it may take a few days for the UmbrelOS team to approve new updates in the official app store.
Formicaio version 0.7.0 has been released and itās ready for installation across all supported platforms in native mode. Docker containers built with this new version, including for UmbrelOS and CasaOS, will be also published in the next few hours.
This release features a revamped design and enhanced user experience for the GUI.
Users currently running nodes in home-network mode (with version 0.5.x or earlier) shouldnāt upgrade to this new version as home-network is not supported neither in v0.6.x nor v0.7.x.
What I would personally really love to see would be to have the nodes in a list view as well as the current tile view. in the list view, I would imagine to see
Node ID - activity status - CPU - Memory - Record stored - connected peers
This would easily allow me to view and compare my 200 nodes. I can imagine many people using Formicaio will have at least 50 nodes+ (otherwise theyād probably use nodepad). Right now I cant see more than 12 nodes in 1 overview.
And perhaps the most important metrics is missing, how much storage is the node taking up (records + log size). And how much disk capacity is left. This might not be needed on node level but itās definitely something useful for the dashboard.
Thanks for the feedback. I agree. Iāve been considering this for some time as itās been mentioned/suggested in the past. With the new layout Iām hoping this will fit better in a user-friendly manner. Itās work in progress, but hopefully ready for next release:
That looks great! I think you could even make the node ID as simple as 1, 2, 3 based on start. The actually ID can be under a detail/show more. I donāt think many are interested in the node ID and it does take up quite a bit of space.
Personally Iād hide the actions on the right side under a more button as well. You can show these actions at the top of the page that works for āselectedā nodes. As for individual actions the show more dropdown will probably work a bit better.
And this is all just finetuning feedback, because the version is already amazing, but coming from a product background I usually cannot resist thinking of ways how it can be even better. Amazing work man!
With this release it might be time for me to do one of my intermittent installs from scratch again and to see how long I can last again before something major goes wrong again . .
Formicaio version 0.7.1 has been released and itās ready for installation across all supported platforms in native mode. Docker containers built with this new version, including for UmbrelOS and CasaOS, will be also published in the next few hours are also published.
This new release brings more enhancements and features to improve the GUI and UX:
Node actions are applied without creating a batch when only a single node was selected.
The dashboard now includes a disk usage report card. Note that this report currently does not distinguish between the usage attributed to the running nodes and other applications using the drive/s.
Support for alternating between tile and list layouts in the nodes page.
New sections in the settings page so users can set their default nodes page layout (tile/list) and page size.
Users currently running nodes in home-network mode (with version 0.5.x or earlier) shouldnāt upgrade to this new version as home-network is not supported neither in v0.6.x nor v0.7.x.
I cloned onto a fresh machine and went to start via Docker
git clone https://github.com/bochaco/formicaio
cd formicaio/deploy/local
docker compose up -d
docker compose up -d should be docker-compose up -d
Everything looks good and docker ps gives me
willie@konev:~/formicaio/deploy/local$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0132f899a65b bochaco/formicaio:latest "sh -c '/app/formicaā¦" 2 minutes ago Up 2 minutes local_formicaio_1
3eb022655add docker:27.4.1-dind "/entrypoint.sh dockā¦" 2 minutes ago Up 2 minutes local_docker_1
however when I to port 52100 on that machine I only get this screen
Awesome! Iāve just updated to the latest version. I do notice a fairly large discrepancy between used space reported by Formicaio (Typing this name is killing me btw xD) and the actual disk space used. Formicaio is reporting 600 GB used, while my linux is reporting only 200 GB. Other than that, love the rapid changes This is really an amazing tool to monitor nodes.
Btw, I also stopped the nodes to update to the new version, but they instantly show as stopped 3 days ago while it was actually minutes ago.
Yes, Iām seeing that in one of my Piās, Iāll be taking a look at it in the next few days and hopefully release a patch once solved. It must be just the way sysinfo lib is reporting the mount-points of the hard drive combined with how Formicaio calculates total used/available space.