-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
47 lines (47 loc) · 1.02 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
pages:
google: http://www.google.com.br
themes:
light:
default:
yes: '#14A44D'
no: '#DC4C64'
active:
yes: '#00ff00'
no: '#ff0000'
dark:
default:
yes: '#818181'
no: '#161618'
active:
yes: '#eeeeee'
no: '#888888'
dracula:
default:
yes: '#bd93f9'
no: '#282a36'
active:
yes: '#ff79c6'
no: '#ffb86c'
config:
direction: dynamic
mode: redirect #simple redirect to page, must use 'pages' from this yaml.
#mode: auth #used with nginx reverse proxy, it does not use 'pages', you must configure this app as auth_request
callmode: browser
#callmode: servercall
action_type: click
#action_type: hold
proxy_prefix: '/confirm/'
strings:
yes: "Yes"
no: "No"
open_link: Open link <br/> {{link}}?
window_title: Confirm redirect to {{link}}?
servercall:
regex: \"Workflow was started\"
success_redirect: "about:blank"
error_redirect: "https://yahoo.com"
method: "GET"
layout:
theme: default
css: confirm.css
colors: light