Compare commits
2 Commits
10146dd6a4
...
a039b9935a
Author | SHA1 | Date |
---|---|---|
|
a039b9935a | |
|
42163afdf7 |
|
@ -12,6 +12,9 @@ cp /speedtest/*.js /var/www/html/
|
|||
# Copy favicon
|
||||
cp /speedtest/favicon.ico /var/www/html/
|
||||
|
||||
# Copy public key
|
||||
cp /speedtest/librespeed-public-key.asc /var/www/html/
|
||||
|
||||
# Set custom webroot on alpine
|
||||
if [ -f /etc/alpine-release ]; then
|
||||
sed -i "s#\"/var/www/localhost/htdocs\"#\"/var/www/html\"#g" /etc/apache2/httpd.conf
|
||||
|
|
|
@ -487,7 +487,7 @@ function initUI(){
|
|||
<h2>Service info</h2>
|
||||
<p>This HTML5 speed test server is configured with telemetry enabled.</p>
|
||||
<h4>I2P info</h4>
|
||||
<p>This service uses <span class="i2pd_highlighted">i2pd</span> v2.54.0 (0.9.64) with 3 hopes</p>
|
||||
<p>This service uses <span class="i2pd_highlighted">i2pd</span> v2.54.0 (0.9.64) with 3 hops</p>
|
||||
<h4>What data we collect</h4>
|
||||
<p>
|
||||
At the end of the test, the following data is collected and stored:
|
||||
|
|
|
@ -489,7 +489,7 @@ function initUI(){
|
|||
<h2>Service info</h2>
|
||||
<p>This HTML5 speed test server is configured with telemetry enabled.</p>
|
||||
<h4>I2P info</h4>
|
||||
<p>This service uses <span class="i2pd_highlighted">i2pd</span> v2.54.0 (0.9.64) with 3 hopes</p>
|
||||
<p>This service uses <span class="i2pd_highlighted">i2pd</span> v2.54.0 (0.9.64) with 3 hops</p>
|
||||
<h4>What data we collect</h4>
|
||||
<p>
|
||||
At the end of the test, the following data is collected and stored:
|
||||
|
|
Loading…
Reference in New Issue