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

hello, can i run the second script using first script? i want to automate run the second script if the first script execute with no error thanks

question

![Снимок](https://user-images.githubusercontent.com/48543053/232360478-66799392-7946-418f-b5cf-de2087a36d05.PNG) I need to pass any string to after for input, but the field does not accept the special characters " ', " , - as an example.

question

Is there an option to use bind_dn and bind_password for LDAP authentication? As our LDAP server does not allow anonymous login.

feature

As I'm using Google OAuth in my instance, I have to define every single user to `allowed_users`. I have seen it accepts a `*` to allow everyone. But, it doesn't...

feature
resolved

How to delete the scripts that added? Can't find the delete entrance.

feature
resolved

Steps to reproduce: 1. Create parameter `parent1` 2. Create parameters `child1` and `child2`, with a `"type": "list"` and `"values": { "script": "some_script.sh ${parent1}" }` 3. This `some_script.sh` should provide the...

bug
resolved

Hello! We want to pass a parameter as an environment variable, without passing it as a command line argument. Is this currently possible? Thank you!

feature
resolved

Hi, I'm not sure if this is expected behavior or a bug. ############################### { "name": "Select seftware to set", "param": "-b", "type": "list", "default": "networkaudiod", "values": [ "networkaudiod", "squeezelite-R2", "squeezelite"...

feature
resolved

From https://github.com/bugy/script-server/issues/218#issuecomment-1470284647 @MNeill73: > is there a possibility to extend this to the login page? In my case, I have a script that dumps the status of multiple environments, I'd...

feature

Hi, I am running the docker image in a Kubernetes cluster and configured the Ingresss/Traefik to expose the service on something like https://mydomain/ops/portal/script-server My problem is how to manage/adapt the...