Merge pull request #136 from selfhosters/SupportLinks

Support links, general udpates, tabs vs spaces, remove descriptions
This commit is contained in:
Chris Yocum
2020-04-29 07:07:52 -04:00
committed by GitHub
48 changed files with 232 additions and 1876 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"[xml]": {
"editor.tabSize": 2,
"editor.autoIndent": "full",
"editor.detectIndentation": false,
"editor.insertSpaces": true,
}
}

View File

@@ -17,30 +17,6 @@ Plugins: https://github.com/vrana/adminer/tree/master/plugins</Overview>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/adminer.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/adminer.png</Icon>
<Description>Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.&#xD;
[br]&#xD;
[br]&#xD;
Go to [b][u][span style='color: #E80000;']https://github.com/vrana/adminer/tree/master/designs[/span][/u][/b] for themes&#xD;
[br] [br]&#xD;
Plugins: https://github.com/vrana/adminer/tree/master/plugins</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value>mvt</Value>
<Name>ADMINER_DESIGN</Name>
</Variable>
<Variable>
<Name>ADMINER_PLUGINS</Name>
</Variable>
</Environment>
<Config Name="WebUI Port" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Theme" Target="ADMINER_DESIGN" Default="flat" Description="Container Variable: ADMINER_DESIGN" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Plugins" Target="ADMINER_PLUGINS" Default="" Description="e.g. ADMINER_PLUGINS='tables-filter tinymce'" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -6,12 +6,9 @@
<Registry>https://hub.docker.com/r/1activegeek/airconnect/</Registry>
<Network>host</Network>
<Privileged>false</Privileged>
<Support>https://github.com/1activegeek/docker-airconnect</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/philippe44/AirConnect</Project>
<Overview>AirConnect container for turning Chromecast into Airplay targets&#xD;
[b]https://hub.docker.com/r/1activegeek/airconnect[/b]&#xD;
[br]&#xD;
[b]https://github.com/1activegeek/docker-airconnect[/b]&#xD;
[br][br]&#xD;
This is a containerized build of the fantastic program by philippe44 called AirConnect. It allows you to be able to use AirPlay to push audio to Chromecast and UPNP based devices. There are some advanced details and information that you should review on his GitHub Project. &#xD;
[br][br]&#xD;
@@ -20,14 +17,4 @@ This is a containerized build of the fantastic program by philippe44 called AirC
For the most part this container needs nothing more than to launch it using Host networking.</Overview>
<Category>MediaServer:Video MediaServer:Music MediaServer:Other Status:Stable</Category>
<Icon>https://i.imgur.com/hatCnm0.png</Icon>
<Description>AirConnect container for turning Chromecast into Airplay targets&#xD;
[b]https://hub.docker.com/r/1activegeek/airconnect[/b]&#xD;
[br]&#xD;
[b]https://github.com/1activegeek/docker-airconnect[/b]&#xD;
[br][br]&#xD;
This is a containerized build of the fantastic program by philippe44 called AirConnect. It allows you to be able to use AirPlay to push audio to Chromecast and UPNP based devices. There are some advanced details and information that you should review on his GitHub Project. &#xD;
[br][br]&#xD;
[b]https://github.com/philippe44/AirConnect[/b]&#xD;
[br][br]&#xD;
[b][span style='color: #E80000;']For the most part this container needs nothing more than to launch it using Host networking.[/span][/b]</Description>
</Container>

View File

@@ -43,66 +43,6 @@
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/bitwardenrs.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bitwardenrs.png</Icon>
<Description>This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.&#xD;
[br][br]&#xD;
Basically full implementation of Bitwarden API is provided including: &#xD;
[br][br]&#xD;
-Basic single user functionality&#xD;
[br]&#xD;
-Organizations support&#xD;
[br]&#xD;
-Attachments&#xD;
[br]&#xD;
-Vault API support&#xD;
[br]&#xD;
-Serving the static files for Vault interface&#xD;
[br]&#xD;
-Website icons API&#xD;
[br]&#xD;
-Authenticator and U2F support&#xD;
[br]&#xD;
-YubiKey OTP&#xD;
[br][br]&#xD;
For more configuration see the wiki
[br]
https://github.com/dani-garcia/bitwarden_rs/wiki
</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/data/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>false|true</Value>
<Name>SIGNUPS_ALLOWED</Name>
</Variable>
<Variable>
<Value>true|false</Value>
<Name>INVITATIONS_ALLOWED</Name>
</Variable>
<Variable>
<Value/>
<Name>SERVER_ADMIN_EMAIL</Name>
</Variable>
<Variable>
<Value>true|false</Value>
<Name>WEBSOCKET_ENABLED</Name>
</Variable>
<Variable>
<Value/>
<Name>ADMIN_TOKEN</Name>
</Variable>
</Environment>
<Config Name="WebUI HTTP Port" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Storage" Target="/data" Default="/mnt/user/appdata/bitwarden" Mode="rw" Description="Container Path: /data" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="SERVER_ADMIN_EMAIL" Target="SERVER_ADMIN_EMAIL" Default="me@domain.com" Description="Container Variable: Server Admin E-Mail" Type="Variable" Display="always" Required="true" Mask="false"/>

View File

