Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: GUI edit runners in subdirs of /conf/runners/<directory>/script.json #743

Open
agail opened this issue Mar 31, 2024 · 0 comments
Open
Labels

Comments

@agail
Copy link

agail commented Mar 31, 2024

Script-Server is able to read all runner-jsons in subdirs of conf/runners/.
However, when editing it fails to save, checking the log says: Failed to find script path: conf/runners/script.json

As an example, I have a runner called admin_themes.json which I wish to place under conf/runners/admin.
The script loads and executes correctly, but fails when saving: Failed to find script path: conf/runners/admin_themes.json
Making a symlink is not an option since the script would display it twice on the menu.

It would be great if this could be implemented, making organizing a bit easier if you have +50 runners.

.
└── conf
    ├── runners
    │   ├── admin
    │   │   └── admin_themes.json
    │   └── admin_themes.json -> admin/admin_themes.json    # making a symlink displays it twice on the menu
    ├── schedules
    └── theme

Edit: Running 1.19 docker image

@bugy bugy added the bug label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants