allow adding subfolders to /conf/runners
Pretty self-explanatory. I want server to (recursively?) look over subfolders in /conf/runners and add scripts to main script pool. Without any additional processing for now, but maybe later folder names could be used as group names.
Asking for this simply because I have way too much different scripts in /conf/runners. Will try to make PR a little later.
Actually there is even a PR for it: https://github.com/bugy/script-server/pull/416 But there is a problem, which should have been fixed before merging and author disappeared :(
Aha, I see. What are the problems exactly? Your last comment in src/config/config_service.py ?
Basically yes. I even added a snippet in one of the comments. So I should probably fix and merge it myself
I can try to do it too, I guess. Tomorrow, maybe. Should I create a new PR for this or somehow update the old one?
If you have access rights, you can try to update the existing one