mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
# unRAID-CA-templates
|
||||
An [Unraid](https://discord.gg/qWPbc8R) community repo where you can request unRAID container templates to be added to Community Applications: [Squidly271/community.applications](https://github.com/Squidly271/community.applications).
|
||||
|
||||
|
||||
## Now seeking maintainers. Reach out on Discord.
|
||||
|
||||
## "Ask and Ye Shall Receive"
|
||||
|
||||
|
||||
|
||||
BIN
templates/img/seekerr.png
Normal file
BIN
templates/img/seekerr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@@ -6,8 +6,11 @@
|
||||
<Network>bridge</Network>
|
||||
<Shell>bash</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Requires>Redis container installed</Requires>
|
||||
<Support>https://forums.unraid.net/topic/100843-support-paperless-ng-docker/</Support>
|
||||
<Project>https://github.com/jonaswinkler/paperless-ng</Project>
|
||||
<Changes>https://paperless-ng.readthedocs.io/en/latest/changelog.html</Changes>
|
||||
<ExtraSearchTerms>dms archiving document-management-system</ExtraSearchTerms>
|
||||
<Overview>
|
||||
Index and archive all of your scanned paper documents. Paperless-ng is a fork of paperless, adding a new interface and many other changes under the hood.[br][br]
|
||||
[b]Requirements:[/b] Paperless-ng requires Redis as external service. You can install it from the CA store. Make sure to adjust the configuration in the template accordingly.
|
||||
|
||||
35
templates/seekerr.xml
Normal file
35
templates/seekerr.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>seekerr</Name>
|
||||
<Repository>lightglitch/seekerr:stable</Repository>
|
||||
<Registry>https://hub.docker.com/r/lightglitch/seekerr/</Registry>
|
||||
<Branch>
|
||||
<Tag>stable</Tag>
|
||||
<TagDescription>Latest stable release of seekerr</TagDescription>
|
||||
<Repository>lightglitch/seekerr:stable</Repository>
|
||||
<Registry>https://hub.docker.com/r/lightglitch/seekerr/</Registry>
|
||||
</Branch>
|
||||
<Branch>
|
||||
<Tag>latest</Tag>
|
||||
<TagDescription>Latest build of seekerr</TagDescription>
|
||||
<Repository>lightglitch/seekerr:latest</Repository>
|
||||
<Registry>https://hub.docker.com/r/lightglitch/seekerr/</Registry>
|
||||
</Branch>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://hub.docker.com/r/lightglitch/seekerr/</Support>
|
||||
<Project>https://github.com/lightglitch/seekerr</Project>
|
||||
<Overview>Tool to add new movies to Radarr based on RSS, IMDB and Trakt lists. You need to create your config file before running the image. For more info on setup of your config file, check out: https://hub.docker.com/r/lightglitch/seekerr/</Overview>
|
||||
<Category>Tools:</Category>
|
||||
<WebUI/>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/seekerr.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1626112129</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description>Tool to add new movies to Radarr based on RSS, IMDB and Trakt lists. You need to create your config file before running the image. For more info on setup of your config file, check out: https://hub.docker.com/r/lightglitch/seekerr/</Description>
|
||||
<Config Name="AppData Config Path" Target="/config" Default="/mnt/user/appdata/seekerr" Mode="rw" Description="AppData" Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user