2022-10-17 18:41:34 +02:00
|
|
|
# server listening to
|
|
|
|
SPEEDTEST_ADDRESS=0.0.0.0
|
|
|
|
SPEEDTEST_PORT=443
|
|
|
|
|
|
|
|
# certificats and public key
|
|
|
|
# those to option are mandatory if you want tu active TLS support
|
2023-06-23 08:12:05 +02:00
|
|
|
SPEEDTEST_CERT={{ general.tls_cert_directory }}/revprox.crt
|
|
|
|
SPEEDTEST_KEY={{ general.tls_key_directory }}/revprox.key
|
2022-10-17 18:41:34 +02:00
|
|
|
# optional CA to validate client
|
2023-06-23 08:12:05 +02:00
|
|
|
SPEEDTEST_CA_CERT={{ general.tls_ca_directory }}/InternalReverseProxy.crt
|
2022-10-17 18:41:34 +02:00
|
|
|
|
|
|
|
# Directory with HTML/js files
|
|
|
|
SPEEDTEST_DIR=/usr/share/speedtest-rs/
|
|
|
|
|
|
|
|
# https://ipinfo.io/ token to use this service
|
|
|
|
#IPINFO_TOKEN=
|
|
|
|
# to get distance between client and server we need to know the server coordonate
|
|
|
|
#SPEEDTEST_LATITUDE=0.0
|
|
|
|
#SPEEDTEST_LONGITUDE=0.0
|
|
|
|
|