mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-06 12:51:21 +00:00
29 lines
2.2 KiB
XML
29 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>apprise-api</Name>
|
|
<Repository>ghcr.io/linuxserver/apprise-api</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/apprise-api</Registry>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-apprise-api/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Project>https://github.com/caronc/apprise-api</Project>
|
|
<Overview>[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API.
|
|
|
|
* Send notifications to more then 65+ services.
|
|
* An incredibly lightweight gateway to Apprise.
|
|
* A production ready micro-service at your disposal.
|
|
|
|
Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.</Overview>
|
|
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/apprise-api.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/apprise-api.png</Icon>
|
|
<Config Name="WebUI" Target="8000" Default="8000" Mode="tcp" Description="Port for apprise's interface and API." Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where config is stored." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container> |