Merge pull request #1 from realmiketalbot:dev

Merge web-pdf-toolbox into master
This commit is contained in:
Mike Talbot
2021-12-09 16:41:36 -06:00
committed by GitHub

View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<Container version="2">
<Name>web-pdf-toolbox</Name>
<Repository>zpex/web-pdf-toolbox</Repository>
<Registry>https://hub.docker.com/r/zpex/web-pdf-toolbox</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/natpuch/web-pdf-toolbox</Project>
<Overview>Very simple web toolbox to combine, compress, split PDF, and convert between images and PDF, change contrast of PDF, and add text watermark on PDF using Ghostscript and ImageMagick. ⚠️ WARNING: This toolbox is not secure and should not be exposed publicly. If exposed, someone might be able to access recently uploaded documents. Please, only use this toolbox behind an authentification portal or on a LAN (and access it via VPN if needed).</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<Config Name="Appdata" Target="/tmp/pdf/" Default="/mnt/user/appdata/web-pdf-toolbox" Mode="rw" Description="Container Path: /tmp/pdf/" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="WebUI" Target="80" Default="25568" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">25568</Config>
<Config Name="Timezone" Target="TZ" Default="America/Chicago" Mode="" Description="Container Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>