bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

allow adding subfolders to /conf/runners #551

Open RollingHog opened 2 years ago

RollingHog commented 2 years ago

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.

bugy commented 2 years ago

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 :(

RollingHog commented 2 years ago

Aha, I see. What are the problems exactly? Your last comment in src/config/config_service.py ?

bugy commented 2 years ago

Basically yes. I even added a snippet in one of the comments. So I should probably fix and merge it myself

RollingHog commented 2 years ago

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?

bugy commented 2 years ago

If you have access rights, you can try to update the existing one