dataset/seed/speedtest-rs/templates/config.env

21 lines
618 B
Bash
Raw Normal View History

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-02-14 14:24:16 +01:00
SPEEDTEST_CERT=%%tls_cert_directory/revprox.crt
SPEEDTEST_KEY=%%tls_key_directory/revprox.key
2022-10-17 18:41:34 +02:00
# optional CA to validate client
2023-02-14 14:24:16 +01:00
SPEEDTEST_CA_CERT=%%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