script-server
script-server copied to clipboard
Web UI for your scripts with execution management
When there is a commit to master, a new dev release is built: https://github.com/bugy/script-server/releases/tag/dev However the date of release remains the same, as when the first release was created (at...
Hello, Is there is a setting to turn off line wrap on the script output? My script output has very log lines and the script window appears to be truncating...
I would like to request the ability to define dynamic parameter sets. For example, Only display parameter #3 if user has selected applicable value first for parameter #2 for instance.
Would love to see support for radio buttons when selecting input parameters. Keep up the good work!
Hi bugy, I encountered something interesting in using script-server regarding variable substitution. In this excerpt from the config I wrote, I found that the first parameter correctly substituted the environment...
Scripts configured in values for multiselect type don't get any PARAM_ variables. I would like those variables to get exposed to listing scripts, like in this example: ```{ "name": "Printers...
Hi, as we're currently switching some jobs from Jenkins to script-server, I was wondering if (and how) it would be possible to implement something like this on script-server - https://plugins.jenkins.io/webhook-step/...
Hi there :) again a utf-8 against iso-8859-15 issue. Scriptserver has bash env utf-8 connects to host test.de with user oracle which has bash env de_DE.iso885915 set. Script outputs an...
{ "name": "AAAAA", "constant": true, "type": "text", "env_var": "MY_USER", "default": "${auth.username}" } Aug 05 16:14:49 prod-mgmt-001 python3[29327]: 2021-08-05 16:14:49,640 [asyncio.ERROR] Future exception was never retrieved Aug 05 16:14:49 prod-mgmt-001 python3[29327]:...
Based on some user feedback after deploying your excellent script-server, would it be possible to specify a particular text parameter be visible within the History view please? For example, I...