Unraid-SlackPack/plugins/cmdline.xml

99 lines
3.3 KiB
XML
Raw Normal View History

2015-12-21 09:47:09 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
2016-03-12 02:39:17 +00:00
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/cmdline.plg</PluginURL>
2015-12-21 09:47:09 +00:00
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
2016-03-12 02:20:27 +00:00
<Name>Command Line</Name>
2015-12-21 09:47:09 +00:00
<Description>
2016-03-12 02:20:27 +00:00
Command Line implements Shell In A Box. A web server that can export arbitrary command line tools to a web based terminal emulator. A Command Line tool is created under the Tools menu. Backup and restore user home directory on system shutdown and start. Also includes screenfetch for command line screenshots.
2015-12-21 09:47:09 +00:00
</Description>
2015-12-21 09:49:47 +00:00
<Support>http://lime-technology.com/forum/index.php?topic=42683.0</Support>
2016-03-12 02:20:27 +00:00
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/cmdline.png</Icon>
2017-02-05 22:27:06 +00:00
<Date>2017.02.05</Date>
2015-12-21 09:47:09 +00:00
<Changes>
2017-02-05 22:27:06 +00:00
###2017.02.05
- update some code to jquery
- add support link in readme
2017-01-28 08:22:22 +00:00
###2017.01.28
- update security for XSS and CSRF vulnerabilities
- strip down screenfetch for slackware/unRAID
- add unRAID version to screenshot
2017-01-23 02:28:45 +00:00
###2017.01.22
- update shellinabox unofficial to latest v2.20
- add: security patches
- fix: suppress var.ini parse error
2016-10-22 09:18:47 +00:00
###2016.10.22
- fix: ip connection for 6.2+
- add: tabs for terminal and settings
2016-06-15 00:14:37 +00:00
###2016.06.14
- add: dynamix plugin update api
- add: help content
2016-03-24 20:06:52 +00:00
###2016.03.24
- update shellinabox to unofficial 2.20
- fix: https when ssl is enabled
- remove linux-pam package
2016-03-12 02:20:27 +00:00
###2016.03.11
- add connect button on settings page
- add setting button on tools page
- rename plugin to cmdline since it is more than just shellinabox
- fix: conform screenfetch OS: to 80 columns (remove brackets)
- condense and restructure code
###2016.02.20
- fix: update plugin ovewriting home directory with saved
###2016.02.11a
- fix screenfetch error if emhttp/var.ini were not ready
2016-02-11 07:58:55 +00:00
###2016.02.11
- fix: chmod error
- fix: shutdown not saving
2016-02-11 07:26:06 +00:00
###2016.02.10
- remove array event scripts and move to rc script
- start and stop with system not array
- add: choice for command line screenshot
- add: choice to backup settings in root directory on shutdown
- add: backup restore on reboot e.g. mc settings, bash history
- add: selection of all users of group users for runas
2016-01-07 21:17:06 +00:00
###2016.01.07c
- add option to disable SSL
2016-01-07 19:49:19 +00:00
###2016.01.07b
- remove install cert button for now
2016-01-07 17:30:18 +00:00
###2016.01.07a
- fix cert link
2016-01-07 07:01:17 +00:00
###2016.01.07
- add ip address connection option
- add install certificate button
- fix starting service with changed settings not saving
- default config file
###2016.01.06
- change package path to plugin directory
- fix Tool/Command Line page misspelled cfg file and defaulting to port 8088 instead of 4200
2015-12-30 10:07:49 +00:00
###2015.12.30
2015-12-30 10:00:11 +00:00
- remove old plugin directory on install
2015-12-21 09:47:09 +00:00
###2015.12.21
- move repo to unRAID-plugins
- change plugin name to shellinabox-plugin
- convert install and remove scripts
- add package md5 and unRAID version check
###2015.10.23
- fix "no version information" log errors
###2015.09.20
- update shellinabox packages to 2.19 (revision e30c33d)
- fix color styles
###2015.09.07
- fix start and stop scripts
###2015.09.06
- use markdown syntax and parse_plugin_cfg
- change color styles
###2015.09.05
- fixed start event
- add more color styles
- fixed icon and image on black theme
###2015.09.04
- start and stop events
- update run as user
- update image
###2015.09.03
- initial commit
</Changes>
</Containers>