-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDiskSpeed.xml
50 lines (50 loc) · 2.65 KB
/
DiskSpeed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0"?>
<Container version="2">
<Name>DiskSpeed</Name>
<Repository>jbartlett777/diskspeed</Repository>
<Registry>https://hub.docker.com/r/jbartlett777/diskspeed/</Registry>
<Network>bridge</Network>
<MyIP/>
<Privileged>true</Privileged>
<Support>https://forums.unraid.net/topic/70636-diskspeed</Support>
<Project/>
<Overview>Display drives attached to controllers and perform benchmark speed tests. Performing the occasional benchmark will help you determine if a drive is starting to fail even if the SMART logic isn't flagging errors as of yet. Privileged mode is required for this application to function and see the storage controllers &amp; drives attached to the host machine.</Overview>
<Category>Tools: Status:Stable</Category>
<WebUI>http://[IP]:[PORT:18888]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/jbartlett777/DiskSpeed/master/DiskSpeed.png</Icon>
<ExtraParams/>
<PostArgs/>
<DateInstalled>1522949191</DateInstalled>
<DonateText/>
<DonateLink/>
<DonateImg/>
<MinVer>6.1</MinVer>
<Description>Display drives attached to controllers and perform benchmark speed tests. Performing the occasional benchmark will help you determine if a drive is starting to fail even if the SMART logic isn't flagging errors as of yet. Privileged mode is required for this application to function and see the storage controllers &amp; drives attached to the host machine.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>18888</HostPort>
<ContainerPort>8888</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/DiskSpeed/</HostDir>
<ContainerDir>/tmp/DiskSpeed</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/var/local/emhttp</HostDir>
<ContainerDir>/var/local/emhttp</ContainerDir>
<Mode>ro</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="Web Port" Target="8888" Default="18888" Mode="tcp" Description="Host Port used to access the DiskSpeed web site." Type="Port" Display="always-hide" Required="true" Mask="false">18888</Config>
<Config Name="Local Storage" Target="/tmp/DiskSpeed" Default="" Mode="rw" Description="External storage location to store persistent data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/DiskSpeed/</Config>
<Config Name="unRAID ini Files" Target="/var/local/emhttp" Default="/var/local/emhttp" Mode="ro" Description="Location of unRAID ini files" Type="Path" Display="advanced-hide" Required="false" Mask="false">/var/local/emhttp</Config>
</Container>