-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathexample-config.ini
More file actions
76 lines (52 loc) · 2.39 KB
/
Copy pathexample-config.ini
File metadata and controls
76 lines (52 loc) · 2.39 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
[aprscot]
# APRSCOT Configuration: https://aprscot.rtfd.io/
# Change values here, and restart with: sudo systemctl restart aprscot
# Enable or Disable the APRSCOT software daemon.
# ENABLED=1
# URL to CoT destination. Must be a URL, e.g. tcp://1.2.3.4:1234 or tls://...:1234, etc.
# COT_URL=udp+wo://239.2.3.1:6969
# APRS-IS Login Callsign
# APRSIS_CALLSIGN=SUNSET
# APRS-IS Passcode ("password")
# APRSIS_PASSCODE=-1
# APRS-IS Server-side Filter. See: http://www.aprs-is.net/javAPRSFilter.aspx
# APRSIS_FILTER=m/50
# APRS-IS Server
# APRSIS_HOST=rotate.aprs.net
# APRS-IS Port
# APRSIS_PORT=14580
# Local KISS TNC input (over-the-air RF via a TNC such as Dire Wolf), instead of
# APRS-IS. Set KISS_HOST to switch aprscot to reading AX.25 frames from a KISS-
# over-TCP server; APRS-IS settings above are then ignored. For a fully-offline
# RF -> TAK gateway: rtl_fm | direwolf (KISSPORT 8001) -> aprscot -> COT_URL.
# KISS_HOST=127.0.0.1
# KISS_PORT=8001
# COT Stale period ("timeout"), in seconds.
# COT_STALE=3600
# Override COT Event Type ("marker type").
# COT_TYPE=a-f-G-I-U-T-r
# PyTAK Configuration: https://pytak.rtfd.io/
# Change values here, and restart with: sudo systemctl restart aprscot
# Sets TAK Protocol to use for CoT output.
# TAK_PROTO=0
# Sets debug-level logging. Any value other than 0 is considered True. False if unset.
# DEBUG=
# TAK Data Packages containing TAK Server connection settings, TLS certificates, etc.
# PREF_PACKAGE=
# Path to a file containing the unencrypted plain-text PEM format Client Certificate.
# This file can contain both the Client Cert & Client Key, or the Client Cert alone.
# In the later case (cert alone), PYTAK_TLS_CLIENT_KEY must be set to the Client Key.
# PYTAK_TLS_CLIENT_CERT=
# Path to a file containing the unencrypted plain-text PEM format Client Private Key
# for the associated PYTAK_TLS_CLIENT_CERT.
# PYTAK_TLS_CLIENT_KEY=
# Password for password protected certificates or password protected Private Keys.
# PYTAK_TLS_CLIENT_PASSWORD=
# Disable destination TLS Certificate Verification.
# PYTAK_TLS_DONT_VERIFY=
# Disable destination TLS Certificate Common Name (CN) Verification.
# PYTAK_TLS_DONT_CHECK_HOSTNAME=
# File containing the CA Trust Store to use for remote certificate verification.
# PYTAK_TLS_CLIENT_CAFILE=
# Expected hostname or CN of the connected server. Not used unless verifying hostname.
# PYTAK_TLS_SERVER_EXPECTED_HOSTNAME=