This repository was archived by the owner on Apr 13, 2025. It is now read-only.
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Allow bundles to also have a configuration #201
Open
Description
Description
Currently bundles don't have any config and if they want the user to be able to customize some things currently the bundle dev needs to create a GUI for it and things that need to be saved encrypted like other credentials aren't possible at all.
To solve this bundles should also have a configuration with a json schema simmilar like the ones of a service. This config should also be saved encrypted.