You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
scriptform/examples/static_serve/static_serve.json

15 lines
464 B

{
"title": "Static serve",
"static_dir": "static",
"forms": [
{
"name": "static_serve",
"title": "Serve static files",
"description": "This example has a script that serves a HTML page. The HTML page refers to some static files that are served by Scriptform",
"submit_title": "Serve",
"script": "job_serve.sh",
"output": "html",
"fields": []
}
]
}