Skip to content

Commit

Permalink
added openspeedtest arm64 amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
novaspirit authored Sep 28, 2023
1 parent 807545c commit 9c7252a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions template/apps/openspeedtest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"categories": [
"Tools"
],
"description": "Free & Open-Source HTML5 Network Performance Estimation Tool",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_amd64": "openspeedtest/latest",
"image_arm64": "openspeedtest/latest",
"logo": "https://raw.githubusercontent.com/openspeedtest/Speed-Test/main/assets/images/icons/android-chrome-192x192.png",
"name": "OpenSpeedTest",
"officialDoc": "https://github.com/openspeedtest/Speed-Test",
"platform": "linux",
"ports": [
"30000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "OpenSpeedTest",
"type": 1,
"webpage": "https://hub.docker.com/r/openspeedtest/latest"
}

0 comments on commit 9c7252a

Please sign in to comment.