This commit is contained in:
Andrew Z 2024-01-31 00:05:47 -05:00
parent 1cc4080ead
commit f412041719
5 changed files with 111 additions and 27 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1706670374
"last_updated_timestamp": 1706677546
}

View File

@ -80681,7 +80681,7 @@
"Repo": "FlamongOle's Repository",
"TemplateURL": "https://raw.githubusercontent.com/olehj/unraid/master/disklocation-dev.xml",
"Repository": "https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg",
"pluginVersion": "2024.01.31-dev",
"pluginVersion": "2024.01.31b-dev",
"Overview": "Locate your drives and assign them to a graphical tray map to get full overview of installed hard drives in your system.\nNB! This is the developer edition of the plugin, use with CAUTION and OWN RISK!",
"Icon": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/FlamongOlesRepository/disklocation-dev.xml",
@ -290935,7 +290935,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1706670373,
"FirstSeen": 1688486687
},
{
@ -290959,7 +290958,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1706670373,
"FirstSeen": 1688498828
},
{
@ -291527,6 +291525,7 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/141938-support-nzbget-ngnzbget/",
"Project": "https://github.com/nzbgetcom/nzbget",
"Overview": "NZBGet is a binary downloader, which downloads files from Usenet based on information provided by nzb-files.\r\n\r\nNZBGet is written in C++ and is known for its performance and efficiency.\r\n\r\nNZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc.\r\n\r\nThe download area provides precompiled binaries for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms the program can be compiled from sources.\r\n\r\nThis is a summary. For full documentation, please visit the NZBGet-NG home page at: http://nzbget-ng.github.io",
"WebUI": "http://[IP]:[PORT:6789]/",
@ -291535,17 +291534,31 @@
"Config": [
{
"@attributes": {
"Name": "/data",
"Target": "/data",
"Name": "Appdata",
"Target": "/config",
"Default": "/mnt/user/appdata/nzbget-ng",
"Mode": "rw",
"Description": "",
"Description": "NZBGet-ng appdata",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/data"
"value": "/mnt/user/appdata/nzbget-ng"
},
{
"@attributes": {
"Name": "Path: /downloads",
"Target": "/downloads",
"Default": "",
"Mode": "rw",
"Description": "Location of downloads on disk.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/downloads"
},
{
"@attributes": {
@ -291553,7 +291566,7 @@
"Target": "6789",
"Default": "6789",
"Mode": "tcp",
"Description": "",
"Description": "WebUI Port",
"Type": "Port",
"Display": "always",
"Required": "false",
@ -291561,6 +291574,34 @@
},
"value": "6789"
},
{
"@attributes": {
"Name": "NZBGET_USER",
"Target": "NZBGET_USER",
"Default": "nzbget",
"Mode": "",
"Description": "Specify the user for web authentication.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "nzbget"
},
{
"@attributes": {
"Name": "NZBGET_PASS",
"Target": "NZBGET_PASS",
"Default": "tegbzn6789",
"Mode": "",
"Description": "Specify the password for web authentication.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "tegbzn6789"
},
{
"@attributes": {
"Name": "Key 1",

View File

@ -1,7 +1,7 @@
{
"apps": 2135,
"last_updated_timestamp": 1706670374,
"last_updated": "2024-01-30 22:06",
"last_updated_timestamp": 1706677546,
"last_updated": "2024-01-31 00:05",
"categories": [
{
"Cat": "Backup:",
@ -80843,7 +80843,7 @@
"Repo": "FlamongOle's Repository",
"TemplateURL": "https://raw.githubusercontent.com/olehj/unraid/master/disklocation-dev.xml",
"Repository": "https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg",
"pluginVersion": "2024.01.31-dev",
"pluginVersion": "2024.01.31b-dev",
"Overview": "Locate your drives and assign them to a graphical tray map to get full overview of installed hard drives in your system.\nNB! This is the developer edition of the plugin, use with CAUTION and OWN RISK!",
"Icon": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/FlamongOlesRepository/disklocation-dev.xml",
@ -291097,7 +291097,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1706670373,
"FirstSeen": 1688486687
},
{
@ -291121,7 +291120,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1706670373,
"FirstSeen": 1688498828
},
{
@ -291689,6 +291687,7 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/141938-support-nzbget-ngnzbget/",
"Project": "https://github.com/nzbgetcom/nzbget",
"Overview": "NZBGet is a binary downloader, which downloads files from Usenet based on information provided by nzb-files.\r\n\r\nNZBGet is written in C++ and is known for its performance and efficiency.\r\n\r\nNZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc.\r\n\r\nThe download area provides precompiled binaries for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms the program can be compiled from sources.\r\n\r\nThis is a summary. For full documentation, please visit the NZBGet-NG home page at: http://nzbget-ng.github.io",
"WebUI": "http://[IP]:[PORT:6789]/",
@ -291697,17 +291696,31 @@
"Config": [
{
"@attributes": {
"Name": "/data",
"Target": "/data",
"Name": "Appdata",
"Target": "/config",
"Default": "/mnt/user/appdata/nzbget-ng",
"Mode": "rw",
"Description": "",
"Description": "NZBGet-ng appdata",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/data"
"value": "/mnt/user/appdata/nzbget-ng"
},
{
"@attributes": {
"Name": "Path: /downloads",
"Target": "/downloads",
"Default": "",
"Mode": "rw",
"Description": "Location of downloads on disk.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/downloads"
},
{
"@attributes": {
@ -291715,7 +291728,7 @@
"Target": "6789",
"Default": "6789",
"Mode": "tcp",
"Description": "",
"Description": "WebUI Port",
"Type": "Port",
"Display": "always",
"Required": "false",
@ -291723,6 +291736,34 @@
},
"value": "6789"
},
{
"@attributes": {
"Name": "NZBGET_USER",
"Target": "NZBGET_USER",
"Default": "nzbget",
"Mode": "",
"Description": "Specify the user for web authentication.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "nzbget"
},
{
"@attributes": {
"Name": "NZBGET_PASS",
"Target": "NZBGET_PASS",
"Default": "tegbzn6789",
"Mode": "",
"Description": "Specify the password for web authentication.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "tegbzn6789"
},
{
"@attributes": {
"Name": "Key 1",

View File

@ -21275,7 +21275,6 @@
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/kasm-static.xml",
"downloads": 65838,
"stars": 60,
"LastUpdate": 1706651876,
"trending": 16.135,
"trends": [
12.967,
@ -21305,6 +21304,7 @@
65838
],
"LastUpdateScan": 1706663165,
"LastUpdate": 1706651876,
"FirstSeen": 1657296224,
"topTrending": 3.168000000000001
},
@ -80681,7 +80681,7 @@
"Repo": "FlamongOle's Repository",
"TemplateURL": "https://raw.githubusercontent.com/olehj/unraid/master/disklocation-dev.xml",
"Repository": "https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg",
"pluginVersion": "2024.01.18b-dev",
"pluginVersion": "2024.01.31-dev",
"Overview": "Locate your drives and assign them to a graphical tray map to get full overview of installed hard drives in your system.\nNB! This is the developer edition of the plugin, use with CAUTION and OWN RISK!",
"Icon": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/FlamongOlesRepository/disklocation-dev.xml",
@ -205337,7 +205337,6 @@
],
"downloads": 146556,
"stars": 1,
"LastUpdate": 1705136807,
"trending": 2.289,
"trends": [
2.704,
@ -205353,6 +205352,7 @@
146556
],
"LastUpdateScan": 1706663165,
"LastUpdate": 1705136807,
"FirstSeen": 1667685818
},
{
@ -214780,8 +214780,8 @@
"Crypto"
],
"downloads": 54,
"LastUpdate": 1706111938,
"LastUpdateScan": 1706663165,
"LastUpdate": 1706111938,
"FirstSeen": 1672880656
},
{
@ -247417,7 +247417,6 @@
],
"downloads": 46024,
"stars": 6,
"LastUpdate": 1704096832,
"trending": 4.361,
"trends": [
0.946,
@ -247447,6 +247446,7 @@
46024
],
"LastUpdateScan": 1706663166,
"LastUpdate": 1704096832,
"FirstSeen": 1659895419,
"topTrending": 3.415
},
@ -288631,8 +288631,8 @@
],
"downloads": 251,
"stars": 1,
"LastUpdate": 1702742114,
"LastUpdateScan": 1706663166,
"LastUpdate": 1702742114,
"FirstSeen": 1701464783
},
{
@ -290935,6 +290935,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1706670373,
"FirstSeen": 1688486687
},
{
@ -290958,6 +290959,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1706670373,
"FirstSeen": 1688498828
},
{
@ -293998,7 +294000,6 @@
],
"downloads": 9255073,
"stars": 89,
"LastUpdate": 1706580250,
"trending": 2.727,
"trends": [
1.343,
@ -294028,6 +294029,7 @@
9255073
],
"LastUpdateScan": 1706663166,
"LastUpdate": 1706580250,
"FirstSeen": 1623513815,
"topTrending": 1.384,
"topPerforming": 2.727

View File

@ -320,7 +320,7 @@
"min": "6.9.0"
},
"https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg": {
"version": "2024.01.31-dev"
"version": "2024.01.31b-dev"
},
"https://raw.githubusercontent.com/ich777/unraid-age/master/age.plg": {
"version": "2023.06.15",