File tree 1 file changed +45
-0
lines changed
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ name: `OpenSpeedTest`,
3
+ description: `Network speed test`,
4
+ uuid: `3401EE6A-C5DD-4A7F-AF99-E6DFB87A5453`,
5
+ image: `openspeedtest/latest`,
6
+ tags: [
7
+ `Monitoring`,
8
+ `Networking`
9
+ ],
10
+ actions: [
11
+ {
12
+ type: `Header`,
13
+ title: `External Network`
14
+ },
15
+ {
16
+ type: `SelectNetwork`,
17
+ name: `primary`,
18
+ description: `Select which network the application will use.`
19
+ },
20
+ {
21
+ type: `EditEnvironmentAsCheckbox`,
22
+ name: `NAT`,
23
+ description: `Open network port in NAT.`,
24
+ initValue: false
25
+ }
26
+ ],
27
+ properties: [
28
+ {
29
+ type: `Port`,
30
+ name: `tcp/3000`,
31
+ port: 3000,
32
+ protocol: `TCP`,
33
+ nat: `{{NAT}}`,
34
+ web: {
35
+ type: `newtab`,
36
+ path: `/`
37
+ }
38
+ },
39
+ {
40
+ type: `Network`,
41
+ name: `primary`,
42
+ value: `home`
43
+ }
44
+ ]
45
+ }
You can’t perform that action at this time.
0 commit comments