How to refresh app state when it's stuck on grey dot ⚫?

For some reason, I get to this state between 1-2 times a month.

The most common scenario will be hitting update-all, but it can also be a restart of the service (runtipi-cli start)

The way I’m able to reset this for a single app:

  1. Click on [Cancel]
  2. Wait for the app to report as stopped.
  3. Click on [Start]

However, this means stopping a perfectly running app.

Any way to get runtipi to sync to the running state of the app without stopping it?

Currently there is no way to do it from the UI, you could try using the CLI ./runtipi-cli app start <app-name>

We could improve the status detection here but it’s currently not a priority