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

I'm trying to host a script-server in a Docker container and use nginx on my host machine to host it on a subpath /control. However, even with the following configuration,...

bug

Is connecting with IPV6 address possible? I have tried in a browser something like: [2a01:XXX:XXXX:XXX:XXXX:XXXX:XXXX:XXXX]:5000 but is not working, The IPV6 address used is fine with ssh also from remote...

feature

Hey, We have a use-case where pip installing script-server would make our lives much easier. Have you ever considered it? We are thinking about doing it ourselves internally with a...

feature

How do i get the username, each time the user trigger or click execute?

question

At the moment, script server supports default value, which can be initialized by a script, e.g. `"default": { "script": "echo 123" }` will set default to 123 However, for a...

feature
resolved

Hi, When I am passing as argument to the script a multiline command with "\\" to indicate cont root@pe1-isis-bbix(config-alias-sh-ip-int)# expansion "show interface | select subinterface * ipv4 address state ip...

Hi Is the translation of this great tool in the roadmap? Thanks

feature

Hi Bugy, Do you have any further documentation on how to load the values for a field from a script? I can see the tick box to ‘load from script’...

question

Hi, thanks for writing script-server, quite useful! I have a usecase where my script is generating rather large MP4 files, and every time I run it, all output files (including...

feature

Stopping a script with "stop"-button does not stop my scripts. Terminal says "Stopped by User" but the script keeps on running. I see a "kill"-button where before was the "stop"-button....

bug