docker-templates-unraid/templates/apprise.xml
2024-01-26 23:46:34 -05:00

20 lines
No EOL
1.5 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>
<Config Name="APPRISE_WORKER_COUNT" Target="APPRISE_WORKER_COUNT" Default="8" Mode="" Description="Limit the number of workers (by default: 1 + 2 * number of CPUs) to reduce the amount of memory used by the tool" Type="Variable" Display="always" Required="false" Mask="false">8</Config>
</Container>