I tried installing Affine months ago, and since then, it is stuck at saying, “Not running.” Have updated and restarted Umbrel many times since then.
I cannot open, start, stop, or uninstall Affine. Right-clicking it brings up the same context menu as right-clicking the background. The app restart command at /home/umbrel/umbrel/scripts/ doesn’t work anymore for me to restart an app, as it gives an error stating it needs docker-compose installed.
Anyone know how to do literally anything with this app stuck on “Not running”.
Okay, can you open umbrel/umbrel.yaml ? This is the configuration file which should reflect installed apps. Don’t share this file
It should look like this
version: 1.2.1
apps:
- transmission
- affine # <--- this should appear in your apps list
appRepositories:
- https://github.com/getumbrel/umbrel-apps.git
...
So I don’t know when Umbrel switched to using the built-in compose, which I think they planned on deprecating those control scripts which is why you are seeing that error. Instead of docker-compose it now should be docker compose
For giggles, because this should be automatic, try
cd umbrel/app-data/affine && docker compose up -d
This should get affine fired up temporarily. I’m not sure what umbrelOS uses as the source of truth for installed ups so it knows what to start up. You might see some container errors here stating it’s already created, you can ignore that as it still should have started.
I wouldn’t be surprised if affine has some sort of startup error and it’s crashing right after startup? Maybe check your affine logs, or just manually run to see precisely whats happening