This commit is contained in:
Andrew Z 2024-06-22 04:06:12 -04:00
parent 2f8ec6652c
commit e9efc982d0
8 changed files with 359 additions and 7 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1719036374
"last_updated_timestamp": 1719043570
}

View File

@ -117130,6 +117130,174 @@
],
"FirstSeen": 1644332618
},
{
"Name": "Readarr",
"Repository": "ich777/readarr",
"Registry": "https://hub.docker.com/r/ich777/readarr",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://readarr.com/",
"Overview": "Readarr is an ebook and audiobook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will grab, sort, and rename them. Note that only one type of a given book is supported. If you want both an audiobook and ebook of a given book you will need multiple instances.\r\n\r\nUPDATE: The container will check on every start/restart if there is a newer version available.\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.3.28.2554' (without quotes) - valid options are 'develop' and 'latest' without quotes PLEASE NOTE THAT CURRENTLY ONLY DEVELOP IS WORKING BECAUSE ONLY DEVELOP BRANCH IS IN ACTIVE DEVELOPMENT\r\n\r\nATTENTION: Don't change the port in the Readarr 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 books 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:8787]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/readarr.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Config": [
{
"@attributes": {
"Name": "Data Dir",
"Target": "/readarr",
"Default": "",
"Mode": "rw",
"Description": "Configuration directory",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/cache/appdata/readarr"
},
{
"@attributes": {
"Name": "Music",
"Target": "/mnt/books",
"Default": "",
"Mode": "rw",
"Description": "Path to your Books\r\n\r\nWARNING: \r\nThis style of paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space.\r\n\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Books/"
},
{
"@attributes": {
"Name": "Dowloads",
"Target": "/mnt/downloads",
"Default": "",
"Mode": "rw",
"Description": "Main download directory\r\n\r\nWARNING: \r\nThis style of paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space.\r\n\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Downloads/"
},
{
"@attributes": {
"Name": "Readarr Release",
"Target": "READARR_REL",
"Default": "",
"Mode": "",
"Description": "Select if you want to download a stable or prerelease (valid options are 'develop' and 'latest' without quotes PLEASE NOTE THAT CURRENTLY ONLY DEVELOP IS WORKING - you can also set the version manual in this format: '0.3.28.2554' or '0..2.3.1955' without quotes).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "develop"
},
{
"@attributes": {
"Name": "TCP - WebGUI http",
"Target": "8787",
"Default": "",
"Mode": "tcp",
"Description": "WebGUI port http",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8787"
},
{
"@attributes": {
"Name": "Connected Containers",
"Target": "CONNECTED_CONTAINERS",
"Default": "",
"Mode": "",
"Description": "If connected and routet through a VPN container compatible with the Connected Containers feature, allows the container to detect a restart from the VPN container and restart itself. The default value is: '127.0.0.1:27286' without quotes. If you don't want to use this feature leave this field empty.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "0000"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "770"
}
],
"Repo": "ich777's Repository",
"caTemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Readarr.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Readarr.xml",
"CategoryList": [
"Downloaders"
],
"downloads": 10,
"LastUpdate": 1719041417,
"LastUpdateScan": 1719043566,
"FirstSeen": 1719043566
},
{
"Name": "RedM",
"Repository": "ich777/redmserver",

View File

@ -1,7 +1,7 @@
{
"apps": 2300,
"last_updated_timestamp": 1719036374,
"last_updated": "2024-06-22 02:06",
"apps": 2301,
"last_updated_timestamp": 1719043570,
"last_updated": "2024-06-22 04:06",
"categories": [
{
"Cat": "AI:",
@ -117296,6 +117296,174 @@
],
"FirstSeen": 1644332618
},
{
"Name": "Readarr",
"Repository": "ich777/readarr",
"Registry": "https://hub.docker.com/r/ich777/readarr",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://readarr.com/",
"Overview": "Readarr is an ebook and audiobook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will grab, sort, and rename them. Note that only one type of a given book is supported. If you want both an audiobook and ebook of a given book you will need multiple instances.\r\n\r\nUPDATE: The container will check on every start/restart if there is a newer version available.\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.3.28.2554' (without quotes) - valid options are 'develop' and 'latest' without quotes PLEASE NOTE THAT CURRENTLY ONLY DEVELOP IS WORKING BECAUSE ONLY DEVELOP BRANCH IS IN ACTIVE DEVELOPMENT\r\n\r\nATTENTION: Don't change the port in the Readarr 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 books 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:8787]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/readarr.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Config": [
{
"@attributes": {
"Name": "Data Dir",
"Target": "/readarr",
"Default": "",
"Mode": "rw",
"Description": "Configuration directory",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/cache/appdata/readarr"
},
{
"@attributes": {
"Name": "Music",
"Target": "/mnt/books",
"Default": "",
"Mode": "rw",
"Description": "Path to your Books\r\n\r\nWARNING: \r\nThis style of paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space.\r\n\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Books/"
},
{
"@attributes": {
"Name": "Dowloads",
"Target": "/mnt/downloads",
"Default": "",
"Mode": "rw",
"Description": "Main download directory\r\n\r\nWARNING: \r\nThis style of paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space.\r\n\r\nSee https://trash-guides.info/hardlinks/#unraid for details.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Downloads/"
},
{
"@attributes": {
"Name": "Readarr Release",
"Target": "READARR_REL",
"Default": "",
"Mode": "",
"Description": "Select if you want to download a stable or prerelease (valid options are 'develop' and 'latest' without quotes PLEASE NOTE THAT CURRENTLY ONLY DEVELOP IS WORKING - you can also set the version manual in this format: '0.3.28.2554' or '0..2.3.1955' without quotes).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "develop"
},
{
"@attributes": {
"Name": "TCP - WebGUI http",
"Target": "8787",
"Default": "",
"Mode": "tcp",
"Description": "WebGUI port http",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8787"
},
{
"@attributes": {
"Name": "Connected Containers",
"Target": "CONNECTED_CONTAINERS",
"Default": "",
"Mode": "",
"Description": "If connected and routet through a VPN container compatible with the Connected Containers feature, allows the container to detect a restart from the VPN container and restart itself. The default value is: '127.0.0.1:27286' without quotes. If you don't want to use this feature leave this field empty.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "0000"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "770"
}
],
"Repo": "ich777's Repository",
"caTemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Readarr.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Readarr.xml",
"CategoryList": [
"Downloaders"
],
"downloads": 10,
"LastUpdate": 1719041417,
"LastUpdateScan": 1719043566,
"FirstSeen": 1719043566
},
{
"Name": "RedM",
"Repository": "ich777/redmserver",

View File

@ -3362,5 +3362,6 @@
"ghcr.io/sysadminsmedia/homebox:latest": 1718813205,
"germannewsmaker/myspeed": 1718820375,
"https://github.com/ich777/unraid-ugreenleds-driver/raw/master/ugreenleds-driver.plg": 1718870815,
"https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg": 1719000388
"https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg": 1719000388,
"ich777/readarr": 1719043566
}

View File

@ -1 +1 @@
1176
1225

View File

@ -1257,6 +1257,7 @@ Processing /tmp/appFeed/templates/ich777sRepository/ich777/Radarr.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/radeontop.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg attempt 1...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/RapidPhotoDownloader.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/RCON.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-rcon/master/rcon.plg attempt 1...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Readarr.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/RedM.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Remmina.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Restreamer.xml... ***DEPRECATED BY REPO PATH*** Success
@ -4185,6 +4186,9 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
ich777/readarr
ich777/readarr Downloads: 10 Stars: 0 Base: unknown
Pulling ich777/readarr
Privileged: 104

View File

@ -313187,7 +313187,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/dwnwipe.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.06.21",
"pluginVersion": "2024.06.22",
"MinVer": "6.10",
"Overview": "nwipe is a program that will securely erase the entire contents of disks, with a ncurses GUI. It can help you make sure that your precious data is gone for good, before you sell or RMA your disks. nwipe is a fork of the dwipe command originally used by Darik's Boot and Nuke (DBAN).",
"Icon": "",

View File

@ -89819,5 +89819,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"ich777/readarr": {
"Base": null,
"Downloads": 10,
"Stars": null,
"Time": 1719043566,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1719041417
}
}