-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added initial maintainer folder and .xml
- Loading branch information
1 parent
216efd4
commit fe60826
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# unraid-templates | ||
Please open issues on the creator's git page. See below for links | ||
Please open issues on the creators' git pages below! | ||
|
||
## Issues/Suggestions | ||
[pattrmm](https://github.com/InsertDisc/pattrmm/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) | ||
[pattrmm](https://github.com/InsertDisc/pattrmm/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) | ||
|
||
[maintainerr](https://github.com/jorenn92/Maintainerr/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0"?> | ||
<Container version="2"> | ||
<Name>Maintainerr</Name> | ||
<Repository>jorenn92/maintainerr:latest</Repository> | ||
<Registry>https://hub.docker.com/r/jorenn92/maintainerr</Registry> | ||
<Network>bridge</Network> | ||
<MyIP/> | ||
<Shell>sh</Shell> | ||
<Privileged>false</Privileged> | ||
<Support>https://github.com/jorenn92/Maintainerr/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc</Support> | ||
<Project>https://github.com/jorenn92/Maintainerr</Project> | ||
<Overview>Maintainerr makes managing your media easy. Create custom rules with parameters across different services, show matching media on the Plex home screen for a given amount of days and handle the deletion.</Overview> | ||
<Category>Tools: Other:</Category> | ||
<WebUI>http://[IP]:[PORT:6246]</WebUI> | ||
<TemplateURL/> | ||
<Icon>https://github.com/jorenn92/Maintainerr/blob/main/ui/public/logo.png?raw=true</Icon> | ||
<ExtraParams/> | ||
<PostArgs/> | ||
<CPUset/> | ||
<DateInstalled>1694018747</DateInstalled> | ||
<DonateText/> | ||
<DonateLink/> | ||
<Requires/> | ||
<Config Name="WebUI" Target="6246" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">6246</Config> | ||
<Config Name="Data" Target="/opt/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/maintainerr</Config> | ||
<Config Name="Timezone" Target="TZ" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">America/Chicago</Config> | ||
</Container> |