This commit is contained in:
Andrew Z 2023-02-28 14:04:37 -05:00
parent 4f9888d728
commit 43f45ee305
5 changed files with 259 additions and 25 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1677596687
"last_updated_timestamp": 1677611065
}

View File

@ -124810,16 +124810,134 @@
},
{
"Name": "Dell-iDRAC-Fan-Controller",
"Repository": "selfhosters/unRAID-CA-templates",
"Repository": "tigerblue77/dell_idrac_fan_controller",
"Registry": "https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/",
"Support": "https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/",
"Network": "bridge",
"Privileged": "false",
"Overview": "https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker\r\n \r\n https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/\r\n \r\n All parameters are optional as they have default values (including default iDRAC username and password).\r\n \r\n IDRAC_HOST parameter can be set to \"local\" or to your distant iDRAC's IP address. Default value is \"local\".\r\n IDRAC_USERNAME parameter is only necessary if you're adressing a distant iDRAC. Default value is \"root\".\r\n IDRAC_PASSWORD parameter is only necessary if you're adressing a distant iDRAC. Default value is \"calvin\".\r\n FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).\r\n CPU_TEMPERATURE_TRESHOLD parameter is the T\u00b0junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(\u00b0C).\r\n CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).\r\n DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.\r\n ipmi tool installation help: https://forums.unraid.net/topic/129200-plug-in-nerdtools/ for installation and check this link for missing ipmi\r\n ipmi tool can't find /dev/ipmi0?: https://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0",
"Config": [
{
"@attributes": {
"Name": "IDRAC_HOST",
"Target": "IDRAC_HOST",
"Default": "local",
"Mode": "",
"Description": "IDRAC_HOST parameter can be set to local or to your distant iDRAC's IP address. Default value is local",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "local"
},
{
"@attributes": {
"Name": "FAN_SPEED",
"Target": "FAN_SPEED",
"Default": "5",
"Mode": "",
"Description": "FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5"
},
{
"@attributes": {
"Name": "CPU_TEMPERATURE_TRESHOLD",
"Target": "CPU_TEMPERATURE_TRESHOLD",
"Default": "50",
"Mode": "",
"Description": "CPU_TEMPERATURE_TRESHOLD parameter is the T\u00b0junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(\u00b0C).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "50"
},
{
"@attributes": {
"Name": "CHECK_INTERVAL",
"Target": "CHECK_INTERVAL",
"Default": "60",
"Mode": "",
"Description": "CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).\r\n",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "60"
},
{
"@attributes": {
"Name": "IDRAC_USERNAME",
"Target": "IDRAC_USERNAME",
"Default": "root",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "root"
},
{
"@attributes": {
"Name": "IDRAC_PASSWORD",
"Target": "IDRAC_PASSWORD",
"Default": "calvin",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "calvin"
},
{
"@attributes": {
"Name": "DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE",
"Target": "DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE",
"Default": "false",
"Mode": "",
"Description": "parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "ipmi device",
"Target": "",
"Default": "/dev/ipmi0",
"Mode": "",
"Description": "Keep only if you are using a local connection and not a LAN connection. This will require your system to have ipmitool installed.",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/ipmi0"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"Blacklist": true,
"Overview": "https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker\r\n \r\n https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/\r\n \r\n All parameters are optional as they have default values (including default iDRAC username and password).\r\n \r\n IDRAC_HOST parameter can be set to \"local\" or to your distant iDRAC's IP address. Default value is \"local\".\r\n IDRAC_USERNAME parameter is only necessary if you're adressing a distant iDRAC. Default value is \"root\".\r\n IDRAC_PASSWORD parameter is only necessary if you're adressing a distant iDRAC. Default value is \"calvin\".\r\n FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).\r\n CPU_TEMPERATURE_TRESHOLD parameter is the T\u00b0junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(\u00b0C).\r\n CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).\r\n DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.\r\n ipmi tool installation help: https://forums.Unraid.net/topic/129200-plug-in-nerdtools/ for installation and check this link for missing ipmi\r\n ipmi tool can't find /dev/ipmi0?: https://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/idrac-fan-controller.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/idrac-fan-controller.xml",
"LastUpdateScan": 1675883063,
"FirstSeen": 1675883063
"downloads": 558,
"stars": 3,
"LastUpdateScan": 1675177465,
"LastUpdate": 1673882868,
"FirstSeen": 1675177465
},
{
"Name": "idrac6",
@ -219543,7 +219661,6 @@
"Plugin": true,
"PluginURL": "https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg",
"PluginAuthor": "IkerSaint",
"Beta": "true",
"Name": "ZFS Master",
"MinVer": "6.9.2",
"Support": "https://forums.unraid.net/topic/122261-plugin-zfs-master/",
@ -219554,7 +219671,7 @@
"Repo": "Iker's Repository",
"TemplateURL": "https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/master/ZFS.Master.xml",
"Repository": "https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg",
"pluginVersion": "2022.12.04.61",
"pluginVersion": "2023.02.28.63",
"Overview": "The ZFS Master plugin provides information and control over the ZFS Pools in your Unraid. Available ZFS Pools are listed under the \"Main/ZFSMaster\" tab.",
"templatePath": "/tmp/GitHub/AppFeed/templates/IkersRepository/ZFS.Master.xml",
"CategoryList": [
@ -222616,7 +222733,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/all-the-mods-8",
"Overview": "[b]All the Mods 8-1.0.12[/b][br]Over 340 mods with quests and shaders on the newest version of MC. [br]Version tags available:[br] - 1.0.12[br] - 1.0.11[br] - 1.0.10[br] - 1.0.9[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.2[br] - 1.0.1[br] - 1.0.0[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"Overview": "[b]All the Mods 8-1.0.13[/b][br]Over 340 mods with quests and shaders on the newest version of MC. [br]Version tags available:[br] - 1.0.13[br] - 1.0.12[br] - 1.0.11[br] - 1.0.10[br] - 1.0.9[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.2[br] - 1.0.1[br] - 1.0.0[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"ExtraSearchTerms": "minecraft",
"Icon": "https://media.forgecdn.net/avatars/611/496/637995823847751059.png",
"Config": [

View File

@ -1,7 +1,7 @@
{
"apps": 1989,
"last_updated_timestamp": 1677596687,
"last_updated": "2023-02-28 10:04",
"last_updated_timestamp": 1677611065,
"last_updated": "2023-02-28 14:04",
"categories": [
{
"Cat": "Backup:",
@ -124972,16 +124972,134 @@
},
{
"Name": "Dell-iDRAC-Fan-Controller",
"Repository": "selfhosters/unRAID-CA-templates",
"Repository": "tigerblue77/dell_idrac_fan_controller",
"Registry": "https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/",
"Support": "https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/",
"Network": "bridge",
"Privileged": "false",
"Overview": "https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker\r\n \r\n https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/\r\n \r\n All parameters are optional as they have default values (including default iDRAC username and password).\r\n \r\n IDRAC_HOST parameter can be set to \"local\" or to your distant iDRAC's IP address. Default value is \"local\".\r\n IDRAC_USERNAME parameter is only necessary if you're adressing a distant iDRAC. Default value is \"root\".\r\n IDRAC_PASSWORD parameter is only necessary if you're adressing a distant iDRAC. Default value is \"calvin\".\r\n FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).\r\n CPU_TEMPERATURE_TRESHOLD parameter is the T\u00b0junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(\u00b0C).\r\n CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).\r\n DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.\r\n ipmi tool installation help: https://forums.unraid.net/topic/129200-plug-in-nerdtools/ for installation and check this link for missing ipmi\r\n ipmi tool can't find /dev/ipmi0?: https://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0",
"Config": [
{
"@attributes": {
"Name": "IDRAC_HOST",
"Target": "IDRAC_HOST",
"Default": "local",
"Mode": "",
"Description": "IDRAC_HOST parameter can be set to local or to your distant iDRAC's IP address. Default value is local",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "local"
},
{
"@attributes": {
"Name": "FAN_SPEED",
"Target": "FAN_SPEED",
"Default": "5",
"Mode": "",
"Description": "FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5"
},
{
"@attributes": {
"Name": "CPU_TEMPERATURE_TRESHOLD",
"Target": "CPU_TEMPERATURE_TRESHOLD",
"Default": "50",
"Mode": "",
"Description": "CPU_TEMPERATURE_TRESHOLD parameter is the T\u00b0junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(\u00b0C).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "50"
},
{
"@attributes": {
"Name": "CHECK_INTERVAL",
"Target": "CHECK_INTERVAL",
"Default": "60",
"Mode": "",
"Description": "CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).\r\n",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "60"
},
{
"@attributes": {
"Name": "IDRAC_USERNAME",
"Target": "IDRAC_USERNAME",
"Default": "root",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "root"
},
{
"@attributes": {
"Name": "IDRAC_PASSWORD",
"Target": "IDRAC_PASSWORD",
"Default": "calvin",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "calvin"
},
{
"@attributes": {
"Name": "DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE",
"Target": "DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE",
"Default": "false",
"Mode": "",
"Description": "parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "ipmi device",
"Target": "",
"Default": "/dev/ipmi0",
"Mode": "",
"Description": "Keep only if you are using a local connection and not a LAN connection. This will require your system to have ipmitool installed.",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/ipmi0"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"Blacklist": true,
"Overview": "https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker\r\n \r\n https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/\r\n \r\n All parameters are optional as they have default values (including default iDRAC username and password).\r\n \r\n IDRAC_HOST parameter can be set to \"local\" or to your distant iDRAC's IP address. Default value is \"local\".\r\n IDRAC_USERNAME parameter is only necessary if you're adressing a distant iDRAC. Default value is \"root\".\r\n IDRAC_PASSWORD parameter is only necessary if you're adressing a distant iDRAC. Default value is \"calvin\".\r\n FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).\r\n CPU_TEMPERATURE_TRESHOLD parameter is the T\u00b0junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(\u00b0C).\r\n CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).\r\n DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.\r\n ipmi tool installation help: https://forums.Unraid.net/topic/129200-plug-in-nerdtools/ for installation and check this link for missing ipmi\r\n ipmi tool can't find /dev/ipmi0?: https://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/idrac-fan-controller.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/idrac-fan-controller.xml",
"LastUpdateScan": 1675883063,
"FirstSeen": 1675883063
"downloads": 558,
"stars": 3,
"LastUpdateScan": 1675177465,
"LastUpdate": 1673882868,
"FirstSeen": 1675177465
},
{
"Name": "idrac6",
@ -219705,7 +219823,6 @@
"Plugin": true,
"PluginURL": "https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg",
"PluginAuthor": "IkerSaint",
"Beta": "true",
"Name": "ZFS Master",
"MinVer": "6.9.2",
"Support": "https://forums.unraid.net/topic/122261-plugin-zfs-master/",
@ -219716,7 +219833,7 @@
"Repo": "Iker's Repository",
"TemplateURL": "https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/master/ZFS.Master.xml",
"Repository": "https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg",
"pluginVersion": "2022.12.04.61",
"pluginVersion": "2023.02.28.63",
"Overview": "The ZFS Master plugin provides information and control over the ZFS Pools in your Unraid. Available ZFS Pools are listed under the \"Main/ZFSMaster\" tab.",
"templatePath": "/tmp/GitHub/AppFeed/templates/IkersRepository/ZFS.Master.xml",
"CategoryList": [
@ -222778,7 +222895,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/all-the-mods-8",
"Overview": "[b]All the Mods 8-1.0.12[/b][br]Over 340 mods with quests and shaders on the newest version of MC. [br]Version tags available:[br] - 1.0.12[br] - 1.0.11[br] - 1.0.10[br] - 1.0.9[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.2[br] - 1.0.1[br] - 1.0.0[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"Overview": "[b]All the Mods 8-1.0.13[/b][br]Over 340 mods with quests and shaders on the newest version of MC. [br]Version tags available:[br] - 1.0.13[br] - 1.0.12[br] - 1.0.11[br] - 1.0.10[br] - 1.0.9[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.2[br] - 1.0.1[br] - 1.0.0[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"ExtraSearchTerms": "minecraft",
"Icon": "https://media.forgecdn.net/avatars/611/496/637995823847751059.png",
"Config": [

View File

@ -549,7 +549,7 @@
"min": "6.8.0"
},
"https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": {
"version": "2022.12.04.61",
"version": "2023.02.28.63",
"min": "6.9.2"
},
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": {

View File

@ -647,10 +647,10 @@
"gilbn/geoip2influx": [
"No Icon specified within the application template"
],
"selfhosters/unRAID-CA-templates": [
"Fatal: Invalid repository found. Only lowercase is allowed",
"tigerblue77/dell_idrac_fan_controller": [
"No category entry present",
"No Icon specified within the application template"
"No Icon specified within the application template",
"No Support or Project Link Present"
],
"jalle19/node-ffmpeg-mpegts-proxy": [
"No category entry present",