Feature Request: app types #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the feature you'd like, and why
Right now, all app types are determined by the app file name. This is fine as long as you only ever want to deploy one copy of the app. An app
typeparameter in the app config would allow us to specify what kind of app we were deploying and use the appropriate install script.Describe alternatives you've considered, if any
We could also work more towards the official smol-app installer that just uses the following fields:
This should probably be a separate ticket though. The overall type is probably an easier bandaid fix for now