Create gotify.xml

This commit is contained in:
A75G 2020-02-10 15:56:19 +03:00 committed by GitHub
parent 40b2ecba98
commit 0561767c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

63
gotify/gotify.xml Normal file
View file

@ -0,0 +1,63 @@
<?xml version="1.0"?>
<Container version="2">
<Name>gotify</Name>
<Repository>gotify/server</Repository>
<Registry>https://hub.docker.com/r/gotify/server/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/gotify/server/</Support>
<Project/>
<Overview>A simple server for sending and receiving messages.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b][br][br]Download config.yml[/br][/br]wget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml</Overview>
<Category/>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL/>
<Icon>https://gotify.net/img/logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1581339177</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>A simple server for sending and receiving messages.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b][br][br]Download config.yml[/br][/br]wget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8070</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/gotify/</HostDir>
<ContainerDir>/app/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/gotify/config/</HostDir>
<ContainerDir>/etc/gotify</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Host Port 1" Target="80" Default="8070" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">8070</Config>
<Config Name="Path 1" Target="/app/data" Default="/mnt/user/appdata/gotify/" Mode="rw" Description="/app/data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/gotify/</Config>
<Config Name="Path 2" Target="/etc/gotify" Default="" Mode="rw" Description="/etc/gotify" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/gotify/config/</Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>