Can't install Velero with `flask cli app install`
We can't currently use flack cli app install
, because it checks whether the app exists in the database, and fails if it doesn't.
There are two possible solutions:
- Add Velero to the database as an app
- Just try to install anything, don't check if apps exist in the database.
I'm leaning towards solution 1, but adding Velero as an app also means that, by default, we'll show it in the dashboard. I guess we should hide it there, because there's nothing to see (you can't access velero through an URL at the moment, and you can't set access rights for it either, right?)