parent
1a3d10cdee
commit
e623c45da6
@ -0,0 +1,5 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
cat <<ENDOFTEXT |
||||||
|
<img src="static?fname=ssh_server.png" /> |
||||||
|
ENDOFTEXT |
After Width: | Height: | Size: 2.9 KiB |
@ -0,0 +1,15 @@ |
|||||||
|
{ |
||||||
|
"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": [] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue