script-server
script-server copied to clipboard
Web UI for your scripts with execution management
Hi, Is there a limit in the ammount of instances of a certain script that we can run simultaneously. The "+" sign dissapears once I start 12 concurrent instances. Is...
Hello @bugy , I have created a virtual file inside a python script with f = io.BytesIO(b'test'). Do you know a way to download this file to the user computer?...
Rclone with "--progress" flag not showing output. Here is the log ``` id:574 user_name:pi user_id:pi script:rclone start_time:1639979954125 command:/home/pi/USB/apps/bugy/conf/scripts/rclone.sh 0B1MVW1mFO2zmZHVRWEQ3Rkc3SVE output_format:terminal exit_code:-15 >>>>> OUTPUT STARTED
Are there any ways to enable auto complete for terminal style scripts when providing input through the UI? For example in screenshot attached I had to type out the full...
Hi, Is it possible to call script-server with a parameter (user name) to fill automatically the user name in the credential start menu ? So using different user_name in script-server...
Would it be possible to have a conf.json option to specify a short message within the username/password logon page please? At the moment I can do a very simple edit...
Hi, greate work and many thanks for the script-server! Is there a way to disable the history for non-admin users or is it possible to disable the history completely?
Hi there! I have a script that I use to launch a game server. It works well in the terminal, but I think script-server is not navigating to the other...
Hi, Isn't it possible to have a parameter similar to "int" but with the possibility of inserting decimal values, perhaps with the possibility of setting maximum decimal, minimum and maximum...
Hi. Stated default value for parameter `max_request_size` in the [wiki](https://github.com/bugy/script-server/wiki/Server-configuration#max_request_size) is 100 (megabytes). However, actual code line defaults it to 10 (which matches with the information in the issue #184):...