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

With regards to #741 Adds support for Azure AD OAuth - requires the following config: - auth.type (azure_ad_oauth) - auth.auth_url (https://login.microsoftonline.com//oauth2/v2.0/authorize) - auth.token_url (https://login.microsoftonline.com//oauth2/v2.0/token) - auth.client_id - auth.secret

Script-Server is able to read all runner-jsons in subdirs of conf/runners/. However, when editing it fails to save, checking the log says: Failed to find script path: conf/runners/script.json As an...

bug

Hello. Who can give example configuration ingress-nginx for view reference http://mydomain.com/script-server/ I will be very grateful

question

Hello! Thank you bugy for this amazing tool. I was wondering if there are any plans to add auth support for Azure AD OAuth? If not, would you mind providing...

feature

[root@localhost conf.json]# docker logs bcaeada23707 2024-02-29 03:28:08,088 [root.INFO] Starting Script Server, v1.18.0 2024-02-29 03:28:08,090 [migrations.INFO] Applying migration add_execution_info_to_log_files 2024-02-29 03:28:08,090 [migrations.INFO] Applying migration introduce_access_config Traceback (most recent call last): File...

`docker/podman stop script-server` sends first `SIGTERM`, then, after a timeout, `SIGKILL`. `script-server` seems to ignore `SIGTERM`, so `docker/podman` sends SIGKILL after the timeout. I see that `./src/web/server.py/intercept_stop_when_running_scripts()` configures a handler...

bug

Hi, first of all thanks for all the hard work, I recently came across this tool and I'm allready in love with it :) I do have a question but...

feature

Hi, thanks for this tool, I discovery it by accident. I try to replace my current heavy solution with Rundeck by your tool. My feature request is to add a...

feature

I'm testing google_oauth on my last setup and is hard to manage members. my proposal is having an external file (similar to includes) to read members from, something like ```...

with ability to create container without cloning repo. Package ubuntu contains all necessary packages for scripts ( scp, ssh, .... ) - with existing Dockerfile ( event with using the...