@@ -17,25 +17,6 @@
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bw_plex.png</Icon>
<ExtraParams/>
<PostArgs>bash -c "bw_plex -df /config watch"</PostArgs>
<Description>binge watching for plex</Description>
<Data>
<Volume>
<ContainerDir>/mnt/user/Media/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>url</Name>
</Variable>
<Variable>
<Name>token</Name>
</Variable>
</Environment>
<Config Name="Plex url" Target="url" Default="http://plex:32400" Description="Container Variable: plex url" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Plex token" Target="token" Default="YOUR_TOKEN" Mode="" Description="Container Variable: plex token" Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="Media path" Target="/mnt/user/Media/" Default="/mnt/user/Media/" Mode="rw" Description="Same mapping as plex uses, for faster processing of files. CHANGE BOTH CONTAIER AND HOST MAPPING" Type="Path" Display="always" Required="false" Mask="false"/>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/nmtan/chevereto/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://chevereto.com/community-support/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/Chevereto/Chevereto-Free/</Project>
<Overview>Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. &#xD;
[br][br]&#xD;
@@ -18,48 +18,8 @@ It's your hosting and your rules, so say goodbye to closures and restrictions. T
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/chevereto.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=L5MWTNDLLB6AC&amp;amp;source=url</DonateLink>
<Description>Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. &#xD;
[br][br]&#xD;
It's your hosting and your rules, so say goodbye to closures and restrictions. This repo here is Chevereto Free, which is a fork of Chevereto V3 in which only the most essential features are preserved and it is released as Open Source software.&#xD;
[br][br]&#xD;
[b][span style='color: #E80000;'] NOTE: This container needs a separate MariaDB/MySQL instance! [/span][/b] </Description>
<Networking>
<Publish>
<Port>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/var/www/html/images</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>CHEVERETO_DB_HOST</Name>
</Variable>
<Variable>
<Name>CHEVERETO_DB_USERNAME</Name>
</Variable>
<Variable>
<Name>CHEVERETO_DB_PASSWORD</Name>
</Variable>
<Variable>
<Name>CHEVERETO_DB_NAME</Name>
</Variable>
<Variable>
<Value/>
<Name>CHEVERETO_DB_PREFIX</Name>
</Variable>
<Variable>
<Name>CHEVERETO_DEFAULT_TIMEZONE</Name>
</Variable>
</Environment>
<Config Name="CHEVERETO_PORT" Target="80" Default="80" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="CHEVERETO_DB_HOST" Target="CHEVERETO_DB_HOST" Default="" Description="Container Variable: Database Host" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="CHEVERETO_DB_HOST" Target="CHEVERETO_DB_HOST" Default="" Description="Container Variable: Database Host" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="CHEVERETO_DB_USERNAME" Target="CHEVERETO_DB_USERNAME" Default="" Description="Container Variable: Database User" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="CHEVERETO_DB_PASSWORD" Target="CHEVERETO_DB_PASSWORD" Default="" Description="Container Variable: Database Password" Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="CHEVERETO_DB_NAME" Target="CHEVERETO_DB_NAME" Default="" Description="Container Variable: Database Name" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -1,72 +1,34 @@
<?xml version="1.0"?>
<Container version="2">
<Name>Cloudflare-DDNS</Name>
<Repository>oznu/cloudflare-ddns</Repository>
<Registry>https://hub.docker.com/r/oznu/cloudflare-ddns/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/oznu/docker-cloudflare-ddns</Support>
<Project>https://github.com/oznu/docker-cloudflare-ddns</Project>
<Overview>This small Alpine Linux based Docker image will allow you to use the free CloudFlare DNS Service as a Dynamic DNS Provider (DDNS).&#xD;
[br][br]&#xD;
Variable:[b][span style='color: #E80000;']EMAIL[/span][/b]: Your Cloudflare email. &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']API_KEY[/span][/b]: The [b]Global API Key[/b] found on the [b]My Profile[/b] page. [b][span style='color: #E80000;']https://dash.cloudflare.com/profile[/span][/b]&#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']ZONE[/span][/b]: Your domain name. e.g. [b]example.com[/b] &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']SUBDOMAIN[/span][/b]: Your subdomain. e.g. [b]sub[/b].example.com (Only enter subdomain name, not entire address!) &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']PROXIED[/span][/b]: Set this to [b]true[/b] if the domain is using the Cloudflare proxy (CDN). Defaults to [b]false[/b]&#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']RRTYPE[/span][/b]: Set to [b]AAAA[/b] to use set IPv6 records instead of IPv4 records. Defaults to [b]A[/b] for IPv4 records. &#xD;
[br][br]&#xD;
[b][span style='color: #E80000;']NOTE:[/span][/b][b] AAAA[/b]: You will also need to run docker with IPv6 support, or run the container with host networking enabled.</Overview>
<Category>Tools: Network:Management Status:Stable</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/template/cloudflare-ddns.xml</TemplateURL>
<Icon>https://i.imgur.com/PKa3Sm2.png</Icon>
<Description>This small Alpine Linux based Docker image will allow you to use the free CloudFlare DNS Service as a Dynamic DNS Provider (DDNS).&#xD;
[br][br]&#xD;
Variable:[b][span style='color: #E80000;']EMAIL[/span][/b]: Your Cloudflare email. &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']API_KEY[/span][/b]: The [b]Global API Key[/b] found on the [b]My Profile[/b] page. [b][span style='color: #E80000;']https://dash.cloudflare.com/profile[/span][/b]&#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']ZONE[/span][/b]: Your domain name. e.g. [b]example.com[/b] &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']SUBDOMAIN[/span][/b]: Your subdomain. e.g. [b]sub[/b].example.com (Only enter subdomain prefix, not the entire address.) &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']PROXIED[/span][/b]: Set this to [b]true[/b] if the domain is using the Cloudflare proxy (CDN). Defaults to [b]false[/b]&#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']RRTYPE[/span][/b]: Set to [b]AAAA[/b] to use set IPv6 records instead of IPv4 records. Defaults to [b]A[/b] for IPv4 records. &#xD;
[br][br]&#xD;
[b][span style='color: #E80000;']NOTE:[/span][/b][b] AAAA[/b]: You will also need to run docker with IPv6 support, or run the container with host networking enabled.</Description>
<Networking/>
<Data/>
<Environment>
<Variable>
<Name>EMAIL</Name>
</Variable>
<Variable>
<Name>API_KEY</Name>
</Variable>
<Variable>
<Name>ZONE</Name>
</Variable>
<Variable>
<Name>SUBDOMAIN</Name>
</Variable>
<Variable>
<Value>false|true</Value>
<Name>PROXIED</Name>
</Variable>
<Variable>
<Name>RRTYP</Name>
</Variable>
</Environment>
<Config Name="Email" Target="EMAIL" Default="" Description="Container Variable: EMAIL" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="API Key" Target="API_KEY" Default="" Description="Container Variable: API_KEY" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Domain" Target="ZONE" Default="" Description="Container Variable: ZONE" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Subdomain (Optional)" Target="SUBDOMAIN" Default="" Description="Container Variable: SUBDOMAIN" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Cloudflare Proxy" Target="PROXIED" Default="true|false" Description="Container Variable: PROXIED" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="IPv6/IPv4 records" Target="RRTYP" Default="A" Description="Container Variable: RRTYP" Type="Variable" Display="always" Required="false" Mask="false"/>
<Name>Cloudflare-DDNS</Name>
<Repository>oznu/cloudflare-ddns</Repository>
<Registry>https://hub.docker.com/r/oznu/cloudflare-ddns/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/oznu/docker-cloudflare-ddns</Project>
<Overview>This small Alpine Linux based Docker image will allow you to use the free CloudFlare DNS Service as a Dynamic DNS Provider (DDNS).&#xD;
[br][br]&#xD;
Variable:[b][span style='color: #E80000;']EMAIL[/span][/b]: Your Cloudflare email. &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']API_KEY[/span][/b]: The [b]Global API Key[/b] found on the [b]My Profile[/b] page. [b][span style='color: #E80000;']https://dash.cloudflare.com/profile[/span][/b]&#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']ZONE[/span][/b]: Your domain name. e.g. [b]example.com[/b] &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']SUBDOMAIN[/span][/b]: Your subdomain. e.g. [b]sub[/b].example.com (Only enter subdomain name, not entire address!) &#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']PROXIED[/span][/b]: Set this to [b]true[/b] if the domain is using the Cloudflare proxy (CDN). Defaults to [b]false[/b]&#xD;
[br]&#xD;
Variable:[b][span style='color: #E80000;']RRTYPE[/span][/b]: Set to [b]AAAA[/b] to use set IPv6 records instead of IPv4 records. Defaults to [b]A[/b] for IPv4 records. &#xD;
[br][br]&#xD;
[b][span style='color: #E80000;']NOTE:[/span][/b][b] AAAA[/b]: You will also need to run docker with IPv6 support, or run the container with host networking enabled.</Overview>
<Category>Tools: Network:Management Status:Stable</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/template/cloudflare-ddns.xml</TemplateURL>
<Icon>https://i.imgur.com/PKa3Sm2.png</Icon>
<Config Name="Email" Target="EMAIL" Default="" Description="Container Variable: EMAIL" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="API Key" Target="API_KEY" Default="" Description="Container Variable: API_KEY" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Domain" Target="ZONE" Default="" Description="Container Variable: ZONE" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Subdomain (Optional)" Target="SUBDOMAIN" Default="" Description="Container Variable: SUBDOMAIN" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Cloudflare Proxy" Target="PROXIED" Default="true|false" Description="Container Variable: PROXIED" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="IPv6/IPv4 records" Target="RRTYP" Default="A" Description="Container Variable: RRTYP" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/crazymax/cloudflared/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/crazymax/cloudflared/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/crazy-max/docker-cloudflared</Project>
<Overview>Cloudflared proxy-dns multi-platform Docker image based on Alpine Linux</Overview>
<Category>Tools:</Category>
@@ -13,24 +13,6 @@
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/cloudflared.png</Icon>
<DonateText>All kinds of contributions are welcome &#x1F64C;! The most basic way to show your support is to star &#x1F31F; the project, or to raise issues &#x1F4AC; But we're not gonna lie to each other, I'd rather you buy me a beer or two &#x1F37B;!</DonateText>
<DonateLink>https://www.patreon.com/crazymax</DonateLink>
<Description>Cloudflared proxy-dns multi-platform Docker image based on Alpine Linux</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>5053</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<ContainerPort>49312</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>TUNNEL_DNS_UPSTREAM</Name>
</Variable>
</Environment>
<Config Name="Listen port for the DNS over HTTPS proxy server" Target="5053" Default="5053" Mode="udp" Description="Container Port: 5053" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Listen port for metrics reporting" Target="49312" Default="49312" Mode="tcp" Description="Container Port: 49312" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Upstream endpoint URL" Target="TUNNEL_DNS_UPSTREAM" Default="https://1.1.1.1/dns-query,https://1.0.0.1/dns-query" Description="Container Variable: TUNNEL_DNS_UPSTREAM Upstream endpoint URL, you can specify multiple endpoints for redundancy" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -8,8 +8,8 @@
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/mikeylikesrocks/unraid-crushftp9</Project>
<Overview>&#xD;
CrushFTP9 is an extremely powerful, easy to use FTP solution that can use sftp, ftp, webDav, and http.&#xD;
</Overview>
CrushFTP9 is an extremely powerful, easy to use FTP solution that can use sftp, ftp, webDav, and http.&#xD;
</Overview>
<Category>Network:FTP Network:Other Network:Web</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/crushftp9.xml</TemplateURL>

View File

@@ -1,38 +0,0 @@
<?xml version="1.0"?>
<Container version="2">
<Name>deluge-unpacker</Name>
<Repository>golift/deluge-unpacker</Repository>
<Registry>https://hub.docker.com/r/golift/deluge-unpacker</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/davidnewhall/deluge-unpacker/issues/new</Support>
<Project>https://github.com/davidnewhall/deluge-unpacker</Project>
<Icon>https://raw.githubusercontent.com/wiki/davidnewhall/deluge-unpacker/images/logo.png</Icon>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/deluge-unpacker.xml</TemplateURL>
<Category>Tools:</Category>
<Description>Deluge RAR download extractor for Sonarr and Radarr!</Description>
<Overview>
Deluge RAR download extractor for Sonarr and Radarr! Mount /downloads on all 3 or 4 containers to the same path on your host.
This application will automatically poll all of the apps (Deluge, Sonarr, Radarr) to check for downloads. When a completed
download contains a rar file, this application will extract the file and move the extracted contents back into the download
location. Files will be extracted recursively in an attempt to get all subs. [b]If you don't use one of Sonarr or Radarr, simply
empty those two fields for that app and it wont be polled.[/b] If you put all your containers on the same custom bridge you may not
need to expose any ports, and you can use DNS to reach other containers. It's a very convenient configuration!
</Overview>
<Config Name="Downloads Location" Target="/downloads" Default="" Mode="rw" Description="Container Path: /downloads - this must be the same path on this app, deluge and sonarr/radarr!" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Debug Log Output" Target="DU_DEBUG" Default="false|true" Description="Container Variable: DU_DEBUG - Turns on more logs" Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Deluge URL" Target="DU_DELUGE_URL" Default="http://deluge:8112" Description="Container Variable: DU_DELUGE_URL" Type="Variable" Display="always-hide" Required="true" Mask="false"></Config>
<Config Name="Deluge Password" Target="DU_DELUGE_PASSWORD" Default="" Description="Container Variable: DU_DELUGE_PASSWORD - Required. Only works if Deluge has a password set" Type="Variable" Display="always-hide" Required="true" Mask="false"></Config>
<Config Name="Sonarr URL" Target="DU_SONARR_URL" Default="http://sonarr:8989" Description="Container Variable: DU_SONARR_URL" Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Sonarr API Key" Target="DU_SONARR_API_KEY" Default="" Description="Container Variable: DU_SONARR_API_KEY" Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Radarr URL" Target="DU_RADARR_URL" Default="http://radarr:7878" Description="Container Variable: DU_RADARR_URL" Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Radarr API Key" Target="DU_RADARR_API_KEY" Default="" Description="Container Variable: DU_RADARR_API_KEY" Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<!-- hide -->
<Config Name="Global Timeout" Target="DU_TIMEOUT" Default="10s|20s|30s|45s|1m|1m15s|1m30s|1m45s|2m" Description="Container Variable: DU_DELUGE_TIMEOUT - Recommend 30s-1m" Type="Variable" Display="advanced-hide" Required="false" Mask="false">1m</Config>
<Config Name="Deluge HTTP Username" Target="DU_DELUGE_HTTP_USERNAME" Default="" Description="Container Variable: DU_DELUGE_HTTP_USERNAME - Use this only if deluge is behind a reverse proxy with http auth enabled" Type="Variable" Display="advanced-hide" Required="false" Mask="false"></Config>
<Config Name="Deluge HTTP Password" Target="DU_DELUGE_HTTP_PASSWORD" Default="" Description="Container Variable: DU_DELUGE_HTTP_PASSWORD - Use this only if deluge is behind a reverse proxy with http auth enabled" Type="Variable" Display="advanced-hide" Required="false" Mask="false"></Config>
<Config Name="Parallel Extractions" Target="DU_PARALLEL" Default="1|2|3|4|5|6|7|8" Description="Container Variable: DU_PARALLEL - Recommend 1" Type="Variable" Display="advanced-hide" Required="false" Mask="false"></Config>
<Config Name="Polling Interval" Target="DU_INTERVAL" Default="1m|2m|3m|4m|5m|10m|15m" Description="Container Variable: DU_INTERVAL - Recommend 2m-10m" Type="Variable" Display="advanced-hide" Required="false" Mask="false">5m</Config>
<Config Name="Delete Delay" Target="DU_DELETE_DELAY" Default="1m|5m|10m|15m|20m|30m|1h|2h" Description="Container Variable: DU_DELETE_DELAY - How long to wait before deleting extracted files. Recommend 5-30m" Type="Variable" Display="advanced-hide" Required="false" Mask="false">10m</Config>
</Container>

View File

