This commit is contained in:
Andrew Z 2021-12-12 08:03:30 -05:00
parent 7de571e89b
commit 701a51bd10
6 changed files with 282 additions and 33 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1639307008
"last_updated_timestamp": 1639314209
}

View File

@ -112538,6 +112538,102 @@
"topTrending": 18.825000000000003,
"topPerforming": 22.199
},
{
"Name": "cadvisor",
"Repository": "gcr.io/cadvisor/cadvisor",
"Registry": "https://gcr.io/cadvisor/cadvisor",
"Network": "bridge",
"Shell": "bash",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/",
"Project": "https://github.com/google/cadvisor",
"ExtraSearchTerms": "monitoring prometheus",
"Overview": "\n cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, histograms of complete historical resource usage and network statistics. This data is exported by container and machine-wide.\n ",
"WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/cadvisor.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/cadvisor.png",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "Container Port: 8080",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Root Filesystem",
"Target": "/rootfs",
"Default": "/",
"Mode": "ro",
"Description": "Container Path: /rootfs",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Runtime Variable Data",
"Target": "/var/run",
"Default": "/var/run",
"Mode": "ro",
"Description": "Container Path: /var/run",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Sys Filesystem",
"Target": "/sys",
"Default": "/sys",
"Mode": "ro",
"Description": "Container Path: /sys",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Docker Storage Filesystem",
"Target": "/var/lib/docker/",
"Default": "/var/lib/docker",
"Mode": "ro",
"Description": "Container Path: /var/lib/docker/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/cadvisor.xml",
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1639314209,
"FirstSeen": 1639314209
},
{
"Name": "chevereto",
"Repository": "nmtan/chevereto",
@ -202842,8 +202938,28 @@
},
{
"Name": "ArchiSteamFarm",
"Repository": "justarchi/archisteamfarm:latest",
"Repository": "justarchi/archisteamfarm",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm",
"Branch": [
{
"Tag": "latest",
"TagDescription": "Recommended, self updating, stable",
"Repository": "justarchi/archisteamfarm:latest",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm"
},
{
"Tag": "main",
"TagDescription": "Not recommended, every commit will be applied",
"Repository": "justarchi/archisteamfarm:main",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm"
},
{
"Tag": "released",
"TagDescription": "Not recommended, every release including pre releases",
"Repository": "justarchi/archisteamfarm:released",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm"
}
],
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
@ -202921,10 +203037,10 @@
"CategoryList": [
"Other"
],
"downloads": 6371980,
"downloads": 6370479,
"stars": 55,
"LastUpdateScan": 1639271009,
"FirstSeen": 1639271009
"LastUpdateScan": 1639249407,
"FirstSeen": 1639249407
},
{
"Name": "Spotweb",
@ -202934,7 +203050,7 @@
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/spotweb/spotweb",
"Overview": "Spotweb is a decentralized usenet community based on the Spotnet protocol.\r\n\r\nThe only required manual configuration is setting up a valid usenet server\r\n\r\nSpotweb is configured as an open system after running docker-compose up, so everyone who can access can register an account (keep this in mind)\r\n\r\nIf you want to use the Spotweb API, create a new user and use the API key associated with that user\r\n\r\nTo prevent having to configure Spotweb manually upgrade-db.php is run to upgrade the database and reset the password for the admin user (so currently the admin always has password spotweb)\r\n\r\nCrond is used to run the retrieve.php script which updates Spotweb with the latest headers from a configured usenet server, the crontab is run every hour\r\n\r\nDepending on what you like, you can mount the /nzb volume and let Spotweb save nzb's to that directory (e.g. mount /nzb to a folder watched by sabnzbd)",
"Overview": "Spotweb is a decentralized usenet community based on the Spotnet protocol.\r\n\r\nThe only required manual configuration is setting up a valid usenet server. You can follow this https://github.com/L4stIdi0t/Unraid-template/blob/master/Spotweb/write-up-spotweb.md \r\n\r\nSpotweb is configured as an open system after running docker-compose up, so everyone who can access can register an account (keep this in mind)\r\n\r\nIf you want to use the Spotweb API, create a new user and use the API key associated with that user\r\n\r\nTo prevent having to configure Spotweb manually upgrade-db.php is run to upgrade the database and reset the password for the admin user (so currently the admin always has password spotweb)\r\n\r\nCrond is used to run the retrieve.php script which updates Spotweb with the latest headers from a configured usenet server, the crontab is run every hour\r\n\r\nDepending on what you like, you can mount the /nzb volume and let Spotweb save nzb's to that directory (e.g. mount /nzb to a folder watched by sabnzbd)",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Spotweb/spotweb.xml",
"Icon": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Spotweb/spotweb-logo.png",

View File

@ -1,7 +1,7 @@
{
"apps": 1472,
"last_updated_timestamp": 1639307008,
"last_updated": "2021-12-12 06:03",
"apps": 1473,
"last_updated_timestamp": 1639314209,
"last_updated": "2021-12-12 08:03",
"categories": [
{
"Cat": "Backup:",
@ -112700,6 +112700,102 @@
"topTrending": 18.825000000000003,
"topPerforming": 22.199
},
{
"Name": "cadvisor",
"Repository": "gcr.io/cadvisor/cadvisor",
"Registry": "https://gcr.io/cadvisor/cadvisor",
"Network": "bridge",
"Shell": "bash",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/",
"Project": "https://github.com/google/cadvisor",
"ExtraSearchTerms": "monitoring prometheus",
"Overview": "\n cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, histograms of complete historical resource usage and network statistics. This data is exported by container and machine-wide.\n ",
"WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/cadvisor.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/cadvisor.png",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "Container Port: 8080",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Root Filesystem",
"Target": "/rootfs",
"Default": "/",
"Mode": "ro",
"Description": "Container Path: /rootfs",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Runtime Variable Data",
"Target": "/var/run",
"Default": "/var/run",
"Mode": "ro",
"Description": "Container Path: /var/run",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Sys Filesystem",
"Target": "/sys",
"Default": "/sys",
"Mode": "ro",
"Description": "Container Path: /sys",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Docker Storage Filesystem",
"Target": "/var/lib/docker/",
"Default": "/var/lib/docker",
"Mode": "ro",
"Description": "Container Path: /var/lib/docker/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/cadvisor.xml",
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1639314209,
"FirstSeen": 1639314209
},
{
"Name": "chevereto",
"Repository": "nmtan/chevereto",
@ -203004,8 +203100,28 @@
},
{
"Name": "ArchiSteamFarm",
"Repository": "justarchi/archisteamfarm:latest",
"Repository": "justarchi/archisteamfarm",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm",
"Branch": [
{
"Tag": "latest",
"TagDescription": "Recommended, self updating, stable",
"Repository": "justarchi/archisteamfarm:latest",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm"
},
{
"Tag": "main",
"TagDescription": "Not recommended, every commit will be applied",
"Repository": "justarchi/archisteamfarm:main",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm"
},
{
"Tag": "released",
"TagDescription": "Not recommended, every release including pre releases",
"Repository": "justarchi/archisteamfarm:released",
"Registry": "https://hub.docker.com/r/justarchi/archisteamfarm"
}
],
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
@ -203083,10 +203199,10 @@
"CategoryList": [
"Other"
],
"downloads": 6371980,
"downloads": 6370479,
"stars": 55,
"LastUpdateScan": 1639271009,
"FirstSeen": 1639271009
"LastUpdateScan": 1639249407,
"FirstSeen": 1639249407
},
{
"Name": "Spotweb",
@ -203096,7 +203212,7 @@
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/spotweb/spotweb",
"Overview": "Spotweb is a decentralized usenet community based on the Spotnet protocol.\r\n\r\nThe only required manual configuration is setting up a valid usenet server\r\n\r\nSpotweb is configured as an open system after running docker-compose up, so everyone who can access can register an account (keep this in mind)\r\n\r\nIf you want to use the Spotweb API, create a new user and use the API key associated with that user\r\n\r\nTo prevent having to configure Spotweb manually upgrade-db.php is run to upgrade the database and reset the password for the admin user (so currently the admin always has password spotweb)\r\n\r\nCrond is used to run the retrieve.php script which updates Spotweb with the latest headers from a configured usenet server, the crontab is run every hour\r\n\r\nDepending on what you like, you can mount the /nzb volume and let Spotweb save nzb's to that directory (e.g. mount /nzb to a folder watched by sabnzbd)",
"Overview": "Spotweb is a decentralized usenet community based on the Spotnet protocol.\r\n\r\nThe only required manual configuration is setting up a valid usenet server. You can follow this https://github.com/L4stIdi0t/Unraid-template/blob/master/Spotweb/write-up-spotweb.md \r\n\r\nSpotweb is configured as an open system after running docker-compose up, so everyone who can access can register an account (keep this in mind)\r\n\r\nIf you want to use the Spotweb API, create a new user and use the API key associated with that user\r\n\r\nTo prevent having to configure Spotweb manually upgrade-db.php is run to upgrade the database and reset the password for the admin user (so currently the admin always has password spotweb)\r\n\r\nCrond is used to run the retrieve.php script which updates Spotweb with the latest headers from a configured usenet server, the crontab is run every hour\r\n\r\nDepending on what you like, you can mount the /nzb volume and let Spotweb save nzb's to that directory (e.g. mount /nzb to a folder watched by sabnzbd)",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Spotweb/spotweb.xml",
"Icon": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Spotweb/spotweb-logo.png",

View File

@ -1925,5 +1925,6 @@
"f0rc3/gokapi": 1639263809,
"justarchi/archisteamfarm:latest": 1639271009,
"epoupon/fileshelter": 1639271009,
"hauxir/imgpush": 1639271009
"hauxir/imgpush": 1639271009,
"gcr.io/cadvisor/cadvisor": 1639314209
}

View File

@ -138695,9 +138695,9 @@
"CategoryList": [
"Downloaders"
],
"downloads": 291766,
"downloads": 410858,
"stars": 2,
"trending": 27.233,
"trending": 28.986,
"trends": [
56.767,
33.93,
@ -138706,7 +138706,8 @@
26.603,
18.867,
21.792,
27.233
27.233,
28.986
],
"trendsDate": [
1618516971,
@ -138716,7 +138717,8 @@
1628913799,
1631513014,
1634112235,
1636707805
1636707805,
1639307008
],
"downloadtrend": [
11599,
@ -138727,12 +138729,13 @@
134715,
166042,
212309,
291766
291766,
410858
],
"LastUpdateScan": 1636707805,
"LastUpdateScan": 1639307008,
"FirstSeen": 1613322635,
"topTrending": -29.534000000000002,
"topPerforming": 27.233
"topTrending": -27.781000000000002,
"topPerforming": 28.986
},
{
"Name": "qflood-vpn",
@ -138924,9 +138927,9 @@
"CategoryList": [
"Downloaders"
],
"downloads": 291766,
"downloads": 410858,
"stars": 2,
"trending": 27.233,
"trending": 28.986,
"trends": [
56.767,
33.93,
@ -138935,7 +138938,8 @@
26.603,
18.867,
21.792,
27.233
27.233,
28.986
],
"trendsDate": [
1618516971,
@ -138945,7 +138949,8 @@
1628913799,
1631513014,
1634112235,
1636707805
1636707805,
1639307008
],
"downloadtrend": [
11599,
@ -138956,12 +138961,13 @@
134715,
166042,
212309,
291766
291766,
410858
],
"LastUpdateScan": 1636707805,
"LastUpdateScan": 1639307008,
"FirstSeen": 1613322635,
"topTrending": -29.534000000000002,
"topPerforming": 27.233
"topTrending": -27.781000000000002,
"topPerforming": 28.986
},
{
"Name": "radarr",
@ -175810,9 +175816,9 @@
"TemplateURL": "https://raw.githubusercontent.com/SimonFair/unraid-plugins/master/usb_manager.xml",
"Repository": "https://raw.githubusercontent.com/SimonFair/usb_manager/master/usb_manager.plg",
"ChangeLogPresent": true,
"pluginVersion": "2021.09.18",
"pluginVersion": "2021.12.12a",
"Overview": "\nProvides GUI for USB Devices.\n\nAdditional support via addon plugin for USB over IP. Addon plugin install button available via the settings page following enabling USBIP.\n\n\n",
"Date": 1631937600,
"Date": 1639285200,
"CAComment": "You must uninstall USBIP-Gui if you wish to use this plugin. See <a class='popUpLink' href='https://forums.unraid.net/topic/100511-plugin-usb_managerusbip-commands-and-gui/page/3/?tab=comments#comment-1002707' target='_blank'>HERE</a>",
"templatePath": "/tmp/GitHub/AppFeed/templates/SimonFsRepository/usb_manager.xml",
"CategoryList": [

View File

@ -59452,5 +59452,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"gcr.io/cadvisor/cadvisor": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1639314209,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}