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

Added multiple_selection field test to test_very_parametrized_script.py Added search and history tests

Script config in UI: ![image](https://github.com/user-attachments/assets/7d4f9fd7-3f36-4e2b-a352-ddf9ce16b15c) The test script: ``` from argparse import ArgumentParser def parse_args(): parser = ArgumentParser() parser.add_argument("--extra_label", nargs=2, action="append", metavar=("LABEL_NAME", "LABEL_VALUE")) return parser.parse_args() args = parse_args() print(args.extra_label) ```...

feature

Hi, How to resolve this error in the logs? Could not get hostname for 192.168.x.x Is it capable of doing dns lookups and resolving this error?

Possible to have quicker schedules? Lower than one hour? 30 mins would be great. Thanks.

question
resolved

I wanted to inquire if this project is still actively maintained and developed. If not, could you please let me know if there are any recommended alternatives or forks that...

The idea is to have a groups_header_name with space separated list of groups. ### Proposal I've made a fork for version 1.18.0 I'm currently using. https://github.com/bugy/script-server/compare/1.18.0...momiji:script-server:1.18.0-with-groups?expand=1 If you feel this...

Hello Bugy This project is very good. I have a request on how to adjust the UI. 1.How can i change the location of "your input" to the blow of...

Hi there, Is it possible to run two instances of script-server on the same server? I.e. one instance uses default port 5000 and let's say another uses port 6000 for...

Hi, I have a couple scripts that I dont want the output saved anywhere. I'm ok with being aware a script was run in logging, but I dont want the...

feature

At the moment Script server is picking encoding automatically from an environment. However, some scripts are using a different encoding, so it would be helpful to allow setting script encoding...

feature