Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-08-27 06:08:20 +02:00
parent 42e8243f93
commit 4f4ff4b59d

View File

@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-papermerge/blob/master/readme-vars.yml -->
<Container version="2">
<Name>papermerge</Name>
<Repository>ghcr.io/linuxserver/papermerge</Repository>
@ -11,15 +12,40 @@
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-papermerge/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-papermerge#application-setup</GitHub>
<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.&#34;</Overview>
<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.&#34;</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-logo.png</Icon>
<Date>2021-04-13</Date>
<Changes>
### 2021-04-13
- Handle upstream stapler change
### 2021-03-13
- Fixed mglib dependency per issue 32
### 2021-02-25
- Updated dependencies for v2
### 2021-02-07
- Support external MySQL/PSQL DBs.
### 2021-02-01
- Add redis.
### 2020-12-09
- Fix locales.
### 2020-08-08
- Initial Release.
</Changes>
<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="advanced" 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="REDIS_URL" Target="REDIS_URL" Default="" Description="Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="REDIS_URL" Target="REDIS_URL" Default="" Description="Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py" Type="Variable" Display="always" Required="false" Mask="true"/>
<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"/>