Unraid-SlackPack/plugins/libvirtwol.xml

74 lines
2.2 KiB
XML
Raw Normal View History

2015-12-21 08:10:23 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
<Name>Virtual Machine Wake On Lan</Name>
<Description>
2016-03-19 15:57:54 +00:00
Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to wake or start up kvm virtual machines.
2015-12-21 08:10:23 +00:00
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon>
2016-11-05 18:33:28 +00:00
<Date>2016-11-05</Date>
2015-12-21 08:10:23 +00:00
<Changes>
2016-11-05 18:33:28 +00:00
###2016.11.05
- fix: continue script on exception e.g. error in vm xml
###2016.10.22
- fix: min and max
2016-10-15 16:36:09 +00:00
###2016.10.15
- add: min and max versions
2016-10-09 23:41:46 +00:00
###2016.10.09
- update for 6.3
2016-09-16 16:34:03 +00:00
###2016.09.16
- update python to 2.7.12
#####2016.06.04
2016-06-04 12:40:16 +00:00
- add rc script
2016-06-04 12:43:26 +00:00
- amend dynamix plugin api
2016-04-16 20:10:20 +00:00
###2016.04.16
2016-04-16 21:20:39 +00:00
- add help button comments
2016-04-16 20:19:32 +00:00
- add dynamix plugin API
- add white-space: normal to fix status css formatting
###2016.03.23
- remove libpcap from 6.2 install
2016-03-19 15:57:54 +00:00
###2016.03.19
- add wake on lan to advanced view
2016-03-14 06:35:32 +00:00
###2016.03.14
- update package locations
2016-03-12 17:45:54 +00:00
###2016.03.12
- add dual package support for 6.1 and 6.2+
- add python 2.7.11 for 6.2+
- add libvirt python 1.3.1 for 6.2+
- move settings to php file and include in vm settings
- move all permissions on scripts to plugin package install
2016-01-22 19:11:06 +00:00
###2016.01.22
- update install and remove scripts
- check if config exists
- create a default config file
2016-01-03 00:16:54 +00:00
###2016.01.02
- fix not starting with array
2015-12-21 08:36:26 +00:00
###2015.12.21a
- fix config file and start/stop
2015-12-21 08:10:23 +00:00
- add unRAID version check
- add md5 package ckeck
- convert install and remove scripts
###2015.12.01
- added fix for other packet sizes
###2015.11.18
- update python to 2.7.9
###2015.11.17
- fix start and stop event permissions
###2015.11.16
- added promiscuous mode to listen for all packets
- will recieve all ether proto 0x0842 packets now
###2015.11.15
- added support for ethertype 0x0842
- tested with ether-wake but asus router still not waking
###2015.11.14c
- fix plugin page image and link
- pkg variable typo
###2015.11.14
- initial commit
</Changes>
</Containers>