Update teampass-panel.yaml
parent
a2dd7f0d87
commit
61e6bcb8f7
|
@ -13,12 +13,16 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
- "{{BaseURL}}/teampass"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
redirects: true
|
||||||
|
max-redirects: 2
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- '<title>.*Teampass.*</title>'
|
- '<title>(.*)Teampass(.*)</title>'
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue