-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathworkout-tracker.xml
More file actions
30 lines (30 loc) · 1.59 KB
/
Copy pathworkout-tracker.xml
File metadata and controls
30 lines (30 loc) · 1.59 KB
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>workout-tracker</Name>
<Repository>ghcr.io/jovandeginste/workout-tracker:master</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/122788-support-jpdvm2014-templates/</Support>
<Project>https://github.com/jovandeginste/workout-tracker</Project>
<Overview>A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities

Default username: admin 
Default password: admin &lt;- Change this!!</Overview>
<Category>Tools: Other:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/JPDVM2014/workout-tracker/main/running-negative.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText>If you find this template useful, I’d love a coffee!</DonateText>
<DonateLink>https://bmc.link/JPDVM2014</DonateLink>
<Requires/>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/workout-tracker" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/workout-tracker</Config>
<Config Name="Encryption Key" Target="WT_JWT_ENCRYPTION_KEY" Default="" Mode="" Description="CHANGE THIS VALUE!" Type="Variable" Display="always" Required="true" Mask="false">my-secret-key</Config>
</Container>