Feature Request: app types #3

Open
opened 2026-02-05 22:19:26 +00:00 by jessebot · 0 comments
Owner

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 type parameter 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:

db:
  # if this is present, we generate credentials for posgres...
  type: postgresql

admin:
  # -- if this is present, we generate credentials for admin user
  user: ""

...

This should probably be a separate ticket though. The overall type is probably an easier bandaid fix for now

## 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 `type` parameter 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: ```yaml db: # if this is present, we generate credentials for posgres... type: postgresql admin: # -- if this is present, we generate credentials for admin user user: "" ... ``` This should probably be a separate ticket though. The overall type is probably an easier bandaid fix for now
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
small-hack/smol-k8s-lab#3
No description provided.