script-server
script-server copied to clipboard
Web UI for your scripts with execution management
Is there any way to improve the terminal compatibility with tmux? I'm running a bash script which uses tmux to ssh to a server to run commands on it. It...
In the main README file there is a link to a demo that leads to an error page The link: [DEMO server](https://script-server.net/) Returns 500: Internal Server Error
Hi, I am using the latest release. Not sure If this is intended behavior or I'm doing it wrong but I have a very simple script that allows me to...
Currently there appears to be no way to control the generation of log files. I have a job running every 5 mins. I do not want to see the log...
I'm running all my script-server dockers behind Apache reverse proxy. This worked just fine up to apache2 (2.4.41-4ubuntu3.22) apache2 (2.4.41-4ubuntu3.23) introduced a fix for [CVE-2024-38474](https://www.cve.org/CVERecord?id=CVE-2024-38474)** A **workaround** for this is...
I have script ``` { "access": { "shared_access": { "type": "ALL_USERS" }}, "script_path": "/share/homes/tlkounev/speedtest.sh" } ``` and 1.18.0 running but still I cant access logs from other user_ids... Log looks...
How install this SCRIPT and RUN gobgp global rib add -a ipv4 $S/$A community 65000:666 A value S value Get from web GUI
As shown in the image, when I call the python script in powershell and add the relevant parameters, the python script executes normally  However, when I configured the command...
Can there be a way to create more tabs in the main UI and embed content like simple html or an iframe. This would help the users to provide informational...
Hi, Maybe I'm just missing something but... is it possible to create a multiselect list with a script that takes the uploaded file as input ? I'll try to explain...