@@ -6,56 +6,13 @@
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Registry>https://hub.docker.com/r/jgraph/drawio</Registry>
<Support>https://about.draw.io/support/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/jgraph/drawio</Project>
<Overview>A lightweight diagram drawing application</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/draw-io.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/draw-io.png</Icon>
<Description>draw.io is an open source technology stack for building diagramming applications, and the worlds most widely used browser-based end-user diagramming applications.</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<ContainerPort>8443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Name>LETS_ENCRYPT_ENABLED</Name>
</Variable>
<Variable>
<Name>PUBLIC_DNS</Name>
</Variable>
<Variable>
<Name>ORGANISATION_UNIT</Name>
</Variable>
<Variable>
<Name>ORGANISATION</Name>
</Variable>
<Variable>
<Name>CITY</Name>
</Variable>
<Variable>
<Name>STATE</Name>
</Variable>
<Variable>
<Name>COUNTRY_CODE</Name>
</Variable>
<Variable>
<Name>KEYSTORE_PASS</Name>
</Variable>
<Variable>
<Name>KEY_PASS</Name>
</Variable>
</Environment>
<Config Name="WebUI Port" Target="8080" Default="3000" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="WebUI SSL Port" Target="8443" Default="3443" Mode="tcp" Description="Container Port: 8443" Type="Port" Display="advanced" Required="false" Mask="false"/>
<Config Name="Enable Lets Encrypt" Target="LETS_ENCRYPT_ENABLED" Default="false" Description="Enables Let's Encrypt certificate instead of self-signed certificates" Type="Variable" Display="advanced" Required="false" Mask="false"/>

View File

