script-server
script-server copied to clipboard
Web UI for your scripts with execution management
The issue is with this component:  At the moment, to add a value, a user has to press Enter and for many people this is not obvious. To make...
Hello ! I'd like to know, if it's possible to execute script on a remote server. I explain : Script server is on machine A My script is on machine...
When using script-server the aria2c prints only summary of downloding file but not live progress. ``` 09/09 00:40:21 [NOTICE] Downloading 1 item(s) *** Download Progress Summary as of Thu Sep...
It could be useful to allow make type list parameter as editable. In case we have set a list of predefined values in the JSON file, if the user want...
I have a simple script ``` #!/bin/bash export TERM=linux watch $1 ``` When executed in script-server it prints incorrectly (missing or duplicate characters). For comparison, Script server: https://user-images.githubusercontent.com/70742968/132981330-a5244709-0c60-4d2a-ad9c-68f9991dba48.mp4 terminal: https://user-images.githubusercontent.com/70742968/132981336-433227e8-7d56-4f04-8829-b49c7de8ce41.mp4...
Based on a comment from @yosefy https://github.com/bugy/script-server/issues/225#issuecomment-892553702 Editable list component should have a possibility to disable automatic filtering on input, because it disables the use of dropdown and also might...
Hi, It's possible create a link over to website on the left menu ? Or open new tab when click on the "EXECUTE" in the right side over to one...
1. Run script server with a clean history 2. Switch to the history page Result: in the header there's continuously loading animation displayed Browser: Chrome https://jmp.sh/LEwknY5 - video
1. Try to search by script name Result: groups are always staying be displayed even if not the group name nor scripts inside contain the search result
hi @bugy using htpasswd username to login via UI work great but when running ```curl -i -u myuser:mypass -X POST -F '__script_name=SCRIPT_NAME' -F 'action=SCRIPT_ACTION' 192.168.0.2:5001/executions/start``` we get ``` HTTP/1.1 401...