move repo to unRaid-plugins
add tablesorter fork for better sorting and sort save add separate tab for scanning completely update layout and revise code
This commit is contained in:
parent
bb7787a76c
commit
3e4fcc14f1
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "wakeonlan">
|
<!ENTITY name "wakeonlan">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2015.11.21">
|
<!ENTITY version "2016.01.09">
|
||||||
<!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">
|
||||||
|
@ -15,15 +15,12 @@
|
||||||
|
|
||||||
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<PLUGIN name="&name;"
|
|
||||||
author="&author;"
|
|
||||||
version="&version;"
|
|
||||||
pluginURL="&pluginURL;"
|
|
||||||
launch="&launch;"
|
|
||||||
>
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
###2016.01.
|
###2016.01.09
|
||||||
-
|
- move repo to unRaid-plugins
|
||||||
|
- add tablesorter fork for better sorting and sort save
|
||||||
|
- add separate tab for scanning
|
||||||
|
- completely update layout and revise code
|
||||||
###2015.11.21
|
###2015.11.21
|
||||||
- minor fixes
|
- minor fixes
|
||||||
###2015.03.05a
|
###2015.03.05a
|
||||||
|
@ -97,14 +94,16 @@ else
|
||||||
upgradepkg --install-new &plgpath;/&plgname;.txz
|
upgradepkg --install-new &plgpath;/&plgname;.txz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# remove old plugin name folder
|
||||||
if [ -d /usr/local/emhttp/plugins/wol ]; then
|
if [ -d /usr/local/emhttp/plugins/wol ]; then
|
||||||
rm -f /usr/local/emhttp/plugins/wol
|
rm -f /usr/local/emhttp/plugins/wol
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# create log directory
|
||||||
if [ ! -d /var/log/&name; ]; then
|
if [ ! -d /var/log/&name; ]; then
|
||||||
mkdir -p /var/log/&name;
|
mkdir -p /var/log/&name;
|
||||||
fi
|
fi
|
||||||
chmod 755 /&tmp/&name;
|
chmod 755 /var/log/&name;
|
||||||
|
|
||||||
# Cleaning old source files
|
# Cleaning old source files
|
||||||
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
|
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
|
||||||
|
@ -132,7 +131,7 @@ rm -f &plgpath;/&plgname;.md5
|
||||||
|
|
||||||
#remove installed packages
|
#remove installed packages
|
||||||
removepkg &plgpath;/*.txz
|
removepkg &plgpath;/*.txz
|
||||||
rm rm -f &plgpath;/*.txz
|
rm -f &plgpath;/*.txz
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "-----------------------------------------------------------"
|
echo "-----------------------------------------------------------"
|
||||||
|
|
BIN
plugins/wakeonlan.png
Normal file
BIN
plugins/wakeonlan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
37
plugins/wakeonlan.xml
Normal file
37
plugins/wakeonlan.xml
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Containers>
|
||||||
|
<Plugin>True</Plugin>
|
||||||
|
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.plg</PluginURL>
|
||||||
|
<PluginAuthor>dmacias72</PluginAuthor>
|
||||||
|
<Beta>False</Beta>
|
||||||
|
<Category>Tools:System</Category>
|
||||||
|
<Name>Wake On Lan</Name>
|
||||||
|
<Description>
|
||||||
|
Wake On Lan plugin allows you to scan your network, add and save computers from your network. Then wake them.
|
||||||
|
</Description>
|
||||||
|
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support>
|
||||||
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
|
||||||
|
<Date>2016-01-09</Date>
|
||||||
|
<Changes>
|
||||||
|
###2016.01.09
|
||||||
|
- move repo to unRaid-plugins
|
||||||
|
- add tablesorter fork for better sorting and sort save
|
||||||
|
- add separate tab for scanning
|
||||||
|
- completely update layout and revise code
|
||||||
|
###2015.11.21
|
||||||
|
- minor fixes
|
||||||
|
###2015.03.05a
|
||||||
|
- fix default ethernet interface
|
||||||
|
###2015.02.24
|
||||||
|
- button bindings when editing
|
||||||
|
###2015.02.21
|
||||||
|
- added autosave
|
||||||
|
- added table sorting
|
||||||
|
- disable scan function caching
|
||||||
|
- loading gifs
|
||||||
|
- show scan results only after scan
|
||||||
|
- scan ip after wake
|
||||||
|
###2015.02.20
|
||||||
|
- initial unRAID 6 release.
|
||||||
|
</Changes>
|
||||||
|
</Containers>
|
Loading…
Reference in New Issue
Block a user