This commit is contained in:
Andrew Z 2021-03-02 08:02:35 -05:00
parent 00ba11b6b5
commit 4b45a663b7
7 changed files with 489 additions and 53 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1614682962
"last_updated_timestamp": 1614690153
}

View File

@ -105108,13 +105108,236 @@
"FirstSeen": 1557094141
},
{
"TemplatePath": "/tmp/appFeed/templates/ich777sRepository/ich777/Lidarr.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Overview",
"Extra content at the end of the document"
"Name": "Lidarr",
"Repository": "ich777/lidarr",
"Registry": "https://hub.docker.com/r/ich777/lidarr",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://lidarr.audio/",
"Overview": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them.\r\n\r\nUPDATE: The container will check on every start/restart if there is a newer version available (you can also choose between stabel and nightly version - keep in mind that switching from a stable to a nightly version and vice versa can break the container).\r\n\r\nMANUAL VERSION: You can also set a version manually by typing in the version number that you want to use for example: '0.7.0.1347' (without quotes) - you can also change it to 'latest' or 'nightly' like described above.\r\n\r\nATTENTION: Don't change the port in the Lidarr config itself.\r\n\r\nMIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your music and select 'No, I'll Move the Files Myself'!\r\n\r\nWARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .",
"WebUI": "http://[IP]:[PORT:8686]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/lidarr.png",
"ExtraParams": "--restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "8686",
"ContainerPort": "8686",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache/appdata/lidarr",
"ContainerDir": "/lidarr",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/Music/",
"ContainerDir": "/mnt/music",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/Downloads/",
"ContainerDir": "/mnt/downloads",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "nightly",
"Name": "LIDARR_REL",
"Mode": ""
},
{
"Value": "99",
"Name": "UID",
"Mode": ""
},
{
"Value": "100",
"Name": "GID",
"Mode": ""
},
{
"Value": "0000",
"Name": "UMASK",
"Mode": ""
},
{
"Value": "--debug",
"Name": "MONO_START_PARAMS",
"Mode": ""
},
{
"Value": "770",
"Name": "DATA_PERM",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Data Dir",
"Target": "/lidarr",
"Default": "",
"Mode": "rw",
"Description": "Configuration directory",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/cache/appdata/lidarr"
},
{
"@attributes": {
"Name": "Music",
"Target": "/mnt/music",
"Default": "",
"Mode": "rw",
"Description": "Path to your Music<br>\r\n<br>\r\n<b>WARNING:</b> <br>\r\nThis style of paths has a performance and disk usage impact: <b>slow, I/O intensive moves</b> and <b>wasted disk space</b>.\r\n<br>\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/disks/misc/Music/"
},
{
"@attributes": {
"Name": "Dowloads",
"Target": "/mnt/downloads",
"Default": "",
"Mode": "rw",
"Description": "Main download directory<br>\r\n<br>\r\n<b>WARNING:</b> <br>\r\nThis style of paths has a performance and disk usage impact: <b>slow, I/O intensive moves</b> and <b>wasted disk space</b>.\r\n<br>\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Downloads/"
},
{
"@attributes": {
"Name": "Lidarr Release",
"Target": "LIDARR_REL",
"Default": "",
"Mode": "",
"Description": "Select if you want to download a stable or prerelease (valid options are 'lastest' and 'nightly' without quotes - you can also set the version manual in this format: '0.7.0.1347' or '0.6.2.883' without quotes).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "nightly"
},
{
"@attributes": {
"Name": "TCP - WebGUI http",
"Target": "8686",
"Default": "",
"Mode": "tcp",
"Description": "WebGUI port http",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8686"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "Container Variable: UID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "Container Variable: GID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "0000"
},
{
"@attributes": {
"Name": "Mono Start Parameters",
"Target": "MONO_START_PARAMS",
"Default": "",
"Mode": "",
"Description": "Only change if you know what you are doing!",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "--debug"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "Container Variable: DATA_PERM",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "770"
}
],
"LastUpdateScan": 1612717620,
"FirstSeen": 1538604219
"Repo": "ich777's Repository",
"Description": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them.\r\n\r\nUPDATE: The container will check on every start/restart if there is a newer version available (you can also choose between stabel and nightly version - keep in mind that switching from a stable to a nightly version and vice versa can break the container).\r\n\r\nMANUAL VERSION: You can also set a version manually by typing in the version number that you want to use for example: '0.7.0.1347' (without quotes) - you can also change it to 'latest' or 'nightly' like described above.\r\n\r\nATTENTION: Don't change the port in the Lidarr config itself.\r\n\r\nMIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your music and select 'No, I'll Move the Files Myself'!\r\n\r\nWARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Lidarr.xml",
"CategoryList": [
"Downloaders"
],
"downloads": 3253,
"LastUpdateScan": 1612228108,
"FirstSeen": 1601834982
},
{
"Name": "luckyBackup",
@ -127728,10 +127951,6 @@
{
"TemplatePath": "/tmp/appFeed/templates/TQsRepository/docker-zabbix-appliance-alpine.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Overview",
"Extra content at the end of the document",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found"
],
@ -142759,10 +142978,10 @@
"Repo": "StevenD's Repository",
"TemplateURL": "https://raw.githubusercontent.com/StevenDTX/unraid-plugin-repository/master/openVMTools-compiled.xml",
"Repository": "https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg",
"pluginVersion": "2020.12.19",
"pluginVersion": "2021.03.02",
"MinVer": "6.6.6",
"Overview": "Open-VM-Tools for running unRAID as a VM under ESXi.",
"Date": 1608354000,
"Date": 1614661200,
"OriginalOverview": "\nOpen-VM-Tools for running unRAID as a VM under ESXi.\n",
"Description": "Open-VM-Tools for running unRAID as a VM under ESXi.",
"Registry": "",
@ -154487,8 +154706,9 @@
"CategoryList": [
"MediaApp-Other"
],
"downloads": 127,
"LastUpdateScan": 1612091231,
"downloads": 22152,
"stars": 1,
"LastUpdateScan": 1614690151,
"FirstSeen": 1612091231
},
{
@ -188970,7 +189190,7 @@
"Overview": "Roundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an email client, including MIME support, address book, folder management, message searching and spell checking. Roundcube Webmail is written in PHP and requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is easily extendable and the user interface is fully customizable using skins.",
"WebUI": "http://[IP]:[PORT:1154]/",
"TemplateURL": "https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-roundcube-ver-mysql.xml",
"Icon": "https://github.com/Muwahhidun/logo/blob/main/roundcube.png",
"Icon": "https://raw.githubusercontent.com/Muwahhidun/logo/main/roundcube.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
@ -189563,10 +189783,6 @@
{
"TemplatePath": "/tmp/appFeed/templates/FlippinTurtsRepository/hastebin.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Overview",
"Extra content at the end of the document",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Container line 2 and support",

View File

@ -1,7 +1,7 @@
{
"apps": 1170,
"last_updated_timestamp": 1614682962,
"last_updated": "2021-03-02 06:02",
"last_updated_timestamp": 1614690153,
"last_updated": "2021-03-02 08:02",
"categories": [
{
"Cat": "Backup:",
@ -105266,13 +105266,236 @@
"FirstSeen": 1557094141
},
{
"TemplatePath": "/tmp/appFeed/templates/ich777sRepository/ich777/Lidarr.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Overview",
"Extra content at the end of the document"
"Name": "Lidarr",
"Repository": "ich777/lidarr",
"Registry": "https://hub.docker.com/r/ich777/lidarr",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://lidarr.audio/",
"Overview": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them.\r\n\r\nUPDATE: The container will check on every start/restart if there is a newer version available (you can also choose between stabel and nightly version - keep in mind that switching from a stable to a nightly version and vice versa can break the container).\r\n\r\nMANUAL VERSION: You can also set a version manually by typing in the version number that you want to use for example: '0.7.0.1347' (without quotes) - you can also change it to 'latest' or 'nightly' like described above.\r\n\r\nATTENTION: Don't change the port in the Lidarr config itself.\r\n\r\nMIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your music and select 'No, I'll Move the Files Myself'!\r\n\r\nWARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .",
"WebUI": "http://[IP]:[PORT:8686]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/lidarr.png",
"ExtraParams": "--restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "8686",
"ContainerPort": "8686",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache/appdata/lidarr",
"ContainerDir": "/lidarr",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/Music/",
"ContainerDir": "/mnt/music",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/Downloads/",
"ContainerDir": "/mnt/downloads",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "nightly",
"Name": "LIDARR_REL",
"Mode": ""
},
{
"Value": "99",
"Name": "UID",
"Mode": ""
},
{
"Value": "100",
"Name": "GID",
"Mode": ""
},
{
"Value": "0000",
"Name": "UMASK",
"Mode": ""
},
{
"Value": "--debug",
"Name": "MONO_START_PARAMS",
"Mode": ""
},
{
"Value": "770",
"Name": "DATA_PERM",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Data Dir",
"Target": "/lidarr",
"Default": "",
"Mode": "rw",
"Description": "Configuration directory",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/cache/appdata/lidarr"
},
{
"@attributes": {
"Name": "Music",
"Target": "/mnt/music",
"Default": "",
"Mode": "rw",
"Description": "Path to your Music&lt;br&gt;\r\n&lt;br&gt;\r\n&lt;b&gt;WARNING:&lt;/b&gt; &lt;br&gt;\r\nThis style of paths has a performance and disk usage impact: &lt;b&gt;slow, I/O intensive moves&lt;/b&gt; and &lt;b&gt;wasted disk space&lt;/b&gt;.\r\n&lt;br&gt;\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/disks/misc/Music/"
},
{
"@attributes": {
"Name": "Dowloads",
"Target": "/mnt/downloads",
"Default": "",
"Mode": "rw",
"Description": "Main download directory&lt;br&gt;\r\n&lt;br&gt;\r\n&lt;b&gt;WARNING:&lt;/b&gt; &lt;br&gt;\r\nThis style of paths has a performance and disk usage impact: &lt;b&gt;slow, I/O intensive moves&lt;/b&gt; and &lt;b&gt;wasted disk space&lt;/b&gt;.\r\n&lt;br&gt;\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Downloads/"
},
{
"@attributes": {
"Name": "Lidarr Release",
"Target": "LIDARR_REL",
"Default": "",
"Mode": "",
"Description": "Select if you want to download a stable or prerelease (valid options are 'lastest' and 'nightly' without quotes - you can also set the version manual in this format: '0.7.0.1347' or '0.6.2.883' without quotes).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "nightly"
},
{
"@attributes": {
"Name": "TCP - WebGUI http",
"Target": "8686",
"Default": "",
"Mode": "tcp",
"Description": "WebGUI port http",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8686"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "Container Variable: UID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "Container Variable: GID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "0000"
},
{
"@attributes": {
"Name": "Mono Start Parameters",
"Target": "MONO_START_PARAMS",
"Default": "",
"Mode": "",
"Description": "Only change if you know what you are doing!",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "--debug"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "Container Variable: DATA_PERM",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "770"
}
],
"LastUpdateScan": 1612717620,
"FirstSeen": 1538604219
"Repo": "ich777's Repository",
"Description": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them.\r\n\r\nUPDATE: The container will check on every start/restart if there is a newer version available (you can also choose between stabel and nightly version - keep in mind that switching from a stable to a nightly version and vice versa can break the container).\r\n\r\nMANUAL VERSION: You can also set a version manually by typing in the version number that you want to use for example: '0.7.0.1347' (without quotes) - you can also change it to 'latest' or 'nightly' like described above.\r\n\r\nATTENTION: Don't change the port in the Lidarr config itself.\r\n\r\nMIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your music and select 'No, I'll Move the Files Myself'!\r\n\r\nWARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Lidarr.xml",
"CategoryList": [
"Downloaders"
],
"downloads": 3253,
"LastUpdateScan": 1612228108,
"FirstSeen": 1601834982
},
{
"Name": "luckyBackup",
@ -127886,10 +128109,6 @@
{
"TemplatePath": "/tmp/appFeed/templates/TQsRepository/docker-zabbix-appliance-alpine.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Overview",
"Extra content at the end of the document",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found"
],
@ -142917,10 +143136,10 @@
"Repo": "StevenD's Repository",
"TemplateURL": "https://raw.githubusercontent.com/StevenDTX/unraid-plugin-repository/master/openVMTools-compiled.xml",
"Repository": "https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg",
"pluginVersion": "2020.12.19",
"pluginVersion": "2021.03.02",
"MinVer": "6.6.6",
"Overview": "Open-VM-Tools for running unRAID as a VM under ESXi.",
"Date": 1608354000,
"Date": 1614661200,
"OriginalOverview": "\nOpen-VM-Tools for running unRAID as a VM under ESXi.\n",
"Description": "Open-VM-Tools for running unRAID as a VM under ESXi.",
"Registry": "",
@ -154645,8 +154864,9 @@
"CategoryList": [
"MediaApp-Other"
],
"downloads": 127,
"LastUpdateScan": 1612091231,
"downloads": 22152,
"stars": 1,
"LastUpdateScan": 1614690151,
"FirstSeen": 1612091231
},
{
@ -189128,7 +189348,7 @@
"Overview": "Roundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an email client, including MIME support, address book, folder management, message searching and spell checking. Roundcube Webmail is written in PHP and requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is easily extendable and the user interface is fully customizable using skins.",
"WebUI": "http://[IP]:[PORT:1154]/",
"TemplateURL": "https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-roundcube-ver-mysql.xml",
"Icon": "https://github.com/Muwahhidun/logo/blob/main/roundcube.png",
"Icon": "https://raw.githubusercontent.com/Muwahhidun/logo/main/roundcube.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
@ -189721,10 +189941,6 @@
{
"TemplatePath": "/tmp/appFeed/templates/FlippinTurtsRepository/hastebin.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Overview",
"Extra content at the end of the document",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Container line 2 and support",

View File

@ -115321,8 +115321,8 @@
"CategoryList": [
"GameServers"
],
"downloads": 1393,
"LastUpdateScan": 1612084022,
"downloads": 1687,
"LastUpdateScan": 1614682960,
"FirstSeen": 1586095691
},
{
@ -130309,8 +130309,8 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 2480,
"LastUpdateScan": 1612084022,
"downloads": 3402,
"LastUpdateScan": 1614682960,
"FirstSeen": 1593893304
},
{

View File

@ -42015,9 +42015,9 @@
},
"hotio/stash": {
"Base": null,
"Downloads": 127,
"Stars": null,
"Time": 1612091231,
"Downloads": 22152,
"Stars": 1,
"Time": 1614690151,
"trending": null,
"trends": null,
"downloadtrend": null,

View File

@ -15,7 +15,7 @@
</Overview>
<WebUI>http://[IP]:[PORT:1154]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-roundcube-ver-mysql.xml</TemplateURL>
<Icon>https://github.com/Muwahhidun/logo/blob/main/roundcube.png</Icon>
<Icon>https://raw.githubusercontent.com/Muwahhidun/logo/main/roundcube.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>

View File

@ -16,7 +16,9 @@ MANUAL VERSION: You can also set a version manually by typing in the version num
&#13;
ATTENTION: Don't change the port in the Lidarr config itself.&#13;
&#13;
MIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your movies to '/mnt/music' and select 'No, I'll Move the Files Myself'!</Overview>
MIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your music and select 'No, I'll Move the Files Myself'!&#13;
&#13;
WARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .</Overview>
<WebUI>http://[IP]:[PORT:8686]/</WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/lidarr.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
@ -84,8 +86,8 @@ MIGRATION: If you are migrating from another Container please be sure to deltete
</Variable>
</Environment>
<Config Name="Data Dir" Target="/lidarr" Default="" Mode="rw" Description="Configuration directory" Type="Path" Display="always" Required="false" Mask="false">/mnt/cache/appdata/lidarr</Config>
<Config Name="Music" Target="/mnt/music" Default="" Mode="rw" Description="Path to your Music" Type="Path" Display="always" Required="true" Mask="false">/mnt/disks/misc/Music/</Config>
<Config Name="Dowloads" Target="/mnt/downloads" Default="" Mode="rw" Description="Main download directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Downloads/</Config>
<Config Name="Music" Target="/mnt/music" Default="" Mode="rw" Description="Path to your Music&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;b&amp;gt;WARNING:&amp;lt;/b&amp;gt; &amp;lt;br&amp;gt;&#13;&#10;This style of paths has a performance and disk usage impact: &amp;lt;b&amp;gt;slow, I/O intensive moves&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;wasted disk space&amp;lt;/b&amp;gt;.&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;See https://trash-guides.info/hardlinks/#unraid for details." Type="Path" Display="always" Required="true" Mask="false">/mnt/disks/misc/Music/</Config>
<Config Name="Dowloads" Target="/mnt/downloads" Default="" Mode="rw" Description="Main download directory&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;b&amp;gt;WARNING:&amp;lt;/b&amp;gt; &amp;lt;br&amp;gt;&#13;&#10;This style of paths has a performance and disk usage impact: &amp;lt;b&amp;gt;slow, I/O intensive moves&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;wasted disk space&amp;lt;/b&amp;gt;.&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;See https://trash-guides.info/hardlinks/#unraid for details." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Downloads/</Config>
<Config Name="Lidarr Release" Target="LIDARR_REL" Default="" Mode="" Description="Select if you want to download a stable or prerelease (valid options are 'lastest' and 'nightly' without quotes - you can also set the version manual in this format: '0.7.0.1347' or '0.6.2.883' without quotes)." Type="Variable" Display="always" Required="true" Mask="false">nightly</Config>
<Config Name="TCP - WebGUI http" Target="8686" Default="" Mode="tcp" Description="WebGUI port http" Type="Port" Display="always" Required="true" Mask="false">8686</Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
@ -101,6 +103,8 @@ MANUAL VERSION: You can also set a version manually by typing in the version num
&#13;
ATTENTION: Don't change the port in the Lidarr config itself.&#13;
&#13;
MIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your movies to '/mnt/music' and select 'No, I'll Move the Files Myself'!</Description>
MIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs' and 'config.xml', don't forget to change the root folder for your music and select 'No, I'll Move the Files Myself'!&#13;
&#13;
WARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Lidarr.xml</templatePath>
</Container>