script-server
script-server copied to clipboard
Web UI for your scripts with execution management
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
 I need to pass any string to after for input, but the field does not accept the special characters " ', " , - as an example.
Is there an option to use bind_dn and bind_password for LDAP authentication? As our LDAP server does not allow anonymous login.
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...
How to delete the scripts that added? Can't find the delete entrance.
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...
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!
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"...
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...
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...