bugy / script-server

Web UI for your scripts with execution management
Other
1.52k stars 244 forks source link

Configuration for scheduling #671

Closed vnghia closed 1 year ago

vnghia commented 1 year ago

Hi, I would like to ask if there is anyway to write down the scheduling configuration without any UI interaction. Theoritically, I think I could write down the json and copy it into conf/schedules but there are many fields like id and user which I am not sure if this is required or not ?

bugy commented 1 year ago

Hi, yes you can configure everything via json. Just copy one of the existing configurations Id and user are required

vnghia commented 1 year ago

Thank you very much !