script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Web UI for your scripts with execution management

Results 231 script-server issues
Sort by recently updated
recently updated
newest added

is passed to script as ENV VAR is it by design? thanks

bug

I have written a script to allow management of mailbox out of office responders and it would be nice if there was a multi-line text field option I could pass...

feature
resolved

I'm running Python scripts which can take a long time to finish running, due to that during the Python execution, print out to the screen the script stages so the...

feature
resolved

This provides a better way to organize things when we have many scripts and runners

feature

Allow import of multiple files will only care about the json section "parameters"

Hi - is there a way to import a csv so it can be used when executing the script? I want to use data in the csv for my script....

Hi, During some test ... suddenly when I select a script ... I have to wait for a long long time with some messages in the top of the left...

feature
voting

Hi there, i filed a bug about case sensitveness of authentication. Today I saw, that showing the task history seems also be case sensitive. If user foobar executes something he...

bug
resolved

All my users that use iphones report that the web interface doesn't work for them. I don't have any iphones so it's hard for me to debug it better. But...

bug

I was in a need for special form of `text` field validation done on the frontend. This PR tries to solve this by adding regular-expression validation capabilities. Couple of caveats...