File size: 316 Bytes
78617b8
 
 
 
 
c8f222c
78617b8
c8f222c
 
 
 
78617b8
 
c8f222c
78617b8
c8f222c
78617b8
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "daemon": true,
  "run": [{
    "method": "shell.run",
    "params": {
      "venv": "env",
      "message": "python app.py",
      "on": [{
        "event": "/http://[0-9.:]+/",
        "done": true
      }]
    }
  }, {
    "method": "local.set",
    "params": {
      "url": "{{input.event[0]}}"
    }
  }]
}