-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathttn-letterbox.conf
62 lines (50 loc) · 1.64 KB
/
ttn-letterbox.conf
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# configuration file for ttn-letterbox.cgi
# must be stored in <DOCUMENT_ROOT>/../conf
#
# format: key=<value> (no spaces allowed)
# data directory for status and log, should be outside "pub" to avoid to be downloaded by others
#datadir=/var/www/data/ttn
# enable autoregister
#autoregister=1
# enable debug
#debug=1
# special debug mask
# 0x1: log raw POST data
debugmask=0
# threshold per dev_id (sensor)
#threshold.<dev_id>=25
## notifyDbusSignal module
notifyDbusSignal.enable=0
notifyDbusSignal.debug=0
notifyDbusSignal.dest=org.asamk.Signal
# notifyDbusSignal.sender=+490000000 # valid sender registered on Signal
## notifyEmail module
notifyEmail.enable=0
notifyEmail.debug=0
## RRD module
# control debug
rrd.debug=0
# control min/max of sensor zoom RRD graph
# rrd.sensor-zoom-empty.min=0
# rrd.sensor-zoom-empty.max=20
## Statistics module
# control debug
statistics.debug=0
## Userauth module
# control debug
userauth.debug=0
# control CAPTCHA support
userauth.captcha.enable=0
# control CAPTCHA service (reCAPTCHA-v3|reCAPTCHA-v2|reCAPTCHA-v2-Invisible|hCaptcha|hCaptcha-Invisible|FriendlyCaptcha|GD::SecurityImage)
# sign-up and configure depending on selected service:
# reCAPTCHA : https://www.google.com/recaptcha/admin/create
# hCaptcha : https://dashboard.hcaptcha.com/
# FriendlyCaptcha: https://friendlycaptcha.com/
userauth.captcha.service=...
# specify CAPTCHA service 'sitekey'
userauth.captcha.sitekey=...
# specify CAPTCHA service 'secret'
userauth.captcha.secret=...
# control TrueTypeFont for internal CAPTCHA
# userauth.captcha.ttf=/usr/share/fonts/open-sans/OpenSans-Italic.ttf