docker-templates-unraid/templates/apprise.xml
A75G d7603886a7 add templates + update readme
Apprise + Cloudbeaver + Wifi-card + pterodatyl-daemon
2020-06-02 20:14:30 +03:00

19 lines
No EOL
1.2 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>apprise</Name>
<Repository>caronc/apprise:latest</Repository>
<Registry>https://hub.docker.com/r/caronc/apprise/</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/caronc/apprise</Project>
<Overview>Apprise API - Push Notifications that work with just about every platform!</Overview>
<Category>HomeAutomation: Tools:</Category>
<WebUI>http://[IP]:[PORT:8000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/apprise.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/apprise.png</Icon>
<Description>Apprise API - Push Notifications that work with just about every platform!</Description>
<Config Name="Port" Target="8000" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Appdata" Target="/config" Default="/mnt/user/appdata/apprise/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/apprise/</Config>
</Container>