Implement an App Requirement Engine #11
Loading…
Add table
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?
Each App must have a list of requirements.
Each requirements will be a hook to another app with optional cli commands (executed on a container) to call on the required app before installation (e.g. creating an MQTT user) and before every start (e.g. starting an API).
For longer cli scripts files in the app folder should be created.
If an App is required, it needs to be installed.
To consider: