-
Notifications
You must be signed in to change notification settings - Fork 6
/
statping-ng.xml
53 lines (53 loc) · 2.35 KB
/
statping-ng.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
51
52
53
<?xml version="1.0"?>
<Container version="2">
<Name>Statping-ng</Name>
<Repository>adamboutcher/statping-ng</Repository>
<Registry>https://hub.docker.com/r/adamboutcher/statping-ng</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/statping-ng/statping-ng/issues</Support>
<Project>https://github.com/statping-ng/statping-ng</Project>
<Overview>Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork.

An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.

</Overview>
<Category>Network:Web Network:Management</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/statping.png</Icon>
<ExtraParams>--user 99:100</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1638035820</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork.

An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.

</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8366</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/statping-ng</HostDir>
<ContainerDir>/app</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Config" Target="/app" Default="/mnt/user/appdata/statping" Mode="rw" Description="Container Path: /app" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/statping-ng</Config>
<Config Name="Web" Target="8080" Default="8366" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false">8366</Config>
</Container>