script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Web UI for your scripts with execution management

Results 231 script-server issues
Sort by recently updated
recently updated
newest added

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...

feature

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

resolved
infrastructure

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...

feature

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...

feature
resolved

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...

docs

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...

question

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 ![Image](https://github.com/user-attachments/assets/744218ae-91bb-4c77-8b6a-5247860d5a91) However, when I configured the command...

question

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...