Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-01-15 07:18:31 -05:00
parent ad7dac9735
commit de6d18aee0

23
unraid/papermerge.xml Executable file
View File

@ -0,0 +1,23 @@
<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<Container version="2">
<Name>papermerge</Name>
<Repository>ghcr.io/linuxserver/papermerge</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/papermerge</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-papermerge/issues/new/choose</Support>
<Project>https://www.papermerge.com/</Project>
<Overview>[Papermerge](https://www.papermerge.com/) is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS."</Overview>
<WebUI>http://[IP]:[PORT:8000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/papermerge.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png</Icon>
<Config Name="WebUI" Target="8000" Default="8000" Mode="tcp" Description="http gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Path: /data" Target="/data" Default="" Mode="rw" Description="Storage location for all papermerge data files." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>