packagedrone
packagedrone copied to clipboard
Implement add-on mechanism
It should be possible to add new functionality to Package Drone by installing add-ons using a Web UI.
This issue follows up on ctron/package-drone#13
So the first step has been made. There is a place where "addons" can be placed, they get picked up by Package Drone and are loaded by OSGi. Now this is far from complete, but a first step.
And it is working in a way that is it possible to control the whole setup just by placing files in the filesystem.