update plg files, add wakeonlan

This commit is contained in:
Derek Macias 2015-12-30 03:00:11 -07:00
parent 21e2742a77
commit 90b6066975
9 changed files with 24 additions and 70 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack"> <!ENTITY name "NerdPack">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2015.12.15a"> <!ENTITY version "2015.12.29">
<!ENTITY launch "Settings/&name;"> <!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -17,6 +17,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;"> <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES> <CHANGES>
###2015.12.29
- create packages directory on install
###2015.12.15a ###2015.12.15a
- remove command output - remove command output
###2015.12.15 ###2015.12.15
@ -116,6 +118,10 @@ else
upgradepkg --install-new &plgpath;/&plgname;.txz upgradepkg --install-new &plgpath;/&plgname;.txz
fi fi
if [ ! -d &plgpath;/packages ]; then
mkdir &plgpath;/packages
fi
# Update file permissions of scripts # Update file permissions of scripts
chmod +0755 &emhttp;/scripts/* chmod +0755 &emhttp;/scripts/*

View File

@ -11,8 +11,10 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
<Date>2015-12-15a</Date> <Date>2015-12-29</Date>
<Changes> <Changes>
###2015.12.29
- create packages directory on install
###2015.12.15a ###2015.12.15a
- remove command output - remove command output
###2015.12.15 ###2015.12.15

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "ipmitool-plugin"> <!ENTITY name "ipmitool-plugin">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2015.12.20"> <!ENTITY version "2015.12.29">
<!ENTITY launch "Tools/IPMItool"> <!ENTITY launch "Tools/IPMItool">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -18,6 +18,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;"> <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES> <CHANGES>
###2015.12.29
- remove old plugin directory on install
###2015.12.20 ###2015.12.20
- fixed "Waiting for events" triggering notification on system start - fixed "Waiting for events" triggering notification on system start
- reorganize events page - reorganize events page
@ -85,7 +87,7 @@ if [[ ${version:0:3} == 6.0 ]]; then
fi fi
#remove old plugin name directory #remove old plugin name directory
if [ ! -d /usr/local/emhttp/plugins/ipmitool ]; then if [ -d /usr/local/emhttp/plugins/ipmitool ]; then
rm -rf /usr/local/emhttp/plugins/ipmitool rm -rf /usr/local/emhttp/plugins/ipmitool
fi fi

View File

@ -11,8 +11,10 @@ The ipmitool plugin allows you to view your system sensors and events using your
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmitool-plugin.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmitool-plugin.png</Icon>
<Date>2015-12-20</Date> <Date>2015-12-29</Date>
<Changes> <Changes>
###2015.12.29
- remove old plugin directory on install
###2015.12.20 ###2015.12.20
- fixed "Waiting for events" triggering notification on system start - fixed "Waiting for events" triggering notification on system start
- reorganize events page - reorganize events page

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "shellinabox-plugin"> <!ENTITY name "shellinabox-plugin">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2015.12.21"> <!ENTITY version "2015.12.29">
<!ENTITY launch "Settings/Shellinabox"> <!ENTITY launch "Settings/Shellinabox">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -21,6 +21,8 @@ This Plugin installs and controls shellinabox for unRaid 6.1 All dependencies a
--> -->
<CHANGES> <CHANGES>
###2015.12.29
- remove old plugin directory on install
###2015.12.21 ###2015.12.21
- move repo to unRAID-plugins - move repo to unRAID-plugins
- change plugin name to shellinabox-plugin - change plugin name to shellinabox-plugin
@ -86,7 +88,7 @@ if [[ ${version:0:3} == 6.0 ]]; then
fi fi
#remove old plugin name directory #remove old plugin name directory
if [ ! -d /usr/local/emhttp/plugins/shellinabox ]; then if [ -d /usr/local/emhttp/plugins/shellinabox ]; then
rm -rf /usr/local/emhttp/plugins/shellinabox rm -rf /usr/local/emhttp/plugins/shellinabox
fi fi

View File

@ -11,8 +11,10 @@ Shell In A Box implements a web server that can export arbitrary command line to
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=42683.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=42683.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/shellinabox-plugin.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/shellinabox-plugin.png</Icon>
<Date>2015-12-21</Date> <Date>2015-12-29</Date>
<Changes> <Changes>
###2015.12.29
- remove old plugin directory on install
###2015.12.21 ###2015.12.21
- move repo to unRAID-plugins - move repo to unRAID-plugins
- change plugin name to shellinabox-plugin - change plugin name to shellinabox-plugin

View File

@ -1,19 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
NerdPack: Nerd Tools unRAID Plugin
NerdPack:
NerdPack: unRAID plugin wrapper for extra packages, mostly CLI, for advanced
NerdPack: users. Use at your own risk. Not officially supported by LimeTech.
NerdPack:
NerdPack: Supports: apr, apt-util, bwm-ng, cpio, git, iftop, inotify, iotop,
NerdPack: iperf, kbd, lftp, lshw, neon, p7zip, perl, python, readline, screen,
NerdPack: sshfs-fuse, strace, subversion, unrar, utempter, vim
NerdPack:
NerdPack: plugin: https://github.com/dmacias72/unRAID-plugins
NerdPack: packages: https://github.com/eschultz/unraid6-nerdpack

View File

@ -1,5 +0,0 @@
<?php
$filename = "/boot/config/plugins/NerdPack/packages/".$_POST["pkg"];
if (is_file($filename));
unlink($filename);
?>

View File

@ -1,38 +0,0 @@
<?php
$pkg_path="/boot/config/plugins/NerdPack/packages/";
$pkg_git = "https://raw.githubusercontent.com/eschultz/unraid6-nerdpack/master/packages/";
$pkg_name = $_POST["pkgnew"];
$pkg_new = $pkg_path.$pkg_name;
$pkg_config = "/boot/config/plugins/NerdPack/NerdPack.cfg";
$pkg_cfg = parse_ini_file($pkg_config); // get package configs
$pkg_pref = $pkg_cfg[$_POST["pkgname"]]; // get package preference
$pkg_old = $pkg_path.$_POST["pkgold"];
$pkg_msg = "$pkg_name package download failed.";
if (file_put_contents($pkg_new, fopen($pkg_git.$pkg_name, 'r')));{
$pkg_size = filesize($pkg_new);
$pkg_handle = fopen($pkg_new, "rb");
$pkg_contents = fread($pkg_handle, $pkg_size);
fclose($pkg_handle);
//shell_exec("cd $pkg_path && wget -q $pkg_new");
$pkg_str = "blob ".$pkg_size."\0".$pkg_contents;
$pkg_sha = sha1($pkg_str);
if($pkg_sha == $_POST["pkgsha"]) {
$pkg_msg = "$pkg_name package downloaded.";
if (is_file($pkg_old))
unlink($pkg_old);
if($pkg_pref == "yes") {
$pkg_cmd = "upgradepkg --install-new ";
$pkg_cmd = $pkg_cmd.$pkg_new." | logger -tnerdpack";
shell_exec($pkg_cmd);
$pkg_msg = "$pkg_name package updated.";
}
}else {
if (is_file($pkg_new))
unlink($pkg_new);
}
}
echo json_encode($pkg_msg);
?>