script-server
script-server copied to clipboard
Web UI for your scripts with execution management
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,...
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...
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...
How do i get the username, each time the user trigger or click execute?
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...
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 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’...
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...
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....