Unraid-SlackPack/plugins/apache.plg
2016-09-24 17:58:20 -06:00

264 lines
7.6 KiB
XML
Executable File

<?xml version='1.0' standalone='yes'?>
<!DOCTYPE PLUGIN [
<!ENTITY name "apache">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.09.24">
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
<!ENTITY pkgURL "&gitURL;/source/packages">
<!ENTITY plgpath "/boot/config/plugins/&name;">
<!ENTITY plgname "&name;-&version;-x86_64-1">
<!ENTITY emhttp "/usr/local/emhttp/plugins/&name;">
]>
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
<!--
This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.0 ONLY. All dependencies are installed as needed and is controlable from the webgui.
-->
<CHANGES>
###2016.09.24
- fix: apr and apr-util packages not installing
- fix: clearing log files
- add: restart button
- add: missing dependencies for gd.so
###2016.09.17a
- fix: php.ini not being used
- update php extensions to 5.6.24 match unRAID 6.2
###2016.09.17
- update plugin for 6.2 only
###2015.09.07
- fix start and stop scripts
###2015.09.06
- change image png
- refomat code for markdown and dynamix inherent functions
###2015.08.31
- add full path to settings page POST script
###2015.08.27
- fix plugin remove script
###2015.08.26
- update extensions to php 5.4.44
- updated for unRAID 6.1
###2015.08.20
- fix rc.apache symlink
###2015.08.19
- update apache to 2.4.16
- update extentions to php 5.4.43
- updates for unRAID 6.1-rc* only
###2015.06.06
- update to apache 2.4.12
- update php extensions to 5.4.40
- remove libpng and libjpeg packages will need to reboot
###2015.05.22
- condense code
- use native v6 code and styling
###2015.04.18
- fix bugs
- add version and link to webserver
###2015.04.17
- update extentions to php 5.4.36
- added directory browser
- reformatted layout
###2015.01.31
- update for beta12+
###2014.09.25
- fix install and remove scripts
###2014.09.25
- reformated github and plugin format
- conf files will now be in /boot/config/plugins/apache/httpd
###2014.06.07
- initial commit
</CHANGES>
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/apr-1.5.2-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&gitURL;/packages/6.2/apr-1.5.2-x86_64-1.txz</URL>
<MD5>4076e8b7bd35e028b1cfb9224b51afc8</MD5>
</FILE>
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/apr-util-1.5.4-x86_64-2.txz" Run="upgradepkg --install-new">
<URL>&gitURL;/packages/6.2/apr-util-1.5.4-x86_64-2.txz</URL>
<MD5>4efea0ce9975635fe82ad0a6a079d1ca</MD5>
</FILE>
<FILE Name="&plgpath;/freetype-2.6.5-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/freetype-2.6.5-x86_64-1.txz</URL>
<MD5>60eb82ef3458130fc48f07e6f5035876</MD5>
</FILE>
<FILE Name="&plgpath;/harfbuzz-1.3.0-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/harfbuzz-1.3.0-x86_64-1.txz</URL>
<MD5>348c80202ce746b41557708bddf9c35b</MD5>
</FILE>
<FILE Name="&plgpath;/httpd-2.4.23-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/httpd-2.4.23-x86_64-1.txz</URL>
<MD5>5a7a6f7ec34f23b88bd60072dcc1add9</MD5>
</FILE>
<FILE Name="&plgpath;/libiodbc-3.52.10-x86_64-2.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libiodbc-3.52.10-x86_64-2.txz</URL>
<MD5>5d62962db9add60780e184c76048d3d3</MD5>
</FILE>
<FILE Name="&plgpath;/libmcrypt-2.5.8-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libmcrypt-2.5.8-x86_64-1.txz</URL>
<MD5>758bfc84d60a0d1bb8c1e51caaffe50f</MD5>
</FILE>
<FILE Name="&plgpath;/libtool-2.4.6-x86_64-4.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libtool-2.4.6-x86_64-4.txz</URL>
<MD5>3a4d8446f6025bdc06f423d719f942e8</MD5>
</FILE>
<FILE Name="&plgpath;/libvpx-1.5.0-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libvpx-1.5.0-x86_64-1.txz</URL>
<MD5>04ee011ea0510d961d121883930c2fda</MD5>
</FILE>
<FILE Name="&plgpath;/libX11-1.6.3-x86_64-2.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libX11-1.6.3-x86_64-2.txz</URL>
<MD5>26472fb7e9d86d3127a427f2c364623f</MD5>
</FILE>
<FILE Name="&plgpath;/libXau-1.0.8-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libXau-1.0.8-x86_64-1.txz</URL>
<MD5>b09a959ee01a1ea1d31600999b05dfef</MD5>
</FILE>
<FILE Name="&plgpath;/libxcb-1.11.1-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libxcb-1.11.1-x86_64-1.txz</URL>
<MD5>86a2a1c5f8fa01e6c2372d3d957201c4</MD5>
</FILE>
<FILE Name="&plgpath;/libXdmcp-1.1.2-x86_64-2.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libXdmcp-1.1.2-x86_64-2.txz</URL>
<MD5>ce01ef3cc35262bb124d36e2f5c520c5</MD5>
</FILE>
<FILE Name="&plgpath;/libXpm-3.5.11-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/libXpm-3.5.11-x86_64-1.txz</URL>
<MD5>d7e67e2109a8b0e3e554187dcccf3089</MD5>
</FILE>
<FILE Name="&plgpath;/net-snmp-5.7.3-x86_64-3.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/net-snmp-5.7.3-x86_64-3.txz</URL>
<MD5>4e5e3b7b73388912e18205ab1f509629</MD5>
</FILE>
<FILE Name="&plgpath;/php-ext-5.6.24-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/php-ext-5.6.24-x86_64-1.txz</URL>
<MD5>b83aefdaa0904deec56e00fc6dc5def5</MD5>
</FILE>
<FILE Name="&plgpath;/t1lib-5.1.2-x86_64-3.txz" Run="upgradepkg --install-new">
<URL>&pkgURL;/t1lib-5.1.2-x86_64-3.txz</URL>
<MD5>6942fb6f9f78b8e3cc4a1c77469a2512</MD5>
</FILE>
<FILE Name="&plgpath;/&name;.cfg">
<INLINE>
<![CDATA[
# Apache Web Server configuration:
SERVICE="disable"
DOCROOT="/var/www/html"
PORT="8088"
RUNAS="nobody"
]]>
</INLINE>
</FILE>
<FILE Name="&plgpath;/&name;-cert.sh">
<INLINE>
<![CDATA[
openssl req -new -x509 -keyout /boot/config/plugins/apache/server.crt -out /boot/config/plugins/apache/server.crt -days 365 -nodes; chmod 600 /boot/config/plugins/apache/server.crt
]]>
</INLINE>
</FILE>
<!--
The 'plugin' package file.
-->
<FILE Name="&plgpath;/&plgname;.txz">
<URL>&gitURL;/archive/&plgname;.txz</URL>
</FILE>
<!--
The 'plugin' package MD5 hash.
-->
<FILE Name="&plgpath;/&plgname;.md5">
<URL>&gitURL;/archive/&plgname;.md5</URL>
</FILE>
<!--
The 'install' script.
-->
<FILE Run="/bin/bash">
<INLINE>
#Verify unRAID Version
source /etc/unraid-version
VER=${version:0:3}
if [[ $VER == 6.1 ]]; then
echo "unRAID version 6.2 or higher is required"
exit 1
fi
# Verify and install plugin package
sum1=$(/usr/bin/md5sum &plgpath;/&plgname;.txz)
sum2=$(/usr/bin/cat &plgpath;/&plgname;.md5)
if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
echo "Wrong 'plugin' package md5 hash."
rm &plgpath;/&plgname;.txz
rm &plgpath;/&plgname;.md5
exit 1
else
upgradepkg --install-new &plgpath;/&plgname;.txz
# Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been installed."
echo " This plugin requires Dynamix webGui to operate"
echo " Copyright 2016, &author;"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
fi
</INLINE>
</FILE>
<!--
The 'remove' script.
-->
<FILE Run="/bin/bash" Method="remove">
<INLINE>
/etc/rc.d/rc.apache stop
removepkg &plgpath;/&plgname;.txz
rm -rf &emhttp;
rm -f &plgpath;/&plgname;.txz
rm -f &plgpath;/&plgname;.md5
#remove installed packages
echo "Please wait, removing installed packages..."
<![CDATA[
removepkg /boot/config/plugins/apache/*.txz > /dev/null 2>&1
rm -f /boot/config/plugins/apache/*.txz
]]>
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."
echo " Copyright 2016, &author;"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
</INLINE>
</FILE>
</PLUGIN>