-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
myspeed.xml
30 lines (30 loc) · 1.53 KB
/
myspeed.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
<?xml version="1.0"?>
<Container version="2">
<Name>MySpeed</Name>
<Repository>germannewsmaker/myspeed</Repository>
<Registry>https://hub.docker.com/r/germannewsmaker/myspeed</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/168514-support-devzwf-myspeeddev/</Support>
<Project>https://myspeed.dev/</Project>
<Overview>MySpeed is a Software that helps you keeping track of your network speed.

It automatically creates speedtests based on your schedule and displays them in a list.</Overview>
<Category>Tools: Network:Other</Category>
<WebUI>http://[IP]:[PORT:5216]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/myspeed_logo.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1718813710</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="Web UI" Target="5216" Default="5216" Mode="tcp" Description="Web UI port" Type="Port" Display="always" Required="false" Mask="false">5216</Config>
<Config Name="Data Dir" Target="/myspeed/data" Default="/mnt/user/appdata/myspeed" Mode="rw" Description="Data Directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/myspeed</Config>
<Changes>### 2024.06.19
- Initial Release</Changes>
</Container>