-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrace.xml
More file actions
56 lines (56 loc) · 2.05 KB
/
Copy pathtrace.xml
File metadata and controls
56 lines (56 loc) · 2.05 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<Container version="2">
<Name>trace</Name>
<Repository>ghcr.io/studio2201/trace:latest</Repository>
<Registry>https://ghcr.io/studio2201/trace</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/studio2201/trace/issues</Support>
<Project>https://github.com/studio2201/trace</Project>
<Overview>High-performance distributed tracing and APM log analyzer web dashboard built in Rust.</Overview>
<Category>Network:Management Tools:Utilities</Category>
<WebUI>http://[IP]:[PORT:4404]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/studio2201/unraid-templates/master/templates/trace.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/studio2201/.github/master/profile/assets/trace.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText/>
<DonateLink/>
<Description>High-performance distributed tracing and APM log analyzer web dashboard built in Rust.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>4404</HostPort>
<ContainerPort>4404</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/trace</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>4404</Value>
<Name>PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>/config</Value>
<Name>DATA_DIR</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Web UI Port" Target="4404" Default="4404" Mode="tcp" Description="HTTP Web Interface Port" Type="Port" Display="always" Required="true" Mask="false">4404</Config>
<Config Name="App Storage Directory" Target="/config" Default="/mnt/user/appdata/trace" Mode="rw" Description="Persistent data and configuration directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/trace</Config>
</Container>