File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ captainVersion : 4
2
+
3
+ services :
4
+ ' $$cap_appname ' :
5
+ image : index.docker.io/openspeedtest/latest:$$cap_openspeedtest_version
6
+ caproverExtra :
7
+ containerHttpPort : ' 3001'
8
+ restart : always
9
+
10
+ caproverOneClickApp :
11
+ variables :
12
+ - id : ' $$cap_openspeedtest_version'
13
+ label : OpenSpeedTest Version
14
+ defaultValue : ' speedtest'
15
+ description : Check out their Docker page for the valid tags https://hub.docker.com/r/openspeedtest/latest/tags
16
+ instructions :
17
+ start : |-
18
+ OpenSpeedTest is a self-hosted speedtest. You can read more about this on https://openspeedtest.com/selfhosted-speedtest.
19
+ end : |-
20
+ OpenSpeedTest has been successfully deployed! You must enable https for the app to work. Go to the app setting and enable https.
21
+ displayName : OpenSpeedTest
22
+ isOfficial : true
23
+ description : |-
24
+ OpenSpeedTest is a self-hosted network speedtest written in vanilla Javascript.
You can’t perform that action at this time.
0 commit comments