added openspeedtest (#834)

* added openspeedtest

* changed default version to speedtest

* suggested fixes

* add formatting

* fixed replacement issues
This commit is contained in:
Svelte-Enthusiast 2023-01-21 13:37:31 -08:00 committed by GitHub
parent be57a9c18f
commit 54c04f8605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
captainVersion: 4
services:
'$$cap_appname':
image: index.docker.io/openspeedtest/latest:$$cap_openspeedtest_version
caproverExtra:
containerHttpPort: '3001'
restart: always
caproverOneClickApp:
variables:
- id: '$$cap_openspeedtest_version'
label: OpenSpeedTest Version
defaultValue: 'speedtest'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/openspeedtest/latest/tags
instructions:
start: |-
OpenSpeedTest is a self-hosted speedtest. You can read more about this on https://openspeedtest.com/selfhosted-speedtest.
end: |-
OpenSpeedTest has been successfully deployed! You must enable https for the app to work. Go to the app setting and enable https.
displayName: OpenSpeedTest
isOfficial: true
description: |-
OpenSpeedTest is a self-hosted network speedtest written in vanilla Javascript.

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB