forked from natcoso9955/unRAID-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectZomboidReporter-API_unraid.xml
More file actions
74 lines (74 loc) · 3.2 KB
/
ProjectZomboidReporter-API_unraid.xml
File metadata and controls
74 lines (74 loc) · 3.2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0"?>
<Container version="2">
<Name>ProjectZomboidReporter-API</Name>
<Repository>chrisashtear/zomboid-reporter-backend</Repository>
<Registry>https://hub.docker.com/r/chrisashtear/zomboid-reporter-backend/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/ChrisAshtear/Zomboid-Server-Stats-Reporter/</Support>
<Project>https://github.com/ChrisAshtear/Zomboid-Server-Stats-Reporter/</Project>
<Overview>This api is used to access your project zomboid data stored in sql to pass to the main reporter.

NOTE: if your sql database is not running on the default port, you will need to provide a value for it below</Overview>
<Category>GameServers:</Category>
<WebUI>http://[IP]:[PORT:3001]/</WebUI>
<TemplateURL/>
<Icon>https://github.com/natcoso9955/unRAID-docker/raw/master/icons/projectzomboid-api.png</Icon>
<ExtraParams>--restart=always</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1646371605</DateInstalled>
<Requires>MySQL</Requires>
<DonateText/>
<DonateLink/>
<Description>This api is used to access your project zomboid data stored in sql to pass to the main reporter.

NOTE: if your sql database is not running on the default port, you will need to provide a value for it below</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>3001</HostPort>
<ContainerPort>3001</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value>192.168.1.129</Value>
<Name>SQL_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value>Zombo</Value>
<Name>SQL_DATABASE</Name>
<Mode/>
</Variable>
<Variable>
<Value>SQL_USER</Value>
<Name>SQL_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value>SQL_PASS</Value>
<Name>SQL_PASS</Name>
<Mode/>
</Variable>
<Variable>
<Value>3307</Value>
<Name>SQL_PORT</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="SQL_HOST" Target="SQL_HOST" Default="" Mode="" Description="Container Variable: SQL_HOST" Type="Variable" Display="always" Required="true" Mask="false">192.168.1.129</Config>
<Config Name="SQL_DATABASE" Target="SQL_DATABASE" Default="" Mode="" Description="Container Variable: SQL_DATABASE" Type="Variable" Display="always" Required="true" Mask="false">Zombo</Config>
<Config Name="SQL_USER" Target="SQL_USER" Default="" Mode="" Description="Container Variable: SQL_USER" Type="Variable" Display="always" Required="true" Mask="false">SQL_USER</Config>
<Config Name="SQL_PASS" Target="SQL_PASS" Default="" Mode="" Description="Container Variable: SQL_PASSWORD" Type="Variable" Display="always" Required="true" Mask="true">SQL_PASS</Config>
<Config Name="SQL_PORT" Target="SQL_PORT" Default="" Mode="" Description="Container Variable: SQL_PORT" Type="Variable" Display="always" Required="false" Mask="false">3307</Config>
<Config Name="API port" Target="3001" Default="3001" Mode="tcp" Description="Container Port: 3001" Type="Port" Display="always" Required="true" Mask="false">3001</Config>
</Container>