Compare commits
No commits in common. "a039b9935ac75d060f15c19df4997c2d4ac9d66a" and "10146dd6a45ed5f890df6556f6ae402907f2dfc6" have entirely different histories.
a039b9935a
...
10146dd6a4
|
@ -12,9 +12,6 @@ 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 hops</p>
|
||||
<p>This service uses <span class="i2pd_highlighted">i2pd</span> v2.54.0 (0.9.64) with 3 hopes</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 hops</p>
|
||||
<p>This service uses <span class="i2pd_highlighted">i2pd</span> v2.54.0 (0.9.64) with 3 hopes</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