summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/openspeedtest.yml
blob: 9946058eed0823f7cab1916d2ce7651e2ca0f43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.