docker-templates-unraid/templates/mattermost-push-proxy.xml
A75G b3c21ecf7a added templates + update README.md
commento + healthchecks + mattermost-push-proxy
2020-05-25 21:17:23 +03:00

34 lines
No EOL
2.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>mattermost-push-proxy</Name>
<Repository>mattermost/mattermost-push-proxy:latest</Repository>
<Registry>https://hub.docker.com/r/mattermost/mattermost-push-proxy/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/mattermost/mattermost-push-proxy</Project>
<Overview>Mattermost Push Notification Service.&#xD;
&#xD;
after starting &#xD;
mkdir /mnt/user/appdata/mattermost-push-proxy/config&#xD;
cd /mnt/user/appdata/mattermost-push-proxy/config&#xD;
wget https://raw.githubusercontent.com/mattermost/mattermost-push-proxy/master/config/mattermost-push-proxy.json&#xD;
&#xD;
https://developers.mattermost.com/contribute/mobile/push-notifications/service/</Overview>
<Category>Other:</Category>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/mattermost-push-proxy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost-push-proxy.png</Icon>
<Description>Mattermost Push Notification Service.&#xD;
&#xD;
after starting &#xD;
mkdir /mnt/user/appdata/mattermost-push-proxy/config&#xD;
cd /mnt/user/appdata/mattermost-push-proxy/config&#xD;
wget https://raw.githubusercontent.com/mattermost/mattermost-push-proxy/master/config/mattermost-push-proxy.json&#xD;
&#xD;
https://developers.mattermost.com/contribute/mobile/push-notifications/service/</Description>
<Config Name="Port" Target="8066" Default="8066" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8066</Config>
<Config Name="Mattermost Push Proxy Path" Target="/mattermost-push-proxy" Default="/mnt/user/appdata/mattermost-push-proxy/proxy/" Mode="rw" Description="Mattermost Push Proxy Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/mattermost-push-proxy/</Config>
<Config Name="Config Path" Target="/config" Default="/mnt/user/appdata/mattermost-push-proxy/config/" Mode="rw" Description="Config Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/mattermost-push-proxy/config/</Config>
<Config Name="Certs Path" Target="/certs" Default="" Mode="rw" Description="Certs Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/mattermost-push-proxy/certs/</Config>
</Container>