Newer
Older
wizarr-notify / my-wizarr-notify.xml
@Mark Bavis Mark Bavis on 21 Nov 1 KB Helpers for unraid docker
<?xml version="1.0"?>
<Container version="2">
  <Name>wizarr-notify</Name>
  <Repository>wizarr-notify</Repository>
  <Registry/>
  <Network>bridge2</Network>
  <MyIP/>
  <Shell>sh</Shell>
  <Privileged>false</Privileged>
  <Support/>
  <Project>https://git.mhack.io/mark/wizarr-notify</Project>
  <Overview>Connect Wizarr webhooks to Pushover
  
This config uses a local docker image, please build with ./build.sh</Overview>
  <Category>MediaServer:Other</Category>
  <WebUI/>
  <TemplateURL/>
  <Icon>https://git.mhack.io/mark/wizarr-notify/raw/master/wizarr-notify.png</Icon>
  <ExtraParams/>
  <PostArgs/>
  <CPUset/>
  <DateInstalled>1732254303</DateInstalled>
  <DonateText/>
  <DonateLink/>
  <Requires/>
  <Config Name="CONFIG" Target="/opt/wizarr-notify/templates" Default="/mnt/user/appdata/wizarr-notify" Mode="rw" Description="Config for notification templates" Type="Path" Display="always" Required="true" Mask="false"></Config>
  <Config Name="PORT" Target="80" Default="9991" Mode="tcp" Description="Listen for webhooks" Type="Port" Display="always" Required="false" Mask="false"/>
  <Config Name="Pushover User" Target="PUSHOVER_USER" Default="" Mode="" Description="Pushover user token" Type="Variable" Display="always" Required="true" Mask="false"></Config>
  <Config Name="Pushover Token" Target="PUSHOVER_TOKEN" Default="" Mode="" Description="Pushover app token" Type="Variable" Display="always" Required="true" Mask="true"></Config>
</Container>