@@ -3,10 +3,10 @@
<Name>Duplicacy</Name>
<Repository>saspus/duplicacy-web</Repository>
<Registry>https://hub.docker.com/r/saspus/duplicacy-web</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forum.duplicacy.com</Support>
<Project>https://duplicacy.com</Project>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://duplicacy.com</Project>
<Overview>Web GUI for Duplicacy. Duplicacy backs up your files to many cloud storages with client-side encryption and the highest level of deduplication&#xD;
http://duplicacy.com [br]
Note: [br]
@@ -18,49 +18,11 @@
- /logs -- logs will go there. [br]
- /cache -- transient and temporary files will be stored here. Can be safely deleted. [br]
- Readme: https://hub.docker.com/r/saspus/duplicacy-web </Overview>
<Category>Backup: Cloud: Network:Other Productivity: Tools:Utilities</Category>
<Category>Backup: Cloud: Network:Other Productivity: Tools:Utilities</Category>
<WebUI>http://[IP]:[PORT:3875]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/duplicacy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/duplicacy.png</Icon>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/duplicacy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/duplicacy.png</Icon>
<ExtraParams>--hostname=duplicacy-unraid</ExtraParams>
<Description>Web GUI for Duplicacy. Duplicacy backs up your files to many cloud storages with client-side encryption and the highest level of deduplication&#xD;
http://duplicacy.com</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>3875</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/cache</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/backuproot</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>USR_ID</Name>
</Variable>
<Variable>
<Value>100</Value>
<Name>GRP_ID</Name>
</Variable>
</Environment>
<Config Name="Port" Target="3875" Default="3875" Mode="tcp" Description="Container Port: 3875" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Config" Target="/config" Default="/mnt/user/appdata/Duplicacy/config" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced" Required="false" Mask="false"/>
<Config Name="Cache" Target="/cache" Default="/mnt/user/appdata/Duplicacy/cache" Mode="rw" Description="Container Path: /cache" Type="Path" Display="advanced" Required="false" Mask="false"/>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/graylog/graylog/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/graylog/graylog/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://www.graylog.org/</Project>
<Overview>Official Graylog Docker image.&#xD;
[br][br]&#xD;
@@ -14,66 +14,11 @@ For more variables see the Graylog configuration file: https://github.com/Graylo
The default root user is named 'admin'&#xD;
[br][br]&#xD;
[b]To create the SHA256 string run 'echo -n YOUR16CHARACTERPASSWORD | sha256sum' &#xD;
</Overview>
</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:[PORT:9000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/graylog.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/graylog.png</Icon>
<Description>Official Graylog Docker image.&#xD;
[br][br]&#xD;
For more variables see the Graylog configuration file: https://github.com/Graylog2/graylog2-server/blob/3.1/misc/graylog.conf and http://docs.graylog.org/en/stable/pages/configuration/server.conf.html&#xD;
[br][br]&#xD;
The default root user is named 'admin'&#xD;
[br][br]&#xD;
[b]To create the SHA256 string run 'echo -n YOUR16CHARACTERPASSWORD | sha256sum' &#xD;
</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>9000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<ContainerPort>1514</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<ContainerPort>1514</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<ContainerPort>12201</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<ContainerPort>12201</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/usr/share/graylog/data/journal</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>GRAYLOG_PASSWORD_SECRET</Name>
</Variable>
<Variable>
<Name>GRAYLOG_ROOT_PASSWORD_SHA2</Name>
</Variable>
<Variable>
<Name>GRAYLOG_HTTP_EXTERNAL_URI</Name>
</Variable>
<Variable>
<Name>GRAYLOG_MONGODB_URI</Name>
</Variable>
<Variable>
<Name>GRAYLOG_ELASTICSEARCH_HOSTS</Name>
</Variable>
</Environment>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/graylog.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/graylog.png</Icon>
<Config Name="GRAYLOG_PASSWORD_SECRET" Target="GRAYLOG_PASSWORD_SECRET" Default="" Mode="" Description="CHANGE ME (must be at least 16 characters)!" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="GRAYLOG_ROOT_PASSWORD_SHA2" Target="GRAYLOG_ROOT_PASSWORD_SHA2" Default="" Mode="" Description="Container Variable: GRAYLOG_ROOT_PASSWORD_SHA2" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="GRAYLOG_HTTP_EXTERNAL_URI" Target="GRAYLOG_HTTP_EXTERNAL_URI" Default="http://unraidIP:9000/" Mode="" Description="Container Variable: GRAYLOG_HTTP_EXTERNAL_URI" Type="Variable" Display="always" Required="true" Mask="false"/>

View File

@@ -6,30 +6,13 @@
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/fletchto99/hexo-dev-docker/issues</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/fletchto99/hexo-dev-docker</Project>
<Overview>A self-hosted blogging platform in which posts are written in markdown</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/hexo.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/hexo.png</Icon>
<Description>
Hexo is a "A fast, simple and powerful blog framework" written in node.js. It supports many plugins and generates a static site. Read more about it at https://hexo.io/
</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>HEXO_PLUGINS</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="WebUI Port" Target="8080" Default="" Mode="tcp" Description="The WebUI Port" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="HEXO_PLUGINS" Target="HEXO_PLUGINS" Default="" Mode="" Description="A space seperated list of hexo plugins to install" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>

View File

@@ -21,30 +21,6 @@ More variables can be found here: https://github.com/huginn/huginn/blob/master/.
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/huginn.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/huginn.png</Icon>
<Description>Build agents that monitor and act on your behalf. Your agents are standing by! &#xD;
[br][br]&#xD;
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.&#xD;
[br][br]&#xD;
Log in to your Huginn instance using the username admin and password password&#xD;
[br][br]&#xD;
See https://hub.docker.com/r/huginn/huginn/ for more information on running Huginn with a separate database container &#xD;
[br][br]&#xD;
More variables can be found here: https://github.com/huginn/huginn/blob/master/.env.example</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/var/lib/mysql</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Database files" Target="/var/lib/mysql" Default="/mnt/user/appdata/huginn" Mode="rw" Description="Container Path: /var/lib/mysql" Type="Path" Display="advanced" Required="false" Mask="false"/>
</Container>

View File

@@ -11,7 +11,6 @@
<Category>Tools: Network:Management</Category>
<WebUI>http://[IP]:[PORT:5800]</WebUI>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/idrac6.png</Icon>
<Description>Allows access to the iDRAC 6 console without installing Java or messing with Java Web Start. Java is only run inside of the container and access is provided via web interface or directly with VNC.</Description>
<Config Name="idrac host" Target="IDRAC_HOST" Default="" Mode="" Description="Host for your iDRAC instance. Make sure your instance is reachable with https://IDRAC_HOST;. See IDRAC_PORT for using custom ports. HTTPS is always used." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="idrac user" Target="IDRAC_USER" Default="root" Mode="" Description="Username for your iDRAC instance." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="idrac password" Target="IDRAC_PASSWORD" Default="calvin" Mode="" Description="Password for your iDRAC instance." Type="Variable" Display="always" Required="true" Mask="true"/>

View File

@@ -5,92 +5,13 @@
<Registry>https://hub.docker.com/r/anojht/invoiceninja</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/anojht/invoiceninja</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://www.invoiceninja.com/</Project>
<Overview> An open-source invoicing and time-tracking app built with Laravel https://www.invoiceninja.com </Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:8000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/invoiceninja.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/invoiceninja.png</Icon>
<Description> An open-source invoicing and time-tracking app built with Laravel https://www.invoiceninja.com </Description>
<Networking>
<Publish>
<Port>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<ContainerPort>443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/var/www/app/storage</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/var/www/app/public/logo</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>APP_ENV</Name>
</Variable>
<Variable>
<Name>APP_DEBUG</Name>
</Variable>
<Variable>
<Name>DB_TYPE</Name>
</Variable>
<Variable>
<Name>DB_STRICT</Name>
</Variable>
<Variable>
<Name>DB_HOST</Name>
</Variable>
<Variable>
<Name>DB_DATABASE</Name>
</Variable>
<Variable>
<Name>DB_USERNAME</Name>
</Variable>
<Variable>
<Name>DB_PASSWORD</Name>
</Variable>
<Variable>
<Name>APP_URL</Name>
</Variable>
<Variable>
<Name>APP_KEY</Name>
</Variable>
<Variable>
<Name>MAIL_DRIVER</Name>
</Variable>
<Variable>
<Name>MAIL_PORT</Name>
</Variable>
<Variable>
<Name>MAIL_ENCRYPTION</Name>
</Variable>
<Variable>
<Name>MAIL_HOST</Name>
</Variable>
<Variable>
<Name>MAIL_USERNAME</Name>
</Variable>
<Variable>
<Name>MAIL_FROM_ADDRESS</Name>
</Variable>
<Variable>
<Name>MAIL_FROM_NAME</Name>
</Variable>
<Variable>
<Name>MAIL_PASSWORD</Name>
</Variable>
</Environment>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/invoiceninja.png</Icon>
<Config Name="APP_ENV" Target="APP_ENV" Default="production" Description="Container Variable: APP_ENV" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="Debug Mode" Target="APP_DEBUG" Default="0" Description="Container Variable: APP_DEBUG" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="Database Type" Target="DB_TYPE" Default="mysql" Description="Container Variable: DB_TYPE" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -17,22 +17,6 @@
<PostArgs>-B 0.0.0.0:31337</PostArgs>
<DonateText>If you like this, buy me a beer</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=G9VKR2B8PMNKG</DonateLink>
<Description>Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay.&#xD;&#xD;</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>31337</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/app/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="WebUI" Target="31337" Default="31337" Mode="tcp" Description="Container Port: 31337" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Application Data" Target="/app/data" Default="/mnt/user/appdata/kitana" Mode="rw" Description="Container Path: /app/data" Type="Path" Display="advanced" Required="true" Mask="false"/>
</Container>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/gotson/komga/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/gotson/komga/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/gotson/komga/</Project>
<Overview>A Media server for comics/mangas/BDs with API and OPDS support.&#xD;
Check logs for auto-generated username/password.</Overview>
@@ -13,31 +13,6 @@ Check logs for auto-generated username/password.</Overview>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/komga.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/komga.png</Icon>
<Description>A Media server for comics/mangas/BDs with API and OPDS support.&#xD;
Check container logs for auto-generated username/password.</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/books</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS</Name>
</Variable>
</Environment>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Exclusions" Target="KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS" Default="#recycle,@eaDir" Description="Container Variable: KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="Config" Target="/config" Default="/mnt/user/appdata/komga/" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced" Required="true" Mask="false"/>

View File

@@ -5,9 +5,8 @@
<Registry>https://hub.docker.com/r/monitorr/logarr-alpha/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/monitorr/logarr-alpha/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/Monitorr/logarr/</Project>
<Description>Logarr is a self-hosted, single-page, log consolidation tool written in PHP </Description>
<Overview>Logarr is a self-hosted, single-page, log consolidation tool written in PHP </Overview>
<Category>Tools: Status:Beta</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
@@ -15,23 +14,8 @@
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/logarr.png</Icon>
<DonateText>Buy us a beer!</DonateText>
<DonateLink>https://paypal.me/monitorrapp</DonateLink>
<Networking>
<Publish>
<Port>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/app</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="WebUI" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Config" Target="/app" Default="/mnt/user/appdata/Logarr" Mode="rw" Description="Container Path: /app" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>

View File

@@ -5,16 +5,15 @@
<Registry>https://hub.docker.com/r/voidp/mellow/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/v0idp/Mellow/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://hub.docker.com/r/voidp/mellow/</Project>
<Overview>Discord Bot which can communicate with several APIs which are related to home streaming.</Overview>
<Category>Tools:Utilities</Category>
<WebUI>http://[IP]:[PORT:5060]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/mellow.xml</TemplateURL>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/mellow.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/mellow.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<Description>Discord Bot which can communicate with several APIs which are related to home streaming.</Description>
<Config Name="WebUi" Target="5060" Default="5060" Mode="tcp" Description="Container Port: 5060" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/usr/src/app/data/" Default="/mnt/cache/appdata/mellow" Mode="rw" Description="Container Path: /usr/src/app/data/" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="JWT_SECRET" Target="JWT_SECRET" Default="" Mode="" Description="Random strong password to make sure the JWT tokens are signed uniquely and the auth is secure. Geneating a token with openssl rand is a good idea" Type="Variable" Display="always" Required="true" Mask="false"/>
</Container>
</Container>

View File

@@ -5,120 +5,18 @@
<Registry>https://hub.docker.com/r/monicahq/monicahq/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/monicahq/monicahq/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/monicahq/monica</Project>
<Overview>Monica, the Personal Relationship Manager &#xD;
[br][br]&#xD;
Complete list of env : https://raw.githubusercontent.com/monicahq/monica/master/.env.example&#xD;
[br][br]&#xD;
APP_URL: https://github.com/monicahq/monica/blob/master/docs/installation/ssl.md&#xD;
</Overview>
</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/monica.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/monica.png</Icon>
<Description>Monica, the Personal Relationship Manager &#xD;
[br][br]&#xD;
Complete list of env : https://raw.githubusercontent.com/monicahq/monica/master/.env.example&#xD;
[br][br]&#xD;
APP_URL: https://github.com/monicahq/monica/blob/master/docs/installation/ssl.md&#xD;
</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/var/www/monica/storage</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>APP_ENV</Name>
</Variable>
<Variable>
<Name>APP_DEBUG</Name>
</Variable>
<Variable>
<Name>APP_KEY</Name>
</Variable>
<Variable>
<Name>HASH_SALT</Name>
</Variable>
<Variable>
<Name>HASH_LENGTH</Name>
</Variable>
<Variable>
<Name>APP_URL</Name>
</Variable>
<Variable>
<Name>DB_CONNECTION</Name>
</Variable>
<Variable>
<Name>DB_HOST</Name>
</Variable>
<Variable>
<Name>DB_PORT</Name>
</Variable>
<Variable>
<Name>DB_DATABASE</Name>
</Variable>
<Variable>
<Name>DB_USERNAME</Name>
</Variable>
<Variable>
<Name>DB_PASSWORD</Name>
</Variable>
<Variable>
<Name>DB_USE_UTF8MB4</Name>
</Variable>
<Variable>
<Name>MAIL_DRIVER</Name>
</Variable>
<Variable>
<Name>MAIL_HOST</Name>
</Variable>
<Variable>
<Name>MAIL_PORT</Name>
</Variable>
<Variable>
<Name>MAIL_ENCRYPTION</Name>
</Variable>
<Variable>
<Name>MAIL_USERNAME</Name>
</Variable>
<Variable>
<Value/>
<Name>MAIL_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Name>MAIL_FROM_ADDRESS</Name>
</Variable>
<Variable>
<Name>MAIL_FROM_NAME</Name>
</Variable>
<Variable>
<Name>APP_EMAIL_NEW_USERS_NOTIFICATION</Name>
</Variable>
<Variable>
<Name>APP_DEFAULT_LOCALE</Name>
</Variable>
<Variable>
<Name>APP_DISABLE_SIGNUP</Name>
</Variable>
<Variable>
<Name>APP_SIGNUP_DOUBLE_OPTIN</Name>
</Variable>
<Variable>
<Name>APP_TRUSTED_PROXIES</Name>
</Variable>
</Environment>
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/var/www/monica/storage" Default="/mnt/user/appdata/monica" Mode="rw" Description="Container Path: /var/www/monica/storage" Type="Path" Display="advanced" Required="false" Mask="false"/>
<Config Name="APP_ENV" Target="APP_ENV" Default="production" Description="Container Variable: APP_ENV" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -2,40 +2,22 @@
<Container version="2">
<Name>Monitorr</Name>
<Repository>monitorr/monitorr</Repository>
<Registry>https://hub.docker.com/r/monitorr/logarr-alpha/</Registry>
<Registry>https://hub.docker.com/r/monitorr/monitorr/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/Monitorr/Monitorr/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/Monitorr/Monitorr/</Project>
<Description>Monitorr is a webfront to live display the status of any webapp or service[br][br]&#xD; &#xD; See full configuration instructions in the WiKi: https://github.com/Monitorr/Monitorr/wiki[br]&#xD; [br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#xD;
[b]80[/b] Port for Monitorr's webui [br]&#xD; [b]/app[/b] Location for storing configuration files[br]
</Description>
<Overview>Monitorr is a webfront to live display the status of any webapp or service[br][br]&#xD; &#xD; See full configuration instructions in the WiKi: https://github.com/Monitorr/Monitorr/wiki[br]&#xD; [br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#xD;
[b]8700[/b] Port for Monitorr's webui [br]&#xD; [b]/app[/b] Location for storing configuration files[br]
</Overview>
[b]8700[/b] Port for Monitorr's webui [br]&#xD; [b]/app[/b] Location for storing configuration files[br]
</Overview>
<Category>Tools: Status:Beta</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/monitorr.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/monitorr.png</Icon>
<DonateText>Buy us a beer!</DonateText>
<DonateLink>https://paypal.me/monitorrapp</DonateLink>
<Networking>
<Publish>
<Port>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/app</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="WebUI" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Config" Target="/app" Default="/mnt/user/appdata/Monitorr" Mode="rw" Description="Container Path: /app" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>

View File

@@ -5,33 +5,13 @@
<Registry>https://hub.docker.com/r/mongoclient/mongoclient/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/mongoclient/mongoclient/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/nosqlclient/nosqlclient</Project>
<Overview>Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient</Overview>
<Category>Tools: Other:</Category>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/nosqlclient.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/nosqlclient.png</Icon>
<Description>Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/data/db</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>MONGO_URL</Name>
</Variable>
</Environment>
<Config Name="Web Port" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Mongo URL" Target="MONGO_URL" Default="mongodb://UNRAID_IP:27017/nosqlclient" Description="Container Variable: MONGO_URL" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/data/db" Default="/mnt/user/appdata/mongoclient" Mode="rw" Description="Container Path: /data/db" Type="Path" Display="advanced-hide" Required="true" Mask="false"/>

View File

@@ -2,112 +2,17 @@
<Container version="2">
<Name>openldap</Name>
<Repository>osixia/openldap</Repository>
<Registry>https://hub.docker.com/r/osixia/openldap/~/dockerfile/</Registry>
<Registry>https://hub.docker.com/r/osixia/openldap/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/osixia/docker-openldap</Support>
<Project>https://hub.docker.com/r/osixia/openldap/</Project>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/osixia/docker-openldap</Project>
<Overview> A docker image to run OpenLDAP, The container default log level is info. Available levels are: none, error, warning, info, debug and trace. To use this container with phpldapadmin, create a custom network that both containers are on and then link them using --link openldap:PHPLDAPADMIN_LDAP_HOSTS in the extra parameters of the phpldapadmin docker container (which should be equal to HOSTNAME in this container). Any other docker that wants to use LDAP credentials will need the same extra parameter including Let's Encrypt if you are using linuxserver.io's ldap-auth container.</Overview>
<Category>HomeAutomation: Network:Management Tools:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/openldap.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/openldap.png</Icon>
<ExtraParams/>
<PostArgs>--loglevel debug --copy-service</PostArgs>
<Description> A docker image to run OpenLDAP, The container default log level is info. Available levels are: none, error, warning, info, debug and trace. To use this container with phpldapadmin, create a custom network that both containers are on and then link them using --link openldap:PHPLDAPADMIN_LDAP_HOSTS in the extra parameters of the phpldapadmin docker container (which should be equal to HOSTNAME in this container). Any other docker that wants to use LDAP credentials will need the same extra parameter including Let's Encrypt if you are using linuxserver.io's ldap-auth container.</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>389</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<ContainerPort>636</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/var/lib/ldap/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/etc/ldap/slapd.d/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/container/service/slapd/assets/config/bootstrap/ldif/custom</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>LDAP_ORGANISATION</Name>
</Variable>
<Variable>
<Name>LDAP_DOMAIN</Name>
</Variable>
<Variable>
<Name>HOSTNAME</Name>
</Variable>
<Variable>
<Name>LDAP_ADMIN_PASSWORD</Name>
</Variable>
<Variable>
<Name>LDAP_CONFIG_PASSWORD</Name>
</Variable>
<Variable>
<Name>LDAP_TLS</Name>
</Variable>
<Variable>
<Name>LDAP_TLS_CRT_FILENAME</Name>
</Variable>
<Variable>
<Name>LDAP_TLS_KEY_FILENAME</Name>
</Variable>
<Variable>
<Name>LDAP_TLS_CA_CRT_FILENAME</Name>
</Variable>
<Variable>
<Name>LDAP_READONLY_USER</Name>
</Variable>
<Variable>
<Name>LDAP_READONLY_USER_USERNAME</Name>
</Variable>
<Variable>
<Name>LDAP_READONLY_USER_PASSWORD</Name>
</Variable>
<Variable>
<Name>LDAP_RFC2307BIS_SCHEMA</Name>
</Variable>
<Variable>
<Name>LDAP_BACKEND</Name>
</Variable>
<Variable>
<Name>LDAP_TLS_ENFORCE</Name>
</Variable>
<Variable>
<Name>LDAP_TLS_VERIFY_CLIENT</Name>
</Variable>
<Variable>
<Name>LDAP_TLS_CIPHER_SUITE</Name>
</Variable>
<Variable>
<Name>KEEP_EXISTING_CONFIG</Name>
</Variable>
<Variable>
<Name>LDAP_REMOVE_CONFIG_AFTER_SETUP</Name>
</Variable>
<Variable>
<Name>LDAP_SSL_HELPER_PREFIX</Name>
</Variable>
<Variable>
<Name>LDAP_BASE_DN</Name>
</Variable>
</Environment>
<Config Name="LDAP database files" Target="/var/lib/ldap/" Default="/mnt/user/appdata/openldap/data" Mode="rw" Description="LDAP database files" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="LDAP config files" Target="/etc/ldap/slapd.d/" Default="/mnt/user/appdata/openldap/config" Mode="rw" Description="LDAP config files" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="LDAP port" Target="389" Default="389" Mode="tcp" Description="Container Port: 389" Type="Port" Display="always" Required="true" Mask="false"/>

View File

@@ -5,7 +5,7 @@
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/overleaf/overleaf/wiki</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/overleaf/docker-image</Project>
<Registry>https://hub.docker.com/r/sharelatex/sharelatex</Registry>
<Overview>A self-hosted LaTeX editor</Overview>
@@ -13,87 +13,6 @@
<Category>Productivity:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/overleaf.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/overleaf.png</Icon>
<Description>Overleaf is a self-hosted LaTeX editor, based on the overleaf docker image (formerly sharelatex).</Description>
<Networking>
<Publish>
<Port>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Value/>
<Name>SHARELATEX_APP_NAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_NAV_TITLE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_SITE_URL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_ADMIN_EMAIL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_REDIS_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_REDIS_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_REDIS_PASS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_MONGO_URL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_BEHIND_PROXY</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_SESSION_SECRET</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_SECURE_COOKIE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_RESTRICT_INVITES_TO_EXISTING_ACCOUNTS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_ALLOW_PUBLIC_ACCESS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SHARELATEX_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="PORT" Target="80" Default="80" Mode="tcp" Description="WebUI HTTP port" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="SHARELATEX_APP_NAME" Target="SHARELATEX_APP_NAME" Default="" Description="The name to display when talking about the running app. Defaults to 'Overleaf (Community Edition)'." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="SHARELATEX_NAV_TITLE" Target="SHARELATEX_NAV_TITLE" Default="" Description="Set the tab title of the application" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -18,11 +18,6 @@ Additional Template Variables: https://github.com/the-paperless-project/paperles
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/paperless.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/paperless.png</Icon>
<PostArgs>runserver 0.0.0.0:8000 --insecure --noreload</PostArgs>
<Description>Index and archive all of your scanned paper documents.&#xD;
[br][br]&#xD;
For installation instructions see: https://forums.unraid.net/topic/87196-support-paperless-docker/ [br][br]&#xD;
Paperless Documentation: https://paperless.readthedocs.io/en/latest/[br]&#xD;
Additional Template Variables: https://github.com/the-paperless-project/paperless/blob/master/paperless.conf.example</Description>
<Config Name="Port" Target="8000" Default="8000" Mode="tcp" Description="Container Port: 8000" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Data" Target="/usr/src/paperless/data" Default="/mnt/user/appdata/paperless/data" Mode="rw" Description="Container Path: /usr/src/paperless/data . &#13;&#10;This contains the paperless database. Should be in appdata." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Media" Target="/usr/src/paperless/media" Default="" Mode="rw" Description="Container Path: /usr/src/paperless/media . &#13;&#10;Once consumed, files will be stored here." Type="Path" Display="always" Required="true" Mask="false"/>

View File

@@ -1,136 +1,36 @@
<?xml version="1.0"?>
<Container version="2">
<Name>phpldapadmin</Name>
<Repository>osixia/phpldapadmin</Repository>
<Registry>https://hub.docker.com/r/osixia/phpldapadmin/~/dockerfile/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/osixia/docker-phpLDAPadmin</Support>
<Project>https://hub.docker.com/r/osixia/phpldapadmin/</Project>
<Overview>A docker image to run phpldapadmin. It provides a user interface to an openldap database. It must be on the same custom network as openldap and must be linked via --link openldap:PHPLDAPADMIN_LDAP_HOSTS e.g. --link openldap:example.org&#xD;
<Name>phpldapadmin</Name>
<Repository>osixia/phpldapadmin</Repository>
<Registry>https://hub.docker.com/r/osixia/phpldapadmin/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/osixia/docker-phpLDAPadmin</Project>
<Overview>A docker image to run phpldapadmin. It provides a user interface to an openldap database. It must be on the same custom network as openldap and must be linked via --link openldap:PHPLDAPADMIN_LDAP_HOSTS e.g. --link openldap:example.org&#xD;
An example config.php can be found here: https://github.com/commandprompt/phpldapadmin/blob/master/config/config.php.example</Overview>
<Category>Network:Other Tools:</Category>
<WebUI>https://[IP]:[PORT:443]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/phpldapadmin.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/phpldapadmin.png</Icon>
<ExtraParams>--link openldap:example.org</ExtraParams>
<PostArgs>--loglevel debug</PostArgs>
<Description>A docker image to run phpldapadmin. It provides a user interface to an openldap database. It must be on the same custom network as openldap and must be linked via --link openldap:PHPLDAPADMIN_LDAP_HOSTS e.g. --link openldap:example.org&#xD;
An example config.php can be found here: https://github.com/commandprompt/phpldapadmin/blob/master/config/config.php.example</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/container/service/phpldapadmin/assets/apache2/certs/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/container/service/phpldapadmin/assets/config/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_LDAP_HOSTS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_SERVER_ADMIN</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_HTTPS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_HTTPS_CRT_FILENAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_HTTPS_KEY_FILENAME</Name>
<Mode/>
</Variable>
<Variable>
<Value>live/example.org/fullchain.pem</Value>
<Name>PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_SERVER_PATH</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_TRUST_PROXY_SSL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_LDAP_CLIENT_TLS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PHPLDAPADMIN_SSL_HELPER_PREFIX</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>LDAP_CLIENT_SSL_HELPER_PREFIX</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="WebUI port" Target="443" Default="443" Mode="tcp" Description="WebUI port" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_HOSTS" Target="PHPLDAPADMIN_LDAP_HOSTS" Default="example.org" Description="Set in the phpldapadmin server config.php" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PHPLDAPADMIN_SERVER_ADMIN" Target="PHPLDAPADMIN_SERVER_ADMIN" Default="webmaster@example.org" Description="Server admin email." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS" Target="PHPLDAPADMIN_HTTPS" Default="true" Mode="true" Description="Use apache ssl config. Defaults to true" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS_CRT_FILENAME" Target="PHPLDAPADMIN_HTTPS_CRT_FILENAME" Default="live/example.org/cert.pem" Description="Apache ssl certificate filename. If getting certs from Let's Encrypt, this should be of the form: live/example.org/cert.pem" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS_KEY_FILENAME" Target="PHPLDAPADMIN_HTTPS_KEY_FILENAME" Default="live/example.org/privkey.pem" Description="Apache ssl certificate private key filename. If getting certs from Let's Encrypt, this should be of the form: live/example.org/privkey.pem" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME" Target="PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME" Default="live/example.org/fullchain.pem" Description="Apache ssl CA certificate filename. If getting certs from Let's Encrypt, this should be of the form: live/example.org/fullchain.pem" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="LDAP SSL Certificate Path" Target="/container/service/phpldapadmin/assets/apache2/certs/" Default="letsencrypt-keys" Mode="rw" Description="Shared volume with Let's Encrypt certs. Create a docker volume -&amp;gt; docker create volume letsencrypt-keys, then link it in your linuxserver.io/letsencrypt docker container with container path: /config/etc/letsencrypt and host path: letsencrypt-keys" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_SERVER_PATH" Target="PHPLDAPADMIN_SERVER_PATH" Default="/phpldapadmin" Mode="/phpldapadmin" Description="Server path (useful if behind a reverse proxy). Defaults to /phpldapadmin" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_TRUST_PROXY_SSL" Target="PHPLDAPADMIN_TRUST_PROXY_SSL" Default="true" Description="Set to true to trust X-Forwarded-Proto header" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS" Default="true" Description="Enable ldap client tls config, ldap server certificate check and set client certificate. Defaults to true" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT" Default="demand" Description="Set ldap.conf TLS_REQCERT. Defaults to demand" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME" Default="ldap-ca.crt" Description="Set ldap.conf TLS_CACERT to /container/service/ldap-client/assets/certs/$PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME. Defaults to ldap-ca.crt" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME" Default="ldap-client.crt" Description="Set .ldaprc TLS_CERT to /container/service/ldap-client/assets/certs/$PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME. Defaults to ldap-client.crt" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME" Default="ldap-client.key" Description="Set .ldaprc TLS_KEY to /container/service/ldap-client/assets/certs/$PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME. Defaults to ldap-client.key" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_SSL_HELPER_PREFIX" Target="PHPLDAPADMIN_SSL_HELPER_PREFIX" Default="phpldapadmin" Description="ssl-helper environment variables prefix. Defaults to phpldapadmin, ssl-helper first search config from PHPLDAPADMIN_SSL_HELPER_* variables, before SSL_HELPER_* variables." Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="LDAP_CLIENT_SSL_HELPER_PREFIX" Target="LDAP_CLIENT_SSL_HELPER_PREFIX" Default="ldap" Description="ssl-helper environment variables prefix. Defaults to ldap, ssl-helper first search config from LDAP_SSL_HELPER_* variables, before SSL_HELPER_* variables." Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/container/service/phpldapadmin/assets/config/" Default="/mnt/user/appdata/phpldapadmin" Mode="rw" Description="Place your config.php in this path after setting up basic stuff in it like a hostname value" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Category>Network:Other Tools:</Category>
<WebUI>https://[IP]:[PORT:443]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/phpldapadmin.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/phpldapadmin.png</Icon>
<ExtraParams>--link openldap:example.org</ExtraParams>
<PostArgs>--loglevel debug</PostArgs>
<Config Name="WebUI port" Target="443" Default="443" Mode="tcp" Description="WebUI port" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_HOSTS" Target="PHPLDAPADMIN_LDAP_HOSTS" Default="example.org" Description="Set in the phpldapadmin server config.php" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PHPLDAPADMIN_SERVER_ADMIN" Target="PHPLDAPADMIN_SERVER_ADMIN" Default="webmaster@example.org" Description="Server admin email." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS" Target="PHPLDAPADMIN_HTTPS" Default="true" Mode="true" Description="Use apache ssl config. Defaults to true" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS_CRT_FILENAME" Target="PHPLDAPADMIN_HTTPS_CRT_FILENAME" Default="live/example.org/cert.pem" Description="Apache ssl certificate filename. If getting certs from Let's Encrypt, this should be of the form: live/example.org/cert.pem" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS_KEY_FILENAME" Target="PHPLDAPADMIN_HTTPS_KEY_FILENAME" Default="live/example.org/privkey.pem" Description="Apache ssl certificate private key filename. If getting certs from Let's Encrypt, this should be of the form: live/example.org/privkey.pem" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME" Target="PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME" Default="live/example.org/fullchain.pem" Description="Apache ssl CA certificate filename. If getting certs from Let's Encrypt, this should be of the form: live/example.org/fullchain.pem" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="LDAP SSL Certificate Path" Target="/container/service/phpldapadmin/assets/apache2/certs/" Default="letsencrypt-keys" Mode="rw" Description="Shared volume with Let's Encrypt certs. Create a docker volume -&amp;gt; docker create volume letsencrypt-keys, then link it in your linuxserver.io/letsencrypt docker container with container path: /config/etc/letsencrypt and host path: letsencrypt-keys" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_SERVER_PATH" Target="PHPLDAPADMIN_SERVER_PATH" Default="/phpldapadmin" Mode="/phpldapadmin" Description="Server path (useful if behind a reverse proxy). Defaults to /phpldapadmin" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_TRUST_PROXY_SSL" Target="PHPLDAPADMIN_TRUST_PROXY_SSL" Default="true" Description="Set to true to trust X-Forwarded-Proto header" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS" Default="true" Description="Enable ldap client tls config, ldap server certificate check and set client certificate. Defaults to true" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT" Default="demand" Description="Set ldap.conf TLS_REQCERT. Defaults to demand" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME" Default="ldap-ca.crt" Description="Set ldap.conf TLS_CACERT to /container/service/ldap-client/assets/certs/$PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME. Defaults to ldap-ca.crt" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME" Default="ldap-client.crt" Description="Set .ldaprc TLS_CERT to /container/service/ldap-client/assets/certs/$PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME. Defaults to ldap-client.crt" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME" Target="PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME" Default="ldap-client.key" Description="Set .ldaprc TLS_KEY to /container/service/ldap-client/assets/certs/$PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME. Defaults to ldap-client.key" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PHPLDAPADMIN_SSL_HELPER_PREFIX" Target="PHPLDAPADMIN_SSL_HELPER_PREFIX" Default="phpldapadmin" Description="ssl-helper environment variables prefix. Defaults to phpldapadmin, ssl-helper first search config from PHPLDAPADMIN_SSL_HELPER_* variables, before SSL_HELPER_* variables." Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="LDAP_CLIENT_SSL_HELPER_PREFIX" Target="LDAP_CLIENT_SSL_HELPER_PREFIX" Default="ldap" Description="ssl-helper environment variables prefix. Defaults to ldap, ssl-helper first search config from LDAP_SSL_HELPER_* variables, before SSL_HELPER_* variables." Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/container/service/phpldapadmin/assets/config/" Default="/mnt/user/appdata/phpldapadmin" Mode="rw" Description="Place your config.php in this path after setting up basic stuff in it like a hostname value" Type="Path" Display="advanced" Required="true" Mask="false"/>
</Container>

View File

@@ -1,46 +1,18 @@
<?xml version="1.0"?>
<Container version="2">
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/plex-ldap.xml</TemplateURL>
<Name>LDAPforPlex</Name>
<Repository>starbix/plex-ldap</Repository>
<Registry>https://hub.docker.com/r/starbix/plex-ldap/</Registry>
<Project>https://github.com/hjone72/LDAP-for-Plex/</Project>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/plex_ldap.png</Icon>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Category>Tools:</Category>
<Overview>An LDAP server that uses Plex as the provider.</Overview>
<Description>An LDAP server that uses Plex as the provider.</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>2389</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value/>
<Name>TOKEN</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MACHINEID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SERVERNAME</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="Plex Token" Target="TOKEN" Default="" Mode="" Description="Container Variable: TOKEN" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Plex machine identifier" Target="MACHINEID" Default="" Mode="" Description="Container Variable: MACHINEID" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Plex servername" Target="SERVERNAME" Default="" Mode="" Description="Container Variable: SERVERNAME" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="LDAP port" Target="2389" Default="2389" Mode="tcp" Description="Container Port: 2389" Type="Port" Display="always" Required="false" Mask="false"/>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/plex-ldap.xml</TemplateURL>
<Name>LDAPforPlex</Name>
<Repository>starbix/plex-ldap</Repository>
<Registry>https://hub.docker.com/r/starbix/plex-ldap/</Registry>
<Project>https://github.com/hjone72/LDAP-for-Plex/</Project>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/plex_ldap.png</Icon>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Category>Tools:</Category>
<Overview>An LDAP server that uses Plex as the provider.</Overview>
<Config Name="Plex Token" Target="TOKEN" Default="" Mode="" Description="Container Variable: TOKEN" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Plex machine identifier" Target="MACHINEID" Default="" Mode="" Description="Container Variable: MACHINEID" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Plex servername" Target="SERVERNAME" Default="" Mode="" Description="Container Variable: SERVERNAME" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="LDAP port" Target="2389" Default="2389" Mode="tcp" Description="Container Port: 2389" Type="Port" Display="always" Required="false" Mask="false"/>
</Container>

View File

@@ -5,36 +5,13 @@
<Registry>https://hub.docker.com/r/tronyx/plex-web/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/tronyx/plex-web/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/banjoanton/plex-web</Project>
<Overview>PlexWeb is a web app for Plex servers. Connect to your server via your URL and token to access features like viewing current activity and adding playlists based on IMDb lists. Based on Flask.</Overview>
<Category>MediaServer:Other Status:Stable</Category>
<WebUI>http://[IP]:[PORT:5000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/plex-web.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/plex-web.png</Icon>
<Description>PlexWeb is a web app for Plex servers. Connect to your server via your URL and token to access features like viewing current activity and adding playlists based on IMDb lists. Based on Flask.</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>5000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value/>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="WebUI" Target="5000" Default="5000" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/privatebin/nginx-fpm-alpine/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/PrivateBin/PrivateBin/issues/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/PrivateBin/PrivateBin/</Project>
<Overview>A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.</Overview>
<Category>Other:</Category>
@@ -13,24 +13,6 @@
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/privatebin.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/privatebin.png</Icon>
<ExtraParams>--read-only</ExtraParams>
<Description>A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/srv/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="null" Mask="false"/>
<Config Name="Config" Target="/srv/data" Default="/mnt/user/appdata/privatebin" Mode="rw" Description="Container Path: /srv/data" Type="Path" Display="advanced" Required="true" Mask="false"/>
</Container>

View File

@@ -12,7 +12,6 @@
<Category>Productivity:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prometheus.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/prometheus.png</Icon>
<Description>Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.</Description>
<Config Name="Port" Target="9090" Default="9090" Mode="tcp" Description="Container Port: 9090" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/prometheus" Default="/mnt/user/appdata/prometheus/data" Mode="rw" Description="Appdata directory" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Config" Target="/etc/prometheus/" Default="/mnt/user/appdata/prometheus/etc" Mode="rw" Description="Config directory" Type="Path" Display="advanced" Required="true" Mask="false"/>

View File

@@ -5,31 +5,12 @@
<Registry>https://hub.docker.com/r/keinnerd/quasselcore</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/KeinNerd/docker-quasselcore</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/KeinNerd/docker-quasselcore</Project>
<Overview>Quassel-Core with Encryption Support</Overview>
<Category>Network:Messenger</Category>
<TemplateURL>https://github.com/selfhosters/unRAID-CA-templates/raw/master/templates/quasselcore.xml</TemplateURL>
<Icon>https://camo.githubusercontent.com/c91c9026a347f3b7046dc9fb9971cd209a1a44e2/687474703a2f2f69636f6e732e69636f6e617263686976652e636f6d2f69636f6e732f6f787967656e2d69636f6e732e6f72672f6f787967656e2f3235362f417070732d7175617373656c2d69636f6e2e706e67</Icon>
<Description>Quassel-Core with Encryption Support</Description>
<Networking>
<Mode>container-bridge</Mode>
<Publish>
<Port>
<HostPort/>
<ContainerPort>4242</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="Port" Target="4242" Default="4242" Mode="tcp" Description="Container Port: 4242" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Config" Target="/config" Default="/mnt/user/appdata/quassel-core" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced" Required="false" Mask="false"/>
</Container>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/dmanius/radarrsync-docker/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/dmanius/radarrsync-docker/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/dairefinn/RadarrSync</Project>
<Overview>RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a docker container. This version supports only two servers.&#xD;
[br][br]&#xD;
@@ -23,46 +23,6 @@ PROFILE_ID -&amp;gt; The profile number you want the video to be added with. (St
<Category>Downloaders: Status:Stable</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/radarrsync.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/radarrsync.png</Icon>
<Description>RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a docker container. This version supports only two servers.&#xD;
[br][br]&#xD;
RADARR_URL -&amp;gt; The endpoint of your radarr server&#xD;
[br]&#xD;
RADARR_KEY -&amp;gt; The API key for your radarr server&#xD;
[br]&#xD;
RADARR4K_URL -&amp;gt; The endpoint of your radarr server you want to sync to&#xD;
[br]&#xD;
RADARR4K_KEY -&amp;gt; The API key for this server&#xD;
[br]&#xD;
PROFILE_ID -&amp;gt; The profile number you want the video to be added with. (Start counting from Any:1 SD:2 ect Ultra-HD is normally 5. )&#xD;
[br][br]&#xD;
[b]Ensure that the root path is the same on both servers. ie /movie[b]</Description>
<Environment>
<Variable>
<Value/>
<Name>RADARR_URL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>RADARR_KEY</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>RADARR4K_URL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>RADARR4K_KEY</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PROFILE_ID</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="Radarr URL" Target="RADARR_URL" Default="" Mode="" Description="Container Variable: RADARR_URL" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Radarr API Key" Target="RADARR_KEY" Default="" Mode="" Description="Container Variable: RADARR_KEY" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Radarr Server 2 URL " Target="RADARR4K_URL" Default="" Mode="" Description="Container Variable: RADARR4K_URL" Type="Variable" Display="always" Required="true" Mask="false"/>

View File

@@ -1,101 +1,101 @@
<?xml version="1.0"?>
<Container version="2">
<Name>Rebuild-DNDC</Name>
<Repository>eafxx/rebuild-dndc:unraid-m</Repository>
<Registry>https://hub.docker.com/r/eafxx/rebuild-dndc</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/eafxx/rebuild-dndc</Support>
<Project>https://github.com/elmerfdz/unRAIDscripts</Project>
<Overview>- Rebuild Docker Network Dependent Containers, e.g. Monitor a VPN or any container and rebuild dependent containers using the VPN container network stack --net=container:vpn_cotnainer_name. [br]
<Name>Rebuild-DNDC</Name>
<Repository>eafxx/rebuild-dndc:unraid-m</Repository>
<Registry>https://hub.docker.com/r/eafxx/rebuild-dndc</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/eafxx/rebuild-dndc</Support>
<Project>https://github.com/elmerfdz/unRAIDscripts</Project>
<Overview>- Rebuild Docker Network Dependent Containers, e.g. Monitor a VPN or any container and rebuild dependent containers using the VPN container network stack --net=container:vpn_cotnainer_name. [br]
- RDNDC will monitor the master/vpn container during updates, restarts and after server boot. [br]
- Please refer to the readme before deploying this container: https://github.com/elmerfdz/unRAIDscripts</Overview>
<Category>Tools:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/rebuild-dndc.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/rdndc.png</Icon>
<Description>- Rebuild Docker Network Dependent Containers, e.g. Monitor a VPN or any container and rebuild dependent containers using the VPN container network stack --net=container:vpn_cotnainer_name. [br]
<Category>Tools:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/rebuild-dndc.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/rdndc.png</Icon>
<Description>- Rebuild Docker Network Dependent Containers, e.g. Monitor a VPN or any container and rebuild dependent containers using the VPN container network stack --net=container:vpn_cotnainer_name. [br]
- RDNDC will monitor the master/vpn container during updates, restarts and after server boot. [br]
- Please refer to the readme before deploying this container: https://github.com/elmerfdz/unRAIDscripts</Description>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/var/run/docker.sock</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/config/docker-templates</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/config/rebuild-dndc</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>mastercontname</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>mastercontconcheck</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>ping_ip</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>ping_ip_alt</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>ping_count</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>sleep_secs</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>run_startup</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>discord_notifications</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>discord_url</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>cron</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="Master Container Name" Target="mastercontname" Default="" Mode="" Description="Container Variable: mastercontname" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Master Container Connection Check" Target="mastercontconcheck" Default="yes" Mode="" Description="Container Variable: mastercontconcheck (yes/no)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Ping IP" Target="ping_ip" Default="1.1.1.1" Mode="" Description="Container Variable: ping_ip" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Ping IP Alt" Target="ping_ip_alt" Default="8.8.8.8" Mode="" Description="Container Variable: ping_ip_alt" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Ping Count" Target="ping_count" Default="4" Mode="" Description="Container Variable: ping_count" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Sleep Secs" Target="sleep_secs" Default="10" Mode="" Description="Container Variable: sleep_secs" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Run on Startup" Target="run_startup" Default="yes|no" Mode="" Description="Container Variable: run_startup (yes/no)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Enable Discord Notifications" Target="discord_notifications" Default="no" Mode="" Description="Container Variable: discord_notifications (yes/no)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Discord Webhook URL" Target="discord_url" Default="" Mode="" Description="Container Variable: discord_url" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Docker Sock" Target="/var/run/docker.sock" Default="/var/run/docker.sock" Mode="rw" Description="Container Path: /var/run/docker.sock" Type="Path" Display="advanced-hide" Required="true" Mask="false"/>
<Config Name="CRON Schedule" Target="cron" Default="*/5 * * * *" Mode="" Description="Container Variable: cron" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Docker Template Location" Target="/config/docker-templates" Default="/boot/config/plugins/dockerMan/templates-user" Mode="ro" Description="Container Path: /config/docker-templates" Type="Path" Display="advanced-hide" Required="true" Mask="false"/>
<Config Name="Config" Target="/config/rebuild-dndc" Default="/mnt/user/appdata/rebuild-dndc" Mode="rw" Description="Container Path: /config/rebuild-dndc" Type="Path" Display="advanced" Required="false" Mask="false"/>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/var/run/docker.sock</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/config/docker-templates</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/config/rebuild-dndc</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>mastercontname</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>mastercontconcheck</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>ping_ip</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>ping_ip_alt</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>ping_count</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>sleep_secs</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>run_startup</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>discord_notifications</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>discord_url</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>cron</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="Master Container Name" Target="mastercontname" Default="" Mode="" Description="Container Variable: mastercontname" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Master Container Connection Check" Target="mastercontconcheck" Default="yes" Mode="" Description="Container Variable: mastercontconcheck (yes/no)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Ping IP" Target="ping_ip" Default="1.1.1.1" Mode="" Description="Container Variable: ping_ip" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Ping IP Alt" Target="ping_ip_alt" Default="8.8.8.8" Mode="" Description="Container Variable: ping_ip_alt" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Ping Count" Target="ping_count" Default="4" Mode="" Description="Container Variable: ping_count" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Sleep Secs" Target="sleep_secs" Default="10" Mode="" Description="Container Variable: sleep_secs" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Run on Startup" Target="run_startup" Default="yes|no" Mode="" Description="Container Variable: run_startup (yes/no)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Enable Discord Notifications" Target="discord_notifications" Default="no" Mode="" Description="Container Variable: discord_notifications (yes/no)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Discord Webhook URL" Target="discord_url" Default="" Mode="" Description="Container Variable: discord_url" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Docker Sock" Target="/var/run/docker.sock" Default="/var/run/docker.sock" Mode="rw" Description="Container Path: /var/run/docker.sock" Type="Path" Display="advanced-hide" Required="true" Mask="false"/>
<Config Name="CRON Schedule" Target="cron" Default="*/5 * * * *" Mode="" Description="Container Variable: cron" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Docker Template Location" Target="/config/docker-templates" Default="/boot/config/plugins/dockerMan/templates-user" Mode="ro" Description="Container Path: /config/docker-templates" Type="Path" Display="advanced-hide" Required="true" Mask="false"/>
<Config Name="Config" Target="/config/rebuild-dndc" Default="/mnt/user/appdata/rebuild-dndc" Mode="rw" Description="Container Path: /config/rebuild-dndc" Type="Path" Display="advanced" Required="false" Mask="false"/>
</Container>

View File

@@ -15,43 +15,6 @@
<Category>Tools:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/red-discordbot.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/red-discordbot.png</Icon>
<Description>The newest Red-Discordbot in a convenient multi-arch container &#xD;
[br][br]&#xD;
[b]How to create a bot account:[/b] https://discordpy.readthedocs.io/en/v1.0.1/discord.html#creating-a-bot-account&#xD;
[br][br]&#xD;
[b]Readme:[/b] https://github.com/PhasecoreX/docker-red-discordbot</Description>
<Networking>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PGID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PREFIX</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>TOKEN</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/redbot" Mode="rw" Description="Container Path: /data&#13;&#10;Folder to persist Red-DiscordBot data." Type="Path" Display="advanced" Required="false" Mask="false"/>

View File

@@ -23,64 +23,11 @@ Get plugins here: https://github.com/HaveAGitGat/Tdarr_Plugins&#xD;
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/tdarr.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=L5MWTNDLLB6AC&amp;amp;source=url</DonateLink>
<Description>Tdarr is a self hosted web-app for automating media library transcode management and making sure your content is in your preferred codecs and works well in the 'arr' family of apps. &#xD;
[br][br]&#xD;
Built with the aim of modularisation, parallelisation and scalability, each library you add has its own transcode settings, filters and schedule. Workers can be fired up and closed down as necessary, and are split into 3 types - 'general', 'transcode' and 'health check'. Worker limits can be managed by the scheduler as well as manually.&#xD;
[br][br]&#xD;
For a desktop application with similar functionality please see HBBatchBeast.&#xD;
[br][br]&#xD;
Get plugins here: https://github.com/HaveAGitGat/Tdarr_Plugins&#xD;
[br][br]&#xD;
&#xD;
[b][span style='color: #E80000;'] NOTE: This container needs a separate MonogDB instance! [/span][/b] </Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>8265</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/home/Tdarr/Media</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/home/Tdarr/Documents</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/var/lib/mongodb</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/home/Tdarr/cache</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="WebUI" Target="8265" Default="8265" Mode="tcp" Description="Container Port: 8265" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Media Library" Target="/home/Tdarr/Media" Default="/mnt/user/Media" Mode="rw" Description="Container Path: /home/Tdarr/Media" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/home/Tdarr/Documents" Default="/mnt/user/appdata/tdarr" Mode="rw" Description="Container Path: /home/Tdarr/Documents" Type="Path" Display="advanced" Required="false" Mask="false"/>
<Config Name="Transcode Cache" Target="/home/Tdarr/cache" Default="/mnt/cache/tdarr-cache" Mode="rw" Description="Container Path: /home/Tdarr/cache" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="MongoDB Database" Target="MONGO_URL" Default="mongodb://unraidIP:27017/Tdarr" Mode="" Description="Container Variable: MONGO_URL" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>
</Container>

View File

@@ -23,61 +23,8 @@ Get plugins here: https://github.com/HaveAGitGat/Tdarr_Plugins&#xD;
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/tdarr.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=L5MWTNDLLB6AC&amp;amp;source=url</DonateLink>
<Description>Tdarr is a self hosted web-app for automating media library transcode management and making sure your content is in your preferred codecs and works well in the 'arr' family of apps. &#xD;
[br][br]&#xD;
Built with the aim of modularisation, parallelisation and scalability, each library you add has its own transcode settings, filters and schedule. Workers can be fired up and closed down as necessary, and are split into 3 types - 'general', 'transcode' and 'health check'. Worker limits can be managed by the scheduler as well as manually.&#xD;
[br][br]&#xD;
For a desktop application with similar functionality please see HBBatchBeast.&#xD;
[br][br]&#xD;
Get plugins here: https://github.com/HaveAGitGat/Tdarr_Plugins&#xD;
[br][br]&#xD;
&#xD;
</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>8265</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/home/Tdarr/Media</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/home/Tdarr/Documents</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/var/lib/mongodb</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/home/Tdarr/cache</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="WebUI" Target="8265" Default="8265" Mode="tcp" Description="Container Port: 8265" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Media Library" Target="/home/Tdarr/Media" Default="/mnt/user/Media" Mode="rw" Description="Container Path: /home/Tdarr/Media" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/home/Tdarr/Documents" Default="/mnt/user/appdata/tdarr" Mode="rw" Description="Container Path: /home/Tdarr/Documents" Type="Path" Display="advanced" Required="false" Mask="false"/>

View File

@@ -21,9 +21,6 @@ The default admin password is "admin". Don't forget to change it before going to
<Category>Cloud: Productivity:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<Icon>https://raw.githubusercontent.com/sismics/docs/master/docs-web/src/main/resources/image/logo.png</Icon>
<Description>Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses.&#xD;
&#xD;
The default admin password is "admin". Don't forget to change it before going to production.</Description>
<Config Name="WebUI Port" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Data Storage" Target="/data" Default="/mnt/user/appdata/Teedy" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="DOCS_BASE_URL" Target="DOCS_BASE_URL" Default="" Mode="" Description="For using an external URL, for example https://teedy.mycompany.com" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/traccar/traccar/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/traccar/traccar/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/traccar/traccar</Project>
<Overview>Traccar is an open source GPS tracking system. This repository contains Java-based back-end service. It supports more than 170 GPS protocols and more than 1500 models of GPS tracking devices. Traccar can be used with any major SQL database system. It also provides easy to use REST API.&#xD;
[br][br]&#xD;
@@ -17,43 +17,6 @@ Link to traccar.xml: https://raw.githubusercontent.com/traccar/traccar/master/se
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/traccar.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/traccar.png</Icon>
<ExtraParams>--restart always --hostname traccar</ExtraParams>
<Description>Traccar is an open source GPS tracking system. This repository contains Java-based back-end service. It supports more than 170 GPS protocols and more than 1500 models of GPS tracking devices. Traccar can be used with any major SQL database system. It also provides easy to use REST API.&#xD;
[br][br]&#xD;
Link to traccar.xml: https://raw.githubusercontent.com/traccar/traccar/master/setup/traccar.xml&#xD;
[br][br]&#xD;
[b]Add it to your host path before starting the container. [b]</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>8082</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort/>
<ContainerPort>5000-5150</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort/>
<ContainerPort>5000-5150</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/opt/traccar/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/opt/traccar/conf/traccar.xml</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Config Name="WebUI" Target="8082" Default="8082" Mode="tcp" Description="Container Port: 8082" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Host port 1" Target="5000-5150" Default="5000-5150" Mode="tcp" Description="Container Port: 5000-5150" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Host port 2" Target="5000-5150" Default="5000-5150" Mode="udp" Description="Container Port: 5000-5150" Type="Port" Display="always" Required="false" Mask="false"/>

View File

@@ -12,8 +12,6 @@ For more info on env variables and setup of your config file, check out: https:/
<Category>Tools:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/traktarr.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/traktarr.png</Icon>
<Description>Script to add new series and movies to Sonarr/Radarr based on Trakt lists. [br][br] &#xD;
For more info on env variables and setup of your config file, check out: https://hub.docker.com/r/eafxx/traktarr [br]</Description>
<Data>
<Volume>
<HostDir/>

View File

@@ -17,7 +17,6 @@
<Date>2020-01-04</Date>
<DonateText>Buy me a Cola!</DonateText>
<DonateLink>https://paypal.me/Roxedus</DonateLink>
<Description>Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser.</Description>
<Config Name="App data" Target="/config" Default="/mnt/user/appdata/ts-dnsserver" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/ts-dnsserver</Config>
<Config Name="Web UI" Target="5380" Default="5380" Mode="tcp" Description="Container Port: " Type="Port" Display="always" Required="false" Mask="false">5380</Config>
<Config Name="DNS Port" Target="53" Default="53" Mode="udp" Description="Container Port: 53" Type="Port" Display="always" Required="false" Mask="false">53</Config>

View File

@@ -7,7 +7,7 @@
<Network>bridge</Network>
<Privileged>false</Privileged>
<Changes>See https://github.com/unifi-poller/unifi-poller/wiki/CHANGES</Changes>
<Support>https://community.ui.com/questions/UniFi-Poller-Store-UniFi-Controller-Metrics-in-Prometheus-or-InfluxDB/58a0ea34-d2b3-41cd-93bb-d95d3896d1a1</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/unifi-poller/unifi-poller</Project>
<Category>Tools:Utilities Network:Management</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/unifi-poller.xml</TemplateURL>
@@ -21,18 +21,6 @@
[b]READ THE INSTRUCTIONS![/b]
[u][a href="https://github.com/unifi-poller/unifi-poller/wiki/Configuration"]https://github.com/unifi-poller/unifi-poller/wiki/Configuration[/a][/u][br]
</Overview>
<Description>Collect ALL UniFi Controller, Device and Client Data - Export to InfluxDB or Prometheus. Visualize with Grafana using included dashboards.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>9031</HostPort>
<ContainerPort>9031</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment/>
<!-- poller -->
<Config Name="Poller Debug Mode" Target="UP_POLLER_DEBUG" Default="false|true" Mode="" Description="Container Variable: UP_POLLER_DEBUG - Setting true includes more log output." Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Poller Quiet Mode" Target="UP_POLLER_QUIET" Default="false|true" Mode="" Description="Container Variable: UP_POLLER_QUIET - Setting true disables most log output." Type="Variable" Display="advanced-hide" Required="false" Mask="false"></Config>

View File

@@ -12,55 +12,6 @@
<WebUI>http://[IP]:[PORT:8888]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/unmanic.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/unmanic.png</Icon>
<Description>Unmanic is a simple tool for optimising your video library to a single format. The ultimate goal of Unmanic is to take the complexity out of converting your whole media library. The idea is to simply point Unmanic at your library and let it manage it.</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>8888</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/library/movies</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/library/tv</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/tmp/unmanic</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PGID</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>DEBUGGING</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="WebUI" Target="8888" Default="8888" Mode="tcp" Description="Container Port: 8888" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>

View File

@@ -6,11 +6,10 @@
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/davidnewhall/unpackerr/issues/new</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/davidnewhall/unpackerr</Project>
<Icon>https://raw.githubusercontent.com/wiki/davidnewhall/unpackerr/images/logo.png</Icon>
<Category>Tools:</Category>
<Description>Download extractor for Sonarr, Radarr and Lidarr!</Description>
<Overview>
RAR download extractor for Sonarr, Radarr and Lidarr! Mount /downloads on all 3 or 4 containers to the same path on your host.
This application will automatically poll all of the apps (Lidarr, Sonarr, Radarr) to check for downloads. When a completed

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/requarks/wiki/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/requarks/wiki/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/Requarks/wiki</Project>
<Overview>A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown&#xD;</Overview>
<Category>Cloud: Productivity: Status:Beta</Category>
@@ -14,65 +14,6 @@
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/wikijs.png</Icon>
<DonateText>Wiki.js is an open source project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider becoming a patron or donating to our OpenCollective.</DonateText>
<DonateLink>https://opencollective.com/wikijs</DonateLink>
<Description>A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown&#xD;</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>mariadb</Value>
<Name>DB_TYPE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>DB_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>DB_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>wikijs</Value>
<Name>DB_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value>wikijs</Value>
<Name>DB_PASS</Name>
<Mode/>
</Variable>
<Variable>
<Value>wikijs</Value>
<Name>DB_NAME</Name>
<Mode/>
</Variable>
<Variable>
<Value>false</Value>
<Name>DB_SSL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>DB_FILEPATH</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Logs" Target="/logs" Default="/mnt/user/appdata/wikijs/logs" Mode="rw" Description="Container Path: /logs" Type="Path" Display="advanced" Required="false" Mask="false"/>
<Config Name="Database Type" Target="DB_TYPE" Default="mariadb" Mode="" Description="DB_TYPE : Type of database (mysql, postgres, mariadb, mssql or sqlite)" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/xibosignage/xibo-cms/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/xibosignage/xibo-cms/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/xibosignage/xibo-docker</Project>
<Overview>Xibo Content Management System&#xD;
[br][br]&#xD;
@@ -18,191 +18,6 @@ U: xibo_admin P: password </Overview>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/template/xibo-cms.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/xibo.png</Icon>
<Description>Xibo Content Management System&#xD;
[br][br]&#xD;
Xibo&#x2019;s digital signage platform is made up of a Content Management System (CMS), a choice of players, a choice of hosting options and different levels of support to meet your requirements. To get started with Xibo you need a CMS and at least 1 signage player.&#xD;
[br][br]&#xD;
After the containers have come up you should be able to login with the details:&#xD;
[br][br]&#xD;
U: xibo_admin P: password </Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/var/www/cms/custom</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/var/www/backup</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/var/www/cms/web/theme/custom</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/var/www/cms/library</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/var/www/cms/web/userscripts</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>MYSQL_DATABASE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_BACKUP_ENABLED</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_SERVER</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_USERNAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_USE_TLS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_USE_STARTTLS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_REWRITE_DOMAIN</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_HOSTNAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SMTP_FROM_LINE_OVERRIDE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_ALIAS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_PHP_SESSION_GC_MAXLIFETIME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_PHP_POST_MAX_SIZE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_PHP_UPLOAD_MAX_FILESIZE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_PHP_MAX_EXECUTION_TIME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_PHP_MEMORY_LIMIT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_APACHE_START_SERVERS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_APACHE_MIN_SPARE_SERVERS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_APACHE_MAX_SPARE_SERVERS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_APACHE_MAX_REQUEST_WORKERS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_APACHE_MAX_CONNECTIONS_PER_CHILD</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_APACHE_TIMEOUT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>CMS_SERVER_NAME</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>XMR_HOST</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="WebUI" Target="80" Default="8976" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Database" Target="MYSQL_DATABASE" Default="cms" Mode="" Description="Container Variable: MYSQL_DATABASE" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Database User" Target="MYSQL_USER" Default="cms" Mode="" Description="Container Variable: MYSQL_USER" Type="Variable" Display="always" Required="false" Mask="false"/>

View File

@@ -5,7 +5,7 @@
<Registry>https://hub.docker.com/r/xibosignage/xibo-xmr/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/xibosignage/xibo-xmr/</Support>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/xibosignage/xibo-xmr</Project>
<Overview>XMR (Xibo Message Relay) &#xD;
[br][br]&#xD;
@@ -13,51 +13,6 @@ XMR is a php application built on ReactPHP which acts as a ZeroMQ message exchan
<Category>Productivity:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/template/xibo-xmr.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/xibo.png</Icon>
<Description>XMR (Xibo Message Relay) &#xD;
[br][br]&#xD;
XMR is a php application built on ReactPHP which acts as a ZeroMQ message exchange between the Xibo CMS and connected Xibo Players. It doesn't do anything beyond forward messages from the CMS to a pub/sub socket.</Description>
<Networking>
<Publish>
<Port>
<HostPort/>
<ContainerPort>9505</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort/>
<ContainerPort>50001</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value/>
<Name>XMR_DEBUG</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>XMR_QUEUE_POLL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>XMR_QUEUE_SIZE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>XMR_IPV6RESPSUPPORT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>XMR_IPV6PUBSUPPORT</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="Publish port" Target="9505" Default="9505" Mode="tcp" Description="Container Port: 9505" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Listen port" Target="50001" Default="50001" Mode="tcp" Description="Container Port: 50001" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Debug" Target="XMR_DEBUG" Default="false" Mode="" Description="Container Variable: XMR_DEBUG" Type="Variable" Display="always" Required="false" Mask="false"/>