script-server
script-server copied to clipboard
Web UI for your scripts with execution management
I've made a few scripts available anonymously in my setup but I would need to find a way on how to trigger them directly from the url. Is it possible...
Hi, I've been asked to implement SAML auth if possible on the script-server but I couldn't find in the documentation for auth or in the Issues anything responding to it....
Most of the server configurations can be changed on the fly, without the need to restart the server So it would be nice to add this feature
Hi, I just downloaded the latest release ZIP-file 1.17.0. This contains a version.txt file with the content: `1.18.0-master@caf25c0` Is it intentional, that the version numbers differ? Cheers, Andreas
Pretty self-explanatory. I want server to (recursively?) look over subfolders in `/conf/runners` and add scripts to main script pool. Without any additional processing for now, but maybe later folder names...
Not sure I'm understanding the working dir and output files correctly. My script is generating a file, ``` with open('test.txt', 'w') as f: f.write('Create a new text file!') ``` And...
Has anyone successfully used Google Analytics tag inside script server pages? /T
The local development process is pretty straightforward, but it would be nice to have all information about developing/modifying the code locally on a single wiki page. I think it would...