Garbageman Nodes Manager on Umbrel

I’ve finished implementing the Umbrel wrapper for Garbageman Nodes Manager.

It can be accessed by adding the below URL as a Community App Store on your Umbrel:

https://github.com/paulscode/garbageman-nm-umbrel.git

Unfortunately, Umbrel doesn’t have a proper app configuration management system like Start9 does (it expects the apps to handle this themselves). So for now, I had to hard-code a password (I used “garbageman”). I’ll clean this up and add a dialog in an upcoming release which makes you change it on first login.

3 Likes

I’ve finished implementing support for aarch64 architecture and added the password update feature. I submitted a PR to have the app added to the Umbrel app store. Will keep everyone updated on the review process.

Alexander did a pretty thorough review of the PR (focused mainly on the wrapper, of course), with lots of requested changes. Most are straight-forward, but some will have impacts on the Start9 wrapper that will need to be de-conflicted, and one requested change that I think may break the Import Artifact from GitHub feature (will need some testing).

I don’t know yet how much flexibility they will have if I push back, so I’m planning do my best to make all the requested changes, with custom workarounds as required. I’ll try to keep the scope of any disagreement as small as possible, to hopefully improve the odds of getting listed on the app store.