Compare commits
127 Commits
Main-v1.0.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
2c4e5cf324
|
|||
|
6e7761effe
|
|||
|
c272df8109
|
|||
|
6922ea61b2
|
|||
|
be98df66a9
|
|||
| 9222904ab2 | |||
|
|
e583fa7357 | ||
|
459d61b348
|
|||
|
296a68dc2e
|
|||
|
39724043fe
|
|||
| 9b448938bf | |||
|
429f75e5e3
|
|||
|
c512a70477
|
|||
|
50c3561710
|
|||
|
668da644f3
|
|||
|
bbd91b4e9a
|
|||
|
4238e78ac1
|
|||
|
98c5429f00
|
|||
|
c9abe992e0
|
|||
|
02e644ba60
|
|||
|
b911388b85
|
|||
|
|
ad5411b8cb | ||
|
b94a84bb84
|
|||
|
|
73e168ff44 | ||
|
6ffae91431
|
|||
|
dabb32845d
|
|||
|
f27c55336e
|
|||
|
dda74005f5
|
|||
|
269998a2af
|
|||
|
|
4c13b77990 | ||
|
|
9bf9db560a | ||
|
31c7ba85c8
|
|||
|
f755e27fb4
|
|||
|
22df00dd80
|
|||
|
0dd431a8d5
|
|||
|
73bf0aa0f4
|
|||
|
f28b08792c
|
|||
|
4af278b6f0
|
|||
|
b15f8a33ed
|
|||
|
d85678e560
|
|||
|
0c62faa0aa
|
|||
|
5a70278103
|
|||
|
1423d72e53
|
|||
|
638a8c1525
|
|||
|
064ceafe08
|
|||
|
81b7e93678
|
|||
|
282851f1ed
|
|||
|
cbba8b1d1b
|
|||
|
af951799b5
|
|||
|
84cda6333f
|
|||
|
402a4b68e5
|
|||
|
98c5dec4d9
|
|||
| 923cefbda4 | |||
|
4ff12369d6
|
|||
|
46042d3ca9
|
|||
|
616f0a2162
|
|||
|
10838eb815
|
|||
|
c60b57d41b
|
|||
|
2988258ffd
|
|||
|
7e6be6bf72
|
|||
|
9c36d12d52
|
|||
|
|
5a711db696 | ||
|
8dfef7c493
|
|||
|
03ff10e36d
|
|||
|
71f62088d8
|
|||
|
bd4e431215
|
|||
|
39da2f54d7
|
|||
|
8f9a9e7c95
|
|||
|
f0e0eef8bc
|
|||
|
d123670a71
|
|||
|
afffd9f74d
|
|||
|
8cafe06982
|
|||
|
|
eee605d34d | ||
|
22ca4d3464
|
|||
|
d889f248e6
|
|||
|
9115a36148
|
|||
|
a24e075714
|
|||
|
c5d70cc455
|
|||
|
e570e4b88c
|
|||
|
|
1f006a056c | ||
|
|
2501e3ff3d | ||
|
a87850f6d0
|
|||
|
ba80b923d0
|
|||
|
74d76cdf15
|
|||
|
9e9211c475
|
|||
|
d6cebfefb2
|
|||
|
2170468a30
|
|||
|
377c3e6e50
|
|||
|
92b487345e
|
|||
|
fe742ec534
|
|||
|
95f2a19422
|
|||
|
2a6de08f75
|
|||
|
b112be5aeb
|
|||
|
7e65bec375
|
|||
|
1e09184895
|
|||
|
3179abbb6c
|
|||
|
74f12decdf
|
|||
|
bcb714db44
|
|||
|
93184de8eb
|
|||
|
06a7814d98
|
|||
|
aebf9c97e4
|
|||
|
f3b2d3cfb5
|
|||
|
38d7b021de
|
|||
|
ae6a1f7433
|
|||
|
752f777697
|
|||
|
bc511b4c73
|
|||
|
574e61b085
|
|||
|
be8d75bcab
|
|||
|
7fb0470f44
|
|||
|
eb83d11538
|
|||
|
18439cc934
|
|||
|
17353040b6
|
|||
|
c49a284e5e
|
|||
|
a9f57d3513
|
|||
|
859033a213
|
|||
|
2cbaa6ce86
|
|||
|
f51b50debb
|
|||
|
061d97d5a0
|
|||
|
|
d7fcf5e55c | ||
|
59a256c590
|
|||
|
c3839afdc4
|
|||
|
38b1e8560f
|
|||
|
4c25b3456f
|
|||
|
18ea88f6dc
|
|||
|
3c7683684a
|
|||
|
0ab3c8bc44
|
|||
|
64ce1701be
|
101
AppendCMS.sh
101
AppendCMS.sh
@@ -1,15 +1,40 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
###############################
|
||||||
|
# @author: Bram Prieshof #
|
||||||
|
# @author: Branco van de Waal #
|
||||||
|
###############################
|
||||||
|
|
||||||
|
itype=AddCMS
|
||||||
|
ScriptCompat=2
|
||||||
|
|
||||||
##-----------------##
|
##-----------------##
|
||||||
# Fetching Vars #
|
# Fetching Vars #
|
||||||
##-----------------##
|
##-----------------##
|
||||||
|
|
||||||
if [ ! -f "/etc/ICTM/selopts.list" ] || [ ! -f "/etc/ICTM/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
if [ ! -f "/etc/WebV2/selopts.list" ] || [ ! -f "/etc/WebV2/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
|
|
||||||
|
source /etc/WebV2/selopts.list
|
||||||
|
source /etc/WebV2/mainvar.list
|
||||||
|
if [ -z ${CompatVer} ] || [ "$CompatVer" -lt "$ScriptCompat" ]; then echo "Web-V2 is outdated, Please run the Compat-V*.sh updater from the repo, Current version= $CompatVer" && exit ; fi
|
||||||
|
|
||||||
source /etc/ICTM/selopts.list
|
if [ -z $shortdist ] ; then source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/MicroOSDetect.sh) ; fi
|
||||||
source /etc/ICTM/mainvar.list
|
if [ $webserv != nginx_nonphp ]; then
|
||||||
|
if [ ! -f "/etc/WebV2/phpvar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GeneratePhplist.sh) ; fi
|
||||||
|
source /etc/WebV2/phpvar.list
|
||||||
|
fi
|
||||||
|
if [ $webserv = apache ]; then
|
||||||
|
if [ ! -f "/etc/WebV2/apachevar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GenerateApacheList.sh) ; fi
|
||||||
|
source /etc/WebV2/apachevar.list
|
||||||
|
fi
|
||||||
rm /tmp/pkg.list > $OUTPUT 2>&1
|
rm /tmp/pkg.list > $OUTPUT 2>&1
|
||||||
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/ModulesMenu.list)
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/ModulesMenu.list)
|
||||||
|
|
||||||
|
#SiteCount
|
||||||
|
if [ ! -f "/etc/WebV2/sites.count" ]; then SiteCount=`expr $(ls -l /var/www | grep -c ^d) - 1` ; else source /etc/WebV2/sites.count; fi
|
||||||
|
if [ -z ${SiteCount+x} ] ; then SiteCount=`expr $(ls -l /var/www | grep -c ^d) - 1` ; fi
|
||||||
|
SiteCount=$(($SiteCount+1))
|
||||||
|
|
||||||
#Setting Menulist to webserver
|
#Setting Menulist to webserver
|
||||||
declare -n CMSL="$webserv"CMSL
|
declare -n CMSL="$webserv"CMSL
|
||||||
declare -n options="$webserv"Options
|
declare -n options="$webserv"Options
|
||||||
@@ -19,8 +44,9 @@ declare -n options="$webserv"Options
|
|||||||
# Static-Vars #
|
# Static-Vars #
|
||||||
##----------------##
|
##----------------##
|
||||||
|
|
||||||
ignphpcms=1
|
#Options var setup for enabled sub-modules
|
||||||
|
EnOption="${SelectedOptions[@],,}" && EnOption="${EnOption// /}" && EnOption="${EnOption//:/ }" && EnOption="${EnOption//'"'}"
|
||||||
|
EnOption="$EnOption""${EnabledAons[@]}"
|
||||||
|
|
||||||
##---------------##
|
##---------------##
|
||||||
# Functions #
|
# Functions #
|
||||||
@@ -109,8 +135,8 @@ if [ $IMODE = l ]; then
|
|||||||
done
|
done
|
||||||
read -p "Set sitename to ${domain//./_}? (y/n)" choice
|
read -p "Set sitename to ${domain//./_}? (y/n)" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
y|Y ) sitename=${domain//./_};;
|
y*|Y* ) sitename=${domain//./_};;
|
||||||
n|N ) echo "";
|
n*|N* ) echo "";
|
||||||
while true; do
|
while true; do
|
||||||
echo "Please enter sitename, Must NOT contain special characters, except: _";read sitename
|
echo "Please enter sitename, Must NOT contain special characters, except: _";read sitename
|
||||||
if [[ $sitename == *['!'@#\$%^\&*()+,.]* ]] || [ -z "$sitename" ]
|
if [[ $sitename == *['!'@#\$%^\&*()+,.]* ]] || [ -z "$sitename" ]
|
||||||
@@ -145,9 +171,16 @@ if [ $IMODE = l ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Cleaning options from menu
|
#Cleaning CMS from menu
|
||||||
CMS="${CMS//:}" && CMS="${CMS,,}"
|
CMS="${CMS//:}" && CMS="${CMS,,}"
|
||||||
|
|
||||||
|
##-----------------##
|
||||||
|
# Storeing vars #
|
||||||
|
##-----------------##
|
||||||
|
|
||||||
|
touch /etc/WebV2/sites/"$sitename"
|
||||||
|
echo "SiteCount=$SiteCount" > /etc/WebV2/sites.count
|
||||||
|
|
||||||
|
|
||||||
##-----------##
|
##-----------##
|
||||||
# AptList #
|
# AptList #
|
||||||
@@ -191,13 +224,30 @@ if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$re
|
|||||||
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/"$CMS"/"$webserv"-preconf.sh)
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/"$CMS"/"$webserv"-preconf.sh)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Preconfiguring module For CMS
|
||||||
|
for val1 in ${EnOption[*]}; do
|
||||||
|
modListed=$(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/extModules.list|grep "$val1")
|
||||||
|
#Checking
|
||||||
|
if test -z "$modListed"
|
||||||
|
then
|
||||||
|
#Fetching from local repo
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/SubModules/"$val1"/CMSHook-preconf.sh; then
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/"$val1"/CMSHook-preconf.sh)
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
#Fetching from remote repo
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$modListed"CMSHook-preconf.sh; then
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$modListed"CMSHook-preconf.sh)
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
##-------------##
|
##-------------##
|
||||||
# Installer #
|
# Installer #
|
||||||
##-------------##
|
##-------------##
|
||||||
|
|
||||||
$PKGM update
|
$PKGUC
|
||||||
sed -i 's/PHPver/'$phpver'/g' /tmp/pkg.list
|
sed -i 's/PHPprefix/'$phpPkgName'/g' /tmp/pkg.list
|
||||||
cat /tmp/pkg.list | xargs $PKGI
|
cat /tmp/pkg.list | xargs $PKGI
|
||||||
|
|
||||||
|
|
||||||
@@ -228,6 +278,8 @@ msg " Setting up SSL"
|
|||||||
if test $certsatus -eq 0
|
if test $certsatus -eq 0
|
||||||
then
|
then
|
||||||
site_ext="ssl"
|
site_ext="ssl"
|
||||||
|
mkdir -p /etc/acmesh/inst/$domain
|
||||||
|
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --install-cert --ecc --domain $domain --cert-file /etc/acmesh/inst/$domain/cert.pem --key-file /etc/acmesh/inst/$domain/key.pem --ca-file /etc/acmesh/inst/$domain/ca.cer --fullchain-file /etc/acmesh/inst/$domain/fullchain.pem --reloadcmd 'systemctl reload $(cat /etc/WebV2/SslServices)'
|
||||||
else
|
else
|
||||||
site_ext="nossl"
|
site_ext="nossl"
|
||||||
rm -rf /etc/acmesh/certs/$domain*
|
rm -rf /etc/acmesh/certs/$domain*
|
||||||
@@ -253,15 +305,26 @@ if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$re
|
|||||||
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/"$CMS"/"$webserv"-conf.sh)
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/"$CMS"/"$webserv"-conf.sh)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##--------------------------##
|
#Configuring Module for CMS
|
||||||
# Backup-util Site Setup #
|
|
||||||
##--------------------------##
|
for val1 in ${EnOption[*]}; do
|
||||||
|
modListed=$(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/extModules.list|grep "$val1")
|
||||||
|
#Checking
|
||||||
|
if test -z "$modListed"
|
||||||
|
then
|
||||||
|
#Fetching from local repo
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/SubModules/"$val1"/CMSHook-conf.sh; then
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/"$val1"/CMSHook-conf.sh)
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
#Fetching from remote repo
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$modListed"CMSHook-conf.sh; then
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$modListed"CMSHook-conf.sh)
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
repobckutil=https://git.ictmaatwerk.com/VPS-scripts/Backup-Util
|
|
||||||
branchbckutil=master
|
|
||||||
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repobckutil"/raw/branch/"$branchbckutil"/cms-handeler.sh; then
|
|
||||||
source <(curl --retry 7 --retry-delay 5 -s "$repobckutil"/raw/branch/"$branchbckutil"/cms-handeler.sh)
|
|
||||||
fi
|
|
||||||
|
|
||||||
##------------##
|
##------------##
|
||||||
# Services #
|
# Services #
|
||||||
@@ -274,4 +337,4 @@ systemctl reload fail2ban
|
|||||||
##-------##
|
##-------##
|
||||||
|
|
||||||
msg " Added CMS!"
|
msg " Added CMS!"
|
||||||
for f in /etc/update-motd.d/51*; do bash $f; done
|
if stat --printf='' /etc/update-motd.d/51* 2>/dev/null; then for f in /etc/update-motd.d/51*; do bash $f; done; fi
|
||||||
@@ -1,16 +1,32 @@
|
|||||||
##-----------------##
|
#!/bin/bash
|
||||||
# Fetching Vars #
|
|
||||||
##-----------------##
|
|
||||||
|
|
||||||
if [ ! -f "/etc/ICTM/selopts.list" ] || [ ! -f "/etc/ICTM/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
###############################
|
||||||
|
# @author: Bram Prieshof #
|
||||||
|
# @author: Branco van de Waal #
|
||||||
|
###############################
|
||||||
|
|
||||||
|
itype=AddMod
|
||||||
|
ScriptCompat=2
|
||||||
|
|
||||||
##-----------------##
|
##-----------------##
|
||||||
# Fetching Vars #
|
# Fetching Vars #
|
||||||
##-----------------##
|
##-----------------##
|
||||||
|
|
||||||
source /etc/ICTM/selopts.list
|
if [ ! -f "/etc/WebV2/selopts.list" ] || [ ! -f "/etc/WebV2/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
source /etc/ICTM/mainvar.list
|
|
||||||
|
source /etc/WebV2/selopts.list
|
||||||
|
source /etc/WebV2/mainvar.list
|
||||||
|
if [ -z ${CompatVer} ] || [ "$CompatVer" -lt "$ScriptCompat" ]; then echo "Web-V2 is outdated, Please run the Compat-V*.sh updater from the repo, Current version= $CompatVer" && exit ; fi
|
||||||
|
|
||||||
|
if [ -z $shortdist ] ; then source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/MicroOSDetect.sh) ; fi
|
||||||
|
if [ $webserv != nginx_nonphp ]; then
|
||||||
|
if [ ! -f "/etc/WebV2/phpvar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GeneratePhplist.sh) ; fi
|
||||||
|
source /etc/WebV2/phpvar.list
|
||||||
|
fi
|
||||||
|
if [ $webserv = apache ]; then
|
||||||
|
if [ ! -f "/etc/WebV2/apachevar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GenerateApacheList.sh) ; fi
|
||||||
|
source /etc/WebV2/apachevar.list
|
||||||
|
fi
|
||||||
rm /tmp/pkg.list
|
rm /tmp/pkg.list
|
||||||
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/ModulesMenu.list)
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/ModulesMenu.list)
|
||||||
|
|
||||||
@@ -135,7 +151,7 @@ done
|
|||||||
option="${option%"${option##*[![:space:]]}"}"
|
option="${option%"${option##*[![:space:]]}"}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo 'SelectedOptions+=('$option')' >> /etc/ICTM/selopts.list
|
echo 'SelectedOptions+=('$option')' >> /etc/WebV2/selopts.list
|
||||||
|
|
||||||
|
|
||||||
#Cleaning options from menu
|
#Cleaning options from menu
|
||||||
@@ -227,8 +243,8 @@ done
|
|||||||
# Installer #
|
# Installer #
|
||||||
##-------------##
|
##-------------##
|
||||||
|
|
||||||
$PKGM update
|
$PKGUC
|
||||||
sed -i 's/PHPver/'$phpver'/g' /tmp/pkg.list
|
sed -i 's/PHPprefix/'$phpPkgName'/g' /tmp/pkg.list
|
||||||
cat /tmp/pkg.list | xargs $PKGI
|
cat /tmp/pkg.list | xargs $PKGI
|
||||||
|
|
||||||
|
|
||||||
@@ -267,4 +283,4 @@ done
|
|||||||
##-------##
|
##-------##
|
||||||
|
|
||||||
msg " Added Module!"
|
msg " Added Module!"
|
||||||
for f in /etc/update-motd.d/51*; do bash $f; done
|
if stat --printf='' /etc/update-motd.d/51* 2>/dev/null; then for f in /etc/update-motd.d/51*; do bash $f; done; fi
|
||||||
@@ -5,15 +5,16 @@ listen = /var/run/php/phpPHPver-fpm-Backend.sock
|
|||||||
listen.owner = www-data
|
listen.owner = www-data
|
||||||
listen.group = www-data
|
listen.group = www-data
|
||||||
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
||||||
|
php_value[session.save_path] = /var/lib/php/sessions
|
||||||
php_admin_value[opcache.enable] = 0
|
php_admin_value[opcache.enable] = 0
|
||||||
php_admin_value[max_input_vars] = 5000
|
php_admin_value[max_input_vars] = 5000
|
||||||
php_admin_value[upload_max_filesize] = 256M
|
php_admin_value[upload_max_filesize] = 256M
|
||||||
php_admin_value[post_max_size] = 16M
|
php_admin_value[post_max_size] = 256M
|
||||||
php_admin_value[max_input_time] = 15
|
php_admin_value[max_input_time] = 15
|
||||||
php_admin_value[cgi.fix_pathinfo] = 0
|
php_admin_value[cgi.fix_pathinfo] = 0
|
||||||
php_admin_value[allow_url_fopen] = Off
|
php_admin_value[allow_url_fopen] = Off
|
||||||
php_admin_value[file_uploads] = Off
|
php_admin_value[file_uploads] = On
|
||||||
php_admin_value[open_basedir] = /var/log/PhpMyAdmin:/usr/share/phpmyadmin:/var/lib/phpmyadmin:/etc/phpmyadmin
|
php_admin_value[open_basedir] = /var/log/PhpMyAdmin:/usr/share/phpmyadmin:/var/lib/phpmyadmin:/etc/phpmyadmin:/tmp
|
||||||
php_admin_value[session.use_strict_mode] = 1
|
php_admin_value[session.use_strict_mode] = 1
|
||||||
php_admin_value[session.cookie_httponly] = 1
|
php_admin_value[session.cookie_httponly] = 1
|
||||||
;HTTPSONLY php_admin_value[session.cookie_samesite] = Strict
|
;HTTPSONLY php_admin_value[session.cookie_samesite] = Strict
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/Backend/apache-siteBackend-unconfigured -o /tmp/apache-siteconf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/Backend/apache-siteBackend-unconfigured -o /tmp/apache-siteconf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$hostname'/g' /tmp/apache-siteconf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$hostname'/g' /tmp/apache-siteconf
|
||||||
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' /etc/apache2/sites-available/Backend_"$siteBackend_ext".conf
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' "$apacheConfDir"/sites-available/Backend_"$siteBackend_ext".conf
|
||||||
systemctl reload apache2
|
systemctl reload $apacheService
|
||||||
@@ -20,4 +20,16 @@ Alias /backend/database /usr/share/phpmyadmin
|
|||||||
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
<Location /backend/monit>
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteRule /backend/monit /backend/monit/$1 [R]
|
||||||
|
</Location>
|
||||||
|
<Location /backend/monit/>
|
||||||
|
#enables/disables monit-websocket
|
||||||
|
deny from all
|
||||||
|
ProxyPass unix:/var/run/monit/monit.sock|http://127.0.0.1/
|
||||||
|
ProxyPassReverse unix:/var/run/monit/monit.sock|http://127.0.0.1/
|
||||||
|
</Location>
|
||||||
|
|
||||||
|
|
||||||
#endConf
|
#endConf
|
||||||
|
|||||||
@@ -1,14 +1,17 @@
|
|||||||
#Backend PHP Pool
|
#Backend PHP Pool
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/Backend/Fpm-Pool.conf-unconfigured -o /etc/php/"$phpver"/fpm/pool.d/Backend.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/Backend/Fpm-Pool.conf-unconfigured -o "$phpPoolDir"/Backend.conf
|
||||||
sed -i 's/PHPver/'$phpver'/' /etc/php/"$phpver"/fpm/pool.d/Backend.conf
|
sed -i 's/PHPver/'$phpver'/' "$phpPoolDir"/Backend.conf
|
||||||
groupadd Backend
|
groupadd Backend
|
||||||
useradd -g Backend Backend
|
useradd -g Backend Backend
|
||||||
|
usermod -a -G www-data Backend
|
||||||
|
|
||||||
#PHPMyAdmin configuration
|
#PHPMyAdmin configuration
|
||||||
touch /var/log/PhpMyAdmin/PhpMyAdmin_auth.log
|
touch /var/log/PhpMyAdmin/PhpMyAdmin_auth.log
|
||||||
chown Backend:Backend -R /usr/share/phpmyadmin
|
chown Backend:Backend -R /usr/share/phpmyadmin
|
||||||
chown Backend:Backend -R /var/lib/phpmyadmin/tmp
|
chown Backend:Backend -R /var/lib/phpmyadmin/tmp
|
||||||
chown Backend:Backend -R /var/log/PhpMyAdmin
|
chown Backend:Backend -R /var/log/PhpMyAdmin
|
||||||
systemctl reload php"$phpver"-fpm
|
systemctl reload "$phpFPMService"
|
||||||
#Auto disable backends at night
|
#Auto disable backends at night
|
||||||
echo "0 0 * * * root bash /opt/toggle/toggle-Netdata.sh -d > >/dev/null 2>&1" >> /etc/cron.d/autodisablebackend
|
echo "0 0 * * * root bash /opt/toggle/toggle-Netdata.sh -d > /dev/null 2>&1" >> /etc/cron.d/autodisablebackend
|
||||||
echo "0 0 * * * root bash /opt/toggle/toggle-PhpMyAdmin.sh -d > >/dev/null 2>&1" >> /etc/cron.d/autodisablebackend
|
echo "0 0 * * * root bash /opt/toggle/toggle-PhpMyAdmin.sh -d > /dev/null 2>&1" >> /etc/cron.d/autodisablebackend
|
||||||
|
echo "0 0 * * * root bash /opt/toggle/toggle-MonitWebui.sh -d > /dev/null 2>&1" >> /etc/cron.d/autodisablebackend
|
||||||
@@ -24,16 +24,23 @@ location = /backend/netdata {
|
|||||||
location /backend/database {
|
location /backend/database {
|
||||||
deny all; #enables/disables PHPMyadmin
|
deny all; #enables/disables PHPMyadmin
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
client_max_body_size 256m;
|
||||||
alias /usr/share/phpmyadmin;
|
alias /usr/share/phpmyadmin;
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||||
fastcgi_pass unix:/var/run/php/phpPHPver-fpm-Backend.sock;
|
fastcgi_pass unix:/var/run/php/phpPHPver-fpm-Backend.sock;
|
||||||
|
fastcgi_read_timeout 10m;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /backend/monit/ {
|
||||||
|
deny all; #enables/disables monit-websocket
|
||||||
|
proxy_pass http://unix:/var/run/monit/monit.sock:/;
|
||||||
|
}
|
||||||
|
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|||||||
44
CMS/frontcontroller/Fpm-Pool.conf-unconfigured
Normal file
44
CMS/frontcontroller/Fpm-Pool.conf-unconfigured
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
[SITEname]
|
||||||
|
user = SITEname
|
||||||
|
group = SITEname
|
||||||
|
listen = /var/run/php/phpPHPver-fpm-SITEname.sock
|
||||||
|
listen.owner = www-data
|
||||||
|
listen.group = www-data
|
||||||
|
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
||||||
|
php_admin_value[error_log] = /var/log/php-fpm/error-SITEname.log
|
||||||
|
php_value[session.save_path] = /var/lib/php/sessions
|
||||||
|
|
||||||
|
; OPCACHE SETTINGS
|
||||||
|
php_admin_value[opcache.memory_consumption] = 256
|
||||||
|
php_admin_value[opcache.enable] = 0
|
||||||
|
php_admin_value[opcache.interned_strings_buffer] = 32
|
||||||
|
php_admin_value[opcache.max_accelerated_files] = 50000
|
||||||
|
php_admin_value[opcache.max_wasted_percentage] = 5
|
||||||
|
php_admin_value[opcache.revalidate_freq] = 0
|
||||||
|
php_admin_value[opcache.validate_timestamps] = 1
|
||||||
|
|
||||||
|
; PERFORMANCE LIMITS
|
||||||
|
php_admin_value[max_input_vars] = 100
|
||||||
|
php_admin_value[upload_max_filesize] = 32M
|
||||||
|
php_admin_value[post_max_size] = 32M
|
||||||
|
php_admin_value[max_input_time] = 15
|
||||||
|
php_admin_value[max_execution_time] = 150
|
||||||
|
|
||||||
|
|
||||||
|
; SECURITY
|
||||||
|
php_admin_value[cgi.fix_pathinfo] = 1
|
||||||
|
php_admin_value[allow_url_fopen] = On
|
||||||
|
php_admin_value[file_uploads] = On
|
||||||
|
php_admin_value[open_basedir] = /var/www/DOMAINname
|
||||||
|
;php_admin_value[open_basedir] = /var/www/DOMAINname:/tmp
|
||||||
|
php_admin_value[session.use_strict_mode] = 1
|
||||||
|
php_admin_value[session.cookie_httponly] = 1
|
||||||
|
;HTTPSONLY php_admin_value[session.cookie_samesite] = Strict
|
||||||
|
;HTTPSONLY php_admin_value[session.cookie_secure] = 1
|
||||||
|
|
||||||
|
pm = dynamic
|
||||||
|
pm.max_children = 11
|
||||||
|
pm.start_servers = 3
|
||||||
|
pm.min_spare_servers = 3
|
||||||
|
pm.max_spare_servers = 11
|
||||||
|
chdir = /
|
||||||
30
CMS/frontcontroller/Nginx-unconfigured
Normal file
30
CMS/frontcontroller/Nginx-unconfigured
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
#beginConf
|
||||||
|
|
||||||
|
#access_log /var/log/nginx/SITEname-access.log;
|
||||||
|
error_log /var/log/nginx/SITEname-error.log;
|
||||||
|
|
||||||
|
index index.php index.html;
|
||||||
|
root /var/www/DOMAINname/public;
|
||||||
|
gzip on;
|
||||||
|
gzip_proxied any;
|
||||||
|
gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript image/svg image/svg+xml application/xml image/x-icon;
|
||||||
|
gzip_comp_level 2;
|
||||||
|
gzip_disable "msie6";
|
||||||
|
gzip_buffers 16 8k;
|
||||||
|
|
||||||
|
#include snippets/ngx-backendredir.conf;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri/ $uri.html /index.php$is_args$query_string;
|
||||||
|
}
|
||||||
|
|
||||||
|
location ~ \.php$ {
|
||||||
|
include snippets/fastcgi-php.conf;
|
||||||
|
fastcgi_pass unix:/var/run/php/phpPHPver-fpm-SITEname.sock;
|
||||||
|
}
|
||||||
|
|
||||||
|
location ~ /\.ht {
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endConf
|
||||||
40
CMS/frontcontroller/conf.sh
Normal file
40
CMS/frontcontroller/conf.sh
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
#Creating DB
|
||||||
|
db_name="fc_$SiteCount"
|
||||||
|
db_user="fc_$SiteCount"
|
||||||
|
db_pass=$(tr -dc 'A-Za-z0-9!#%()*+,-.:;<=>?@[]^_{|}~' </dev/urandom | head -c 30 ; echo)
|
||||||
|
|
||||||
|
#Storing DB Credentials
|
||||||
|
echo "Database Name $db_name" > ~/DB_"$sitename"
|
||||||
|
echo "Database Username $db_user" >> ~/DB_"$sitename"
|
||||||
|
echo "Database Password $db_pass" >> ~/DB_"$sitename"
|
||||||
|
|
||||||
|
#Setting up Database
|
||||||
|
mysql -u root -p"$password" -e "CREATE DATABASE "$db_name" DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;" > $OUTPUT 2>&1
|
||||||
|
mysql -u root -p"$password" -e "CREATE USER '"$db_user"'@'localhost' IDENTIFIED BY '"$db_pass"';" > $OUTPUT 2>&1
|
||||||
|
mysql -u root -p"$password" -e "GRANT ALL ON "$db_name".* TO '"$db_user"'@'localhost';" > $OUTPUT 2>&1
|
||||||
|
mysql -u root -p"$password" -e "FLUSH PRIVILEGES;" > $OUTPUT 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
#Creating webfolder
|
||||||
|
mkdir -p /var/www/"$domain"/public
|
||||||
|
|
||||||
|
#Ceating content
|
||||||
|
echo "<html><head></head><body>$webserv has been succsefully installed by the Wizard<br>Ready for FontControler installation</body></html>" > /var/www/$domain/public/index.html
|
||||||
|
|
||||||
|
#Setup PHP Pool
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/frontcontroller/Fpm-Pool.conf-unconfigured -o "$phpPoolDir"/"$sitename".conf
|
||||||
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/SITEname/'$sitename'/g' -e 's/DOMAINname/'$domain'/' "$phpPoolDir"/$sitename.conf
|
||||||
|
groupadd "$sitename"
|
||||||
|
useradd -g "$sitename" "$sitename"
|
||||||
|
usermod -a -G www-data "$sitename"
|
||||||
|
|
||||||
|
systemctl reload $phpFPMService
|
||||||
|
|
||||||
|
#Setting Permsissions
|
||||||
|
chown "$sitename":"$sitename" -R /var/www/"$domain"/
|
||||||
|
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
#Setting SeLiux perms for centos
|
||||||
|
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/$domain/(/.*)?" > $OUTPUT 2>&1
|
||||||
|
restorecon -r /var/www/ > $OUTPUT 2>&1
|
||||||
|
fi
|
||||||
5
CMS/frontcontroller/nginx-conf.sh
Normal file
5
CMS/frontcontroller/nginx-conf.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/frontcontroller/Nginx-unconfigured -o /tmp/nginx-siteconf
|
||||||
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/nginx-siteconf
|
||||||
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/nginx-siteconf' -e '/#ConfHere/c\' /etc/nginx/sites-available/"$sitename"_"$site_ext"
|
||||||
|
|
||||||
|
systemctl reload nginx
|
||||||
@@ -4,8 +4,10 @@ group = SITEname
|
|||||||
listen = /var/run/php/phpPHPver-fpm-SITEname.sock
|
listen = /var/run/php/phpPHPver-fpm-SITEname.sock
|
||||||
listen.owner = www-data
|
listen.owner = www-data
|
||||||
listen.group = www-data
|
listen.group = www-data
|
||||||
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
php_admin_value[disable_functions] = exec,passthru,system
|
||||||
php_admin_value[error_log] = /var/log/php-fpm/error-SITEname.log
|
php_admin_value[error_log] = /var/log/php-fpm/error-SITEname.log
|
||||||
|
php_value[session.save_path] = /var/lib/php/sessions
|
||||||
|
|
||||||
; OPCACHE SETTINGS
|
; OPCACHE SETTINGS
|
||||||
php_admin_value[opcache.memory_consumption] = 256
|
php_admin_value[opcache.memory_consumption] = 256
|
||||||
php_admin_value[opcache.enable] = 0
|
php_admin_value[opcache.enable] = 0
|
||||||
@@ -14,6 +16,8 @@ php_admin_value[opcache.max_accelerated_files] = 50000
|
|||||||
php_admin_value[opcache.max_wasted_percentage] = 5
|
php_admin_value[opcache.max_wasted_percentage] = 5
|
||||||
php_admin_value[opcache.revalidate_freq] = 0
|
php_admin_value[opcache.revalidate_freq] = 0
|
||||||
php_admin_value[opcache.validate_timestamps] = 1
|
php_admin_value[opcache.validate_timestamps] = 1
|
||||||
|
php_admin_value[opcache.interned_strings_buffer] = 64
|
||||||
|
|
||||||
|
|
||||||
; PERFORMANCE LIMITS
|
; PERFORMANCE LIMITS
|
||||||
php_admin_value[max_input_vars] = 1000
|
php_admin_value[max_input_vars] = 1000
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ gzip_vary on;
|
|||||||
gzip_comp_level 4;
|
gzip_comp_level 4;
|
||||||
gzip_min_length 256;
|
gzip_min_length 256;
|
||||||
gzip_proxied expired no-cache no-store private no_last_modified no_etag auth;
|
gzip_proxied expired no-cache no-store private no_last_modified no_etag auth;
|
||||||
gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml image/x-icon text/cache-manifest text/css text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy;
|
gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/wasm application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml image/x-icon text/cache-manifest text/css text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy;
|
||||||
|
|
||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
allow all;
|
allow all;
|
||||||
@@ -28,13 +28,14 @@ location = /robots.txt {
|
|||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /.well-known/carddav {
|
location ^~ /.well-known {
|
||||||
return 301 $scheme://$host:$server_port/remote.php/dav;
|
location = /.well-known/carddav { return 301 /remote.php/dav/; }
|
||||||
}
|
location = /.well-known/caldav { return 301 /remote.php/dav/; }
|
||||||
location = /.well-known/caldav {
|
location ^~ /.well-known { return 301 /index.php$uri; }
|
||||||
return 301 $scheme://$host:$server_port/remote.php/dav;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
rewrite ^ /index.php;
|
rewrite ^ /index.php;
|
||||||
}
|
}
|
||||||
@@ -66,7 +67,7 @@ location ~ ^\/(?:updater|oc[ms]-provider)(?:$|\/) {
|
|||||||
index index.php;
|
index index.php;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.(?:css|js|woff2?|svg|gif|map)$ {
|
location ~ \.(?:css|js|svg|gif|png|jpg|ico|wasm|tflite|map)$ {
|
||||||
try_files $uri /index.php$request_uri;
|
try_files $uri /index.php$request_uri;
|
||||||
add_header Cache-Control "public, max-age=15778463";
|
add_header Cache-Control "public, max-age=15778463";
|
||||||
add_header Referrer-Policy "no-referrer" always;
|
add_header Referrer-Policy "no-referrer" always;
|
||||||
@@ -74,10 +75,30 @@ location ~ \.(?:css|js|woff2?|svg|gif|map)$ {
|
|||||||
add_header X-Permitted-Cross-Domain-Policies "none" always;
|
add_header X-Permitted-Cross-Domain-Policies "none" always;
|
||||||
add_header X-Robots-Tag "none" always;
|
add_header X-Robots-Tag "none" always;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
location ~ \.wasm$ {
|
||||||
|
default_type application/wasm;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
|
location ~ \.woff2?$ {
|
||||||
|
try_files $uri /index.php$request_uri;
|
||||||
|
expires 7d;
|
||||||
|
access_log off;
|
||||||
|
}
|
||||||
|
|
||||||
|
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
|
||||||
try_files $uri /index.php$request_uri;
|
try_files $uri /index.php$request_uri;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## Reverse proxy Config for 'Files High Performance Back-end'
|
||||||
|
#FHPBlocation ^~ /push/ {
|
||||||
|
#FHPB proxy_pass http://127.0.0.1:7867/;
|
||||||
|
#FHPB proxy_http_version 1.1;
|
||||||
|
#FHPB proxy_set_header Upgrade $http_upgrade;
|
||||||
|
#FHPB proxy_set_header Connection "Upgrade";
|
||||||
|
#FHPB proxy_set_header Host $host;
|
||||||
|
#FHPB proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
#FHPB}
|
||||||
|
|
||||||
#endConf
|
#endConf
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
#Apache
|
#Apache
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/nextcloud/Apache-unconfigured -o /tmp/apache-siteconf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/nextcloud/Apache-unconfigured -o /tmp/apache-siteconf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/apache-siteconf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/apache-siteconf
|
||||||
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' /etc/apache2/sites-available/"$sitename"_"$site_ext".conf
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' "$apacheConfDir"/sites-available/"$sitename"_"$site_ext".conf
|
||||||
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
||||||
|
|
||||||
#PHP
|
#PHP
|
||||||
sed -i -e '/cgi.fix_pathinfo/c\php_admin_value[cgi.fix_pathinfo] = 1' /etc/php/"$phpver"/fpm/pool.d/$sitename.conf
|
sed -i -e '/cgi.fix_pathinfo/c\php_admin_value[cgi.fix_pathinfo] = 1' "$phpPoolDir"/$sitename.conf
|
||||||
sed -i -e '/security.limit_extensions/c\php_admin_value[security.limit_extensions] = .php' /etc/php/"$phpver"/fpm/pool.d/$sitename.conf
|
sed -i -e '/security.limit_extensions/c\php_admin_value[security.limit_extensions] = .php' "$phpPoolDir"/$sitename.conf
|
||||||
|
|
||||||
systemctl reload apache2 php$phpver-fpm
|
systemctl reload $apacheService $phpFPMService
|
||||||
1
CMS/nextcloud/apt.pkg.list
Normal file
1
CMS/nextcloud/apt.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
libmagickcore-6.q16-3-extra zlib1g libpng-dev
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
#PHP Pool
|
#PHP Pool
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/nextcloud/Fpm-Pool.conf-unconfigured -o /etc/php/"$phpver"/fpm/pool.d/"$sitename".conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/nextcloud/Fpm-Pool.conf-unconfigured -o "$phpPoolDir"/"$sitename".conf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/SITEname/'$sitename'/g' -e 's/DOMAINname/'$domain'/g' /etc/php/"$phpver"/fpm/pool.d/$sitename.conf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/SITEname/'$sitename'/g' -e 's/DOMAINname/'$domain'/g' "$phpPoolDir"/$sitename.conf
|
||||||
groupadd "$sitename"
|
groupadd "$sitename"
|
||||||
useradd -g "$sitename" "$sitename"
|
useradd -g "$sitename" "$sitename"
|
||||||
|
usermod -a -G www-data "$sitename"
|
||||||
mkdir -p /var/www/"$domain"/html/data
|
mkdir -p /var/www/"$domain"/html/data
|
||||||
|
|
||||||
#Getting Nextcloud
|
#Getting Nextcloud
|
||||||
@@ -12,10 +13,9 @@ cp -a /tmp/nextcloud/. /var/www/"$domain"/html
|
|||||||
touch /var/www/"$domain"/html/data/nextcloud.log > $OUTPUT 2>&1
|
touch /var/www/"$domain"/html/data/nextcloud.log > $OUTPUT 2>&1
|
||||||
|
|
||||||
#Creating DB
|
#Creating DB
|
||||||
db_suffix=`expr $(ls -l /var/www | grep -c ^d) - 1`
|
db_name="nextcloud_$SiteCount"
|
||||||
db_name="nextcloud_$db_suffix"
|
db_user="nextcloud_$SiteCount"
|
||||||
db_user="nextcloud_$db_suffix"
|
db_pass=$(tr -dc 'A-Za-z0-9!#%()*+,-.:;<=>?@[]^_{|}~' </dev/urandom | head -c 30 ; echo)
|
||||||
db_pass=$(date +%s|sha256sum|base64|head -c 32)
|
|
||||||
mysql -u root -p"$password" -e "CREATE DATABASE "$db_name" DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;" > $OUTPUT 2>&1
|
mysql -u root -p"$password" -e "CREATE DATABASE "$db_name" DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;" > $OUTPUT 2>&1
|
||||||
mysql -u root -p"$password" -e "CREATE USER '"$db_user"'@'localhost' IDENTIFIED BY '"$db_pass"';" > $OUTPUT 2>&1
|
mysql -u root -p"$password" -e "CREATE USER '"$db_user"'@'localhost' IDENTIFIED BY '"$db_pass"';" > $OUTPUT 2>&1
|
||||||
mysql -u root -p"$password" -e "GRANT ALL ON "$db_name".* TO '"$db_user"'@'localhost';" > $OUTPUT 2>&1
|
mysql -u root -p"$password" -e "GRANT ALL ON "$db_name".* TO '"$db_user"'@'localhost';" > $OUTPUT 2>&1
|
||||||
@@ -29,15 +29,36 @@ cat <<EOF > /var/www/$domain/html/config/autoconfig.php
|
|||||||
"dbname" => "${db_name}",
|
"dbname" => "${db_name}",
|
||||||
"dbuser" => "${db_user}",
|
"dbuser" => "${db_user}",
|
||||||
"dbpass" => "${db_pass}",
|
"dbpass" => "${db_pass}",
|
||||||
"dbhost" => "localhost",
|
"dbhost" => "127.0.0.1",
|
||||||
"dbtableprefix" => "",
|
"dbtableprefix" => "",
|
||||||
"simpleSignUpLink.shown" => false,
|
"simpleSignUpLink.shown" => false,
|
||||||
"directory" => "/var/www/$domain/html/data",
|
"directory" => "/var/www/$domain/html/data",
|
||||||
);
|
);
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
#Setting Permsissions
|
||||||
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
||||||
|
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
#Setting SeLiux perms for centos
|
||||||
|
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/$domain/html(/.*)?" > $OUTPUT 2>&1
|
||||||
|
restorecon -r /var/www/ > $OUTPUT 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Enable PHP-ACPU on CLI
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
|
if ! grep -Fxq "apc.enable_cli=1" /etc/php/${phpver}/mods-available/apcu.ini; then
|
||||||
|
echo "apc.enable_cli=1" >> /etc/php/${phpver}/mods-available/apcu.ini
|
||||||
|
fi
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
sed -i "/apc.enable_cli/c\apc.enable_cli=1" /etc/opt/remi/php${phpver//.}/php.d/40-apcu.ini
|
||||||
|
fi
|
||||||
|
|
||||||
|
#PHP 8.0 Settings
|
||||||
|
if [ "$phpVerBranch" = "8x" ]; then
|
||||||
|
sed -i "/opcache.enable/c\php_admin_value[opcache.enable] = 1" "$phpPoolDir"/"$sitename".conf
|
||||||
|
fi
|
||||||
|
|
||||||
#Makeing nextcloud Finalize script and setting login Notice
|
#Makeing nextcloud Finalize script and setting login Notice
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/nextcloud/nextcloud-init.sh -o ~/NextcloudInit-"$sitename".sh
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/nextcloud/nextcloud-init.sh -o ~/NextcloudInit-"$sitename".sh
|
||||||
sed -i -e 's/DOMAINname/'$domain'/' -e 's/SITEname/'$sitename'/' ~/NextcloudInit-"$sitename".sh
|
sed -i -e 's/DOMAINname/'$domain'/' -e 's/SITEname/'$sitename'/' ~/NextcloudInit-"$sitename".sh
|
||||||
@@ -46,13 +67,8 @@ sed -i -e 's/SITEname/'$sitename'/' /etc/update-motd.d/51-nextnotice-"${sitename
|
|||||||
chmod +x /etc/update-motd.d/51-nextnotice-"${sitename//_}"
|
chmod +x /etc/update-motd.d/51-nextnotice-"${sitename//_}"
|
||||||
|
|
||||||
|
|
||||||
#Nextcloud logging location
|
|
||||||
mkdir /var/log/nextcloud
|
|
||||||
chmod 774 -R /var/log/nextcloud
|
|
||||||
ln -s /var/www/"$domain"/html/data/nextcloud.log /var/log/nextcloud/"$sitename"
|
|
||||||
|
|
||||||
#fail2ban
|
#fail2ban
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fail2ban/Jails/nextcloud_unconfigured -o /etc/fail2ban/jail.d/"$sitename"-nextcloud.local
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fail2ban/Jails/nextcloud_unconfigured -o /etc/fail2ban/jail.d/"$sitename"-nextcloud.local
|
||||||
sed -i 's/SITEname/'$sitename'/' /etc/fail2ban/jail.d/"$sitename"-nextcloud.local
|
sed -i 's/DOMain/'$domain'/' /etc/fail2ban/jail.d/"$sitename"-nextcloud.local
|
||||||
|
|
||||||
systemctl reload php"$phpver"-fpm
|
systemctl reload "$phpFPMService"
|
||||||
1
CMS/nextcloud/dnf.pkg.list
Normal file
1
CMS/nextcloud/dnf.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ImageMagick-libs zlib libpng
|
||||||
@@ -1 +1 @@
|
|||||||
libmagickcore-6.q16-3-extra libxml2 openssl zlib1g libpng-dev phpPHPver-bcmath phpPHPver-gmp
|
libxml2 openssl PHPprefix-bcmath PHPprefix-gmp bzip2
|
||||||
@@ -4,16 +4,32 @@ sudo -u SITEname php /var/www/DOMAINname/html/occ app:disable firstrunwizard
|
|||||||
|
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set default_language --value=nl
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set default_language --value=nl
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set default_locale --value=nl
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set default_locale --value=nl
|
||||||
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set default_phone_region --value=nl
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set skeletondirectory --value=
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set skeletondirectory --value=
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set memcache.local --value='\OC\Memcache\APCu'
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set memcache.local --value='\OC\Memcache\APCu'
|
||||||
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set trashbin_retention_obligation --value=30,30
|
||||||
|
|
||||||
if [ "$(systemctl is-active redis-server)" = "active" ]; then
|
if [ "$(systemctl is-active redis-server)" = "active" ] || [ "$(systemctl is-active redis)" = "active" ]; then
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set memcache.distributed --value='\OC\Memcache\Redis'
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set memcache.distributed --value='\OC\Memcache\Redis'
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set memcache.locking --value='\OC\Memcache\Redis'
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set memcache.locking --value='\OC\Memcache\Redis'
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis host --value=localhost
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis host --value=localhost
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis port --value=6379
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis port --value=6379
|
||||||
|
while true; do
|
||||||
|
read -p "Prepair for Files High Performance Back-end (Only for nginx) -> yes/no?" yn
|
||||||
|
case $yn in
|
||||||
|
[Nn]* )
|
||||||
|
break;;
|
||||||
|
[Yy]* )
|
||||||
|
sudo -u SITEname php /var/www/DOMAINname/html/occ app:install notify_push
|
||||||
|
sed -i --follow-symlinks 's/#FHPB//g' /etc/nginx/sites-enabled/SITEname
|
||||||
|
systemctl reload nginx
|
||||||
|
echo -e "\e[96m Run: sudo -u SITEname php /var/www/DOMAINname/html/occ notify_push:setup\e[39m"
|
||||||
|
break;;
|
||||||
|
* )echo "Choose yes or no.";;
|
||||||
|
esac
|
||||||
|
done
|
||||||
else
|
else
|
||||||
echo "Redis not installed or running on this system"
|
echo "Redis is not running on this system"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "*/5 * * * * SITEname php -f /var/www/DOMAINname/html/cron.php > /dev/null 2>&1" >> /etc/crontab
|
echo "*/5 * * * * SITEname php -f /var/www/DOMAINname/html/cron.php > /dev/null 2>&1" >> /etc/crontab
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ listen.owner = www-data
|
|||||||
listen.group = www-data
|
listen.group = www-data
|
||||||
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
||||||
php_admin_value[error_log] = /var/log/php-fpm/error-SITEname.log
|
php_admin_value[error_log] = /var/log/php-fpm/error-SITEname.log
|
||||||
|
php_value[session.save_path] = /var/lib/php/sessions
|
||||||
|
|
||||||
; OPCACHE SETTINGS
|
; OPCACHE SETTINGS
|
||||||
php_admin_value[opcache.memory_consumption] = 256
|
php_admin_value[opcache.memory_consumption] = 256
|
||||||
php_admin_value[opcache.enable] = 0
|
php_admin_value[opcache.enable] = 0
|
||||||
@@ -25,7 +27,7 @@ php_admin_value[max_input_time] = 15
|
|||||||
php_admin_value[cgi.fix_pathinfo] = 0
|
php_admin_value[cgi.fix_pathinfo] = 0
|
||||||
php_admin_value[allow_url_fopen] = Off
|
php_admin_value[allow_url_fopen] = Off
|
||||||
php_admin_value[file_uploads] = Off
|
php_admin_value[file_uploads] = Off
|
||||||
php_admin_value[open_basedir] = /var/www/DOMAINname/html
|
php_admin_value[open_basedir] = /var/www/DOMAINname/html:/tmp
|
||||||
php_admin_value[session.use_strict_mode] = 1
|
php_admin_value[session.use_strict_mode] = 1
|
||||||
php_admin_value[session.cookie_httponly] = 1
|
php_admin_value[session.cookie_httponly] = 1
|
||||||
;HTTPSONLY php_admin_value[session.cookie_samesite] = Strict
|
;HTTPSONLY php_admin_value[session.cookie_samesite] = Strict
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#try_files $uri $uri/ =404;
|
#try_files $uri $uri/ =404;
|
||||||
try_files $uri $uri/ /index.php$is_args$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
#try_files $uri $uri/ $uri.html $uri.php$is_args$query_string;
|
#try_files $uri $uri/ $uri.html $uri.php$is_args$query_string;
|
||||||
|
#'forPHP-FrondControler' try_files $uri $uri/ $uri.html /index.php$is_args$query_string;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Apache-unconfigured -o /tmp/apache-siteconf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Apache-unconfigured -o /tmp/apache-siteconf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/apache-siteconf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/apache-siteconf
|
||||||
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' /etc/apache2/sites-available/"$sitename"_"$site_ext".conf
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' "$apacheConfDir"/sites-available/"$sitename"_"$site_ext".conf
|
||||||
mkdir -p /var/www/"$domain"/html
|
|
||||||
|
|
||||||
echo "<html><head></head><body>$webserv has been succsefully installed by the Wizard</body></html>" > /var/www/$domain/html/index.html
|
systemctl reload $apacheService
|
||||||
|
|
||||||
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
|
||||||
systemctl reload apache2
|
|
||||||
@@ -1,12 +1,27 @@
|
|||||||
|
#Creating webfolder
|
||||||
|
mkdir -p /var/www/"$domain"/html
|
||||||
|
|
||||||
|
#Ceating content
|
||||||
|
echo "<html><head></head><body>$webserv has been succsefully installed by the Wizard</body></html>" > /var/www/$domain/html/index.html
|
||||||
|
|
||||||
#Do not generate php pool when php is not installed
|
#Do not generate php pool when php is not installed
|
||||||
if [ $webserv != nginx_nonphp ]; then
|
if [ $webserv != nginx_nonphp ]; then
|
||||||
|
|
||||||
#Setup PHP Pool
|
#Setup PHP Pool
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Fpm-Pool.conf-unconfigured -o /etc/php/"$phpver"/fpm/pool.d/"$sitename".conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Fpm-Pool.conf-unconfigured -o "$phpPoolDir"/"$sitename".conf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/SITEname/'$sitename'/g' -e 's/DOMAINname/'$domain'/' /etc/php/"$phpver"/fpm/pool.d/$sitename.conf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/SITEname/'$sitename'/g' -e 's/DOMAINname/'$domain'/' "$phpPoolDir"/$sitename.conf
|
||||||
groupadd "$sitename"
|
groupadd "$sitename"
|
||||||
useradd -g "$sitename" "$sitename"
|
useradd -g "$sitename" "$sitename"
|
||||||
|
usermod -a -G www-data "$sitename"
|
||||||
|
|
||||||
systemctl reload php"$phpver"-fpm
|
systemctl reload $phpFPMService
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Setting Permsissions
|
||||||
|
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
||||||
|
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
#Setting SeLiux perms for centos
|
||||||
|
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/$domain/html(/.*)?" > $OUTPUT 2>&1
|
||||||
|
restorecon -r /var/www/ > $OUTPUT 2>&1
|
||||||
fi
|
fi
|
||||||
@@ -1,9 +1,5 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Nginx-unconfigured -o /tmp/nginx-siteconf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Nginx-unconfigured -o /tmp/nginx-siteconf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/nginx-siteconf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/nginx-siteconf
|
||||||
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/nginx-siteconf' -e '/#ConfHere/c\' /etc/nginx/sites-available/"$sitename"_"$site_ext"
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/nginx-siteconf' -e '/#ConfHere/c\' /etc/nginx/sites-available/"$sitename"_"$site_ext"
|
||||||
mkdir -p /var/www/"$domain"/html
|
|
||||||
|
|
||||||
echo "<html><head></head><body>$webserv has been succsefully installed by the Wizard</body></html>" > /var/www/$domain/html/index.html
|
|
||||||
|
|
||||||
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
@@ -1,9 +1,5 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Nginx_nonphp-unconfigured -o /tmp/nginx-siteconf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/none/Nginx_nonphp-unconfigured -o /tmp/nginx-siteconf
|
||||||
sed -i -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/nginx-siteconf
|
sed -i -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/nginx-siteconf
|
||||||
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/nginx-siteconf' -e '/#ConfHere/c\' /etc/nginx/sites-available/"$sitename"_"$site_ext"
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/nginx-siteconf' -e '/#ConfHere/c\' /etc/nginx/sites-available/"$sitename"_"$site_ext"
|
||||||
mkdir -p /var/www/"$domain"/html
|
|
||||||
|
|
||||||
echo "<html><head></head><body>$webserv has been succsefully installed by the Wizard</body></html>" > /var/www/$domain/html/index.html
|
|
||||||
|
|
||||||
chown www-data:www-data -R /var/www/"$domain"/html
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
@@ -6,6 +6,8 @@ listen.owner = www-data
|
|||||||
listen.group = www-data
|
listen.group = www-data
|
||||||
php_admin_value[error_log] = /var/log/php-fpm/error-SITEname.log
|
php_admin_value[error_log] = /var/log/php-fpm/error-SITEname.log
|
||||||
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
||||||
|
php_value[session.save_path] = /var/lib/php/sessions
|
||||||
|
|
||||||
; OPCACHE SETTINGS
|
; OPCACHE SETTINGS
|
||||||
php_admin_value[opcache.memory_consumption] = 256
|
php_admin_value[opcache.memory_consumption] = 256
|
||||||
php_admin_value[opcache.enable] = 0
|
php_admin_value[opcache.enable] = 0
|
||||||
@@ -25,7 +27,7 @@ php_admin_value[max_input_time] = 30
|
|||||||
php_admin_value[cgi.fix_pathinfo] = 0
|
php_admin_value[cgi.fix_pathinfo] = 0
|
||||||
php_admin_value[allow_url_fopen] = Off
|
php_admin_value[allow_url_fopen] = Off
|
||||||
php_admin_value[file_uploads] = on
|
php_admin_value[file_uploads] = on
|
||||||
php_admin_value[open_basedir] = "/var/www/DOMAINname/html"
|
php_admin_value[open_basedir] = /var/www/DOMAINname/html:/tmp
|
||||||
php_admin_value[session.use_strict_mode] = 1
|
php_admin_value[session.use_strict_mode] = 1
|
||||||
php_admin_value[session.cookie_httponly] = 1
|
php_admin_value[session.cookie_httponly] = 1
|
||||||
;HTTPSONLY php_admin_value[session.cookie_samesite] = Strict
|
;HTTPSONLY php_admin_value[session.cookie_samesite] = Strict
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
define('DB_NAME', 'DBName');
|
define('DB_NAME', 'DBName');
|
||||||
define('DB_USER', 'DBUser');
|
define('DB_USER', 'DBUser');
|
||||||
define('DB_PASSWORD', 'DBPass');
|
define('DB_PASSWORD', 'DBPass');
|
||||||
define('DB_HOST', 'localhost');
|
define('DB_HOST', '127.0.0.1');
|
||||||
define('DB_CHARSET', 'utf8');
|
define('DB_CHARSET', 'utf8');
|
||||||
define('DB_COLLATE', '');
|
define('DB_COLLATE', '');
|
||||||
#define( 'WP_SITEURL', '' );
|
#define( 'WP_SITEURL', '' );
|
||||||
@@ -25,8 +25,6 @@ define('FS_METHOD','direct');
|
|||||||
#$table_prefix = 'DBName';
|
#$table_prefix = 'DBName';
|
||||||
$table_prefix = 'wp';
|
$table_prefix = 'wp';
|
||||||
|
|
||||||
WPsalty
|
|
||||||
|
|
||||||
define('WP_DEBUG', false);
|
define('WP_DEBUG', false);
|
||||||
if ( !defined('ABSPATH') )
|
if ( !defined('ABSPATH') )
|
||||||
define('ABSPATH', dirname(__FILE__) . '/');
|
define('ABSPATH', dirname(__FILE__) . '/');
|
||||||
@@ -39,4 +37,4 @@ if ( !defined('ABSPATH') )
|
|||||||
#define('WP_REDIS_HOST', '127.0.0.1');
|
#define('WP_REDIS_HOST', '127.0.0.1');
|
||||||
#define('WP_REDIS_PASSWORD', '<RedisPassword>');
|
#define('WP_REDIS_PASSWORD', '<RedisPassword>');
|
||||||
#define('WP_REDIS_PORT', '6379');
|
#define('WP_REDIS_PORT', '6379');
|
||||||
require_once(ABSPATH . 'wp-settings.php');
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/Apache-unconfigured -o /tmp/apache-siteconf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/Apache-unconfigured -o /tmp/apache-siteconf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/apache-siteconf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$sitename'/g' /tmp/apache-siteconf
|
||||||
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' /etc/apache2/sites-available/"$sitename"_"$site_ext".conf
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/apache-siteconf' -e '/#ConfHere/c\' "$apacheConfDir"/sites-available/"$sitename"_"$site_ext".conf
|
||||||
|
|
||||||
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
||||||
systemctl reload apache2 php$phpver-fpm
|
systemctl reload $apacheService $phpFPMService
|
||||||
@@ -6,10 +6,9 @@ if [ ! -f /usr/local/bin/wp ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Creating DB
|
#Creating DB
|
||||||
db_suffix=`expr $(ls -l /var/www | grep -c ^d) - 1`
|
db_name="wp_$SiteCount"
|
||||||
db_name="wp_$db_suffix"
|
db_user="wp_$SiteCount"
|
||||||
db_user="wp_$db_suffix"
|
db_pass=$(tr -dc 'A-Za-z0-9!#%()*+,-.:;<=>?@[]^_{|}~' </dev/urandom | head -c 30 ; echo)
|
||||||
db_pass=$(date +%s|sha256sum|base64|head -c 32)
|
|
||||||
WPSalts=$(curl --retry 7 --retry-delay 5 -s https://api.wordpress.org/secret-key/1.1/salt/)
|
WPSalts=$(curl --retry 7 --retry-delay 5 -s https://api.wordpress.org/secret-key/1.1/salt/)
|
||||||
|
|
||||||
#Setting up Database
|
#Setting up Database
|
||||||
@@ -29,24 +28,35 @@ rm /var/www/"$domain"/html/wp-config-sample.php
|
|||||||
#Configuring WordPress
|
#Configuring WordPress
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/WordPress-unconfigured -o /var/www/"$domain"/html/wp-config.php
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/WordPress-unconfigured -o /var/www/"$domain"/html/wp-config.php
|
||||||
sed -i -e 's/DBPass/'$db_pass'/' -e 's/DBUser/'$db_user'/' -e 's/DBName/'$db_name'/' -e 's/DOMAINname/'$domain'/' /var/www/"$domain"/html/wp-config.php
|
sed -i -e 's/DBPass/'$db_pass'/' -e 's/DBUser/'$db_user'/' -e 's/DBName/'$db_name'/' -e 's/DOMAINname/'$domain'/' /var/www/"$domain"/html/wp-config.php
|
||||||
printf '%s\n' "g/WPsalty/d" a "$WPSalts" . w | ed -s /var/www/"$domain"/html/wp-config.php
|
printf '%s\n' "$WPSalts" >> /var/www/"$domain"/html/wp-config.php
|
||||||
|
printf '%s\n' "require_once(ABSPATH . 'wp-settings.php');" >> /var/www/"$domain"/html/wp-config.php
|
||||||
|
|
||||||
#PHP Pool
|
#PHP Pool
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/Fpm-Pool.conf-unconfigured -o /etc/php/"$phpver"/fpm/pool.d/"$sitename".conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/Fpm-Pool.conf-unconfigured -o "$phpPoolDir"/"$sitename".conf
|
||||||
sed -i -e 's/PHPver/'$phpver'/g' -e 's/SITEname/'$sitename'/g' -e 's/DOMAINname/'$domain'/g' /etc/php/"$phpver"/fpm/pool.d/$sitename.conf
|
sed -i -e 's/PHPver/'$phpver'/g' -e 's/SITEname/'$sitename'/g' -e 's/DOMAINname/'$domain'/g' "$phpPoolDir"/$sitename.conf
|
||||||
groupadd "$sitename"
|
groupadd "$sitename"
|
||||||
useradd -g "$sitename" "$sitename"
|
useradd -g "$sitename" "$sitename"
|
||||||
|
usermod -a -G www-data "$sitename"
|
||||||
|
|
||||||
systemctl reload php"$phpver"-fpm
|
systemctl reload $phpFPMService
|
||||||
|
|
||||||
#fail2ban
|
#fail2ban
|
||||||
if [ ! -f /etc/fail2ban/jail.d/wordpress-syslog.local ]; then
|
if [ ! -f /etc/fail2ban/jail.d/wordpress-syslog.local ]; then
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fail2ban/Jails/wordpress-syslog.jail -o /etc/fail2ban/jail.d/wordpress-syslog.local
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fail2ban/Jails/wordpress-syslog.jail -o /etc/fail2ban/jail.d/wordpress-syslog.local
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
sed -i '/logpath/c\logpath = /var/log/messages' /etc/fail2ban/jail.d/wordpress-syslog.local
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Setting Permsissions
|
#Setting Permsissions
|
||||||
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
chown "$sitename":"$sitename" -R /var/www/"$domain"/html
|
||||||
|
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
#Setting SeLiux perms for centos
|
||||||
|
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/$domain/html(/.*)?" > $OUTPUT 2>&1
|
||||||
|
restorecon -r /var/www/ > $OUTPUT 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
#Makeing wordpress Finalize script and setting login Notice
|
#Makeing wordpress Finalize script and setting login Notice
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/wordpress-init.sh -o ~/WordpressInit-"$sitename".sh
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/wordpress/wordpress-init.sh -o ~/WordpressInit-"$sitename".sh
|
||||||
sed -i -e 's/DOMAINname/'$domain'/' -e 's/SITEname/'$sitename'/' ~/WordpressInit-"$sitename".sh
|
sed -i -e 's/DOMAINname/'$domain'/' -e 's/SITEname/'$sitename'/' ~/WordpressInit-"$sitename".sh
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ sed -i -e 's/PHPver/'$phpver'/g' -e 's/DOMAINname/'$domain'/g' -e 's/SITEname/'$
|
|||||||
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/nginx-siteconf' -e '/#ConfHere/c\' /etc/nginx/sites-available/"$sitename"_"$site_ext"
|
sed -i -e "0,/^#ConfHere/s/\(^#Conf.*\)/#ConfHere1 /" -e '/#ConfHere1/ r /tmp/nginx-siteconf' -e '/#ConfHere/c\' /etc/nginx/sites-available/"$sitename"_"$site_ext"
|
||||||
|
|
||||||
#Reloading Services
|
#Reloading Services
|
||||||
systemctl reload nginx php$phpver-fpm
|
systemctl reload nginx $phpFPMService
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
sudo -u SITEname wp --path=/var/www/DOMAINname/html core update
|
sudo -u SITEname /usr/local/bin/wp --path=/var/www/DOMAINname/html core update
|
||||||
sudo -u SITEname wp --path=/var/www/DOMAINname/html theme update --all
|
sudo -u SITEname /usr/local/bin/wp --path=/var/www/DOMAINname/html theme update --all
|
||||||
sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install wp-fail2ban --activate
|
sudo -u SITEname /usr/local/bin/wp --path=/var/www/DOMAINname/html plugin install wp-fail2ban --activate
|
||||||
sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install all-in-one-wp-migration --activate
|
sudo -u SITEname /usr/local/bin/wp --path=/var/www/DOMAINname/html plugin install all-in-one-wp-migration --activate
|
||||||
sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install https://git.ictmaatwerk.com/downloads/wp/migrate.zip --activate
|
#sudo -u SITEname /usr/local/bin/wp --path=/var/www/DOMAINname/html plugin install https://mirror.lan/downloads/wp/migrate.zip --activate
|
||||||
sudo -u SITEname wp --path=/var/www/DOMAINname/html cron event run wp_update_plugins
|
sudo -u SITEname /usr/local/bin/wp --path=/var/www/DOMAINname/html cron event run wp_update_plugins
|
||||||
sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin update --all
|
sudo -u SITEname /usr/local/bin/wp --path=/var/www/DOMAINname/html plugin update --all
|
||||||
echo -e "\e[96m Please update all-in-one-wp-migration-unlimited plugin manually\e[39m"
|
#echo -e "\e[96m Please update all-in-one-wp-migration-unlimited plugin manually\e[39m"
|
||||||
sn2=SITEname
|
sn2=SITEname
|
||||||
rm -f /etc/update-motd.d/51-wpnotice-${sn2//_}
|
rm -f /etc/update-motd.d/51-wpnotice-${sn2//_}
|
||||||
|
|
||||||
|
|||||||
@@ -4,19 +4,19 @@
|
|||||||
|
|
||||||
if [ $domainwww = 1 ]; then
|
if [ $domainwww = 1 ]; then
|
||||||
#non-ssl
|
#non-ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-wwwredir >> /etc/apache2/sites-available/"$sitename"_nossl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-wwwredir >> "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
echo "" >> /etc/apache2/sites-available/"$sitename"_nossl.conf
|
echo "" >> "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
#ssl
|
#ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-wwwredir >> /etc/apache2/sites-available/"$sitename"_ssl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-wwwredir >> "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
echo "" >> /etc/apache2/sites-available/"$sitename"_ssl.conf
|
echo "" >> "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#non-ssl
|
#non-ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-unconfigured >> /etc/apache2/sites-available/"$sitename"_nossl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-unconfigured >> "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
sed -i -e 's/DOMAINname/'$domain'/g' /etc/apache2/sites-available/"$sitename"_nossl.conf
|
sed -i -e 's/DOMAINname/'$domain'/g' "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
ln -s /etc/apache2/sites-available/"$sitename"_nossl.conf /etc/apache2/sites-enabled/010-"$sitename".conf
|
ln -s "$apacheConfDir"/sites-available/"$sitename"_nossl.conf "$apacheConfDir"/sites-enabled/010-"$sitename".conf
|
||||||
#ssl
|
#ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-unconfigured >> /etc/apache2/sites-available/"$sitename"_ssl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-unconfigured >> "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
sed -i -e 's/DOMAINname/'$domain'/g' /etc/apache2/sites-available/"$sitename"_ssl.conf
|
sed -i -e 's/DOMAINname/'$domain'/g' "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
|
|
||||||
systemctl reload apache2
|
systemctl reload $apacheService
|
||||||
@@ -1,54 +1,76 @@
|
|||||||
systemctl stop apache2 > $OUTPUT 2>&1
|
systemctl stop $apacheService > $OUTPUT 2>&1
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Apache #
|
# Apache #
|
||||||
##############
|
##############
|
||||||
|
|
||||||
a2dissite 000-default > $OUTPUT 2>&1
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
a2dismod mpm_prefork > $OUTPUT 2>&1
|
a2dissite 000-default > $OUTPUT 2>&1
|
||||||
a2enmod actions fcgid alias proxy_fcgi ssl headers http2 setenvif socache_shmcb > $OUTPUT 2>&1
|
a2dismod mpm_prefork > $OUTPUT 2>&1
|
||||||
|
a2enmod actions fcgid alias proxy_fcgi proxy_http ssl headers http2 setenvif socache_shmcb rewrite > $OUTPUT 2>&1
|
||||||
|
mkdir -p "$apacheConfDir"/snippets/
|
||||||
|
monitconf=/etc/monit/monitrc
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
echo 'IncludeOptional conf-enabled/*.conf' >>/etc/httpd/conf/httpd.conf
|
||||||
|
echo 'IncludeOptional sites-enabled/*.conf' >>/etc/httpd/conf/httpd.conf
|
||||||
|
sed -i -e '/User apache/c\User www-data' -e '/Group apache/c\Group www-data' /etc/httpd/conf/httpd.conf
|
||||||
|
sed -i 's/^/#/g' /etc/httpd/conf.d/welcome.conf
|
||||||
|
#Creating directories
|
||||||
|
mkdir -p /etc/httpd/{sites-available,sites-enabled,conf-enabled,conf-available,snippets}
|
||||||
|
#getting aditional apache config for centos
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/conf-httpd-custom.conf -o "$apacheConfDir"/conf-enabled/zzz-Httpd-custom.conf
|
||||||
|
monitconf=/etc/monitrc
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p /etc/apache2/snippets/
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/snippets-ssl.conf -o "$apacheConfDir"/snippets/apa-ssl.conf
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/snippets-ssl.conf -o /etc/apache2/snippets/apa-ssl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/snippets-backendredir.conf -o "$apacheConfDir"/snippets/apa-backendredir.conf
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/snippets-backendredir.conf -o /etc/apache2/snippets/apa-backendredir.conf
|
sed -i -e 's/HOSTname/'$hostname'/' "$apacheConfDir"/snippets/apa-backendredir.conf
|
||||||
sed -i -e 's/HOSTname/'$hostname'/' /etc/apache2/snippets/apa-backendredir.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/conf-custom.conf -o "$apacheConfDir"/conf-enabled/zzz-custom.conf
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/conf-custom.conf -o /etc/apache2/conf-enabled/zzz-custom.conf
|
|
||||||
|
|
||||||
#Catch all (ip and unconfigured domains)
|
#Catch all (ip and unconfigured domains)
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_CatchAll -o /etc/apache2/sites-available/CatchAll.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_CatchAll -o "$apacheConfDir"/sites-available/CatchAll.conf
|
||||||
ln -s /etc/apache2/sites-available/CatchAll.conf /etc/apache2/sites-enabled/999-CatchAll.conf
|
ln -s "$apacheConfDir"/sites-available/CatchAll.conf "$apacheConfDir"/sites-enabled/999-CatchAll.conf
|
||||||
|
|
||||||
|
|
||||||
if [ $domainwww = 1 ]; then
|
if [ $domainwww = 1 ]; then
|
||||||
#non-ssl
|
#non-ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-wwwredir >> /etc/apache2/sites-available/"$sitename"_nossl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-wwwredir >> "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
echo "" >> /etc/apache2/sites-available/"$sitename"_nossl.conf
|
echo "" >> "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
#ssl
|
#ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-wwwredir >> /etc/apache2/sites-available/"$sitename"_ssl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-wwwredir >> "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
echo "" >> /etc/apache2/sites-available/"$sitename"_ssl.conf
|
echo "" >> "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
fi
|
fi
|
||||||
#non-ssl
|
#non-ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-unconfigured >> /etc/apache2/sites-available/"$sitename"_nossl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-unconfigured >> "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
sed -i -e 's/DOMAINname/'$domain'/g' /etc/apache2/sites-available/"$sitename"_nossl.conf
|
sed -i -e 's/DOMAINname/'$domain'/g' "$apacheConfDir"/sites-available/"$sitename"_nossl.conf
|
||||||
ln -s /etc/apache2/sites-available/"$sitename"_nossl.conf /etc/apache2/sites-enabled/010-"$sitename".conf
|
ln -s "$apacheConfDir"/sites-available/"$sitename"_nossl.conf "$apacheConfDir"/sites-enabled/010-"$sitename".conf
|
||||||
#ssl
|
#ssl
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-unconfigured >> /etc/apache2/sites-available/"$sitename"_ssl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-unconfigured >> "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
sed -i -e 's/DOMAINname/'$domain'/g' /etc/apache2/sites-available/"$sitename"_ssl.conf
|
sed -i -e 's/DOMAINname/'$domain'/g' "$apacheConfDir"/sites-available/"$sitename"_ssl.conf
|
||||||
|
|
||||||
#non-ssl-Backend
|
#non-ssl-Backend
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-unconfigured >> /etc/apache2/sites-available/Backend_nossl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site-unconfigured >> "$apacheConfDir"/sites-available/Backend_nossl.conf
|
||||||
sed -i -e 's/DOMAINname/'$hostname'/g' /etc/apache2/sites-available/Backend_nossl.conf
|
sed -i -e 's/DOMAINname/'$hostname'/g' "$apacheConfDir"/sites-available/Backend_nossl.conf
|
||||||
ln -s /etc/apache2/sites-available/Backend_nossl.conf /etc/apache2/sites-enabled/010-Backend.conf
|
ln -s "$apacheConfDir"/sites-available/Backend_nossl.conf "$apacheConfDir"/sites-enabled/010-Backend.conf
|
||||||
#ssl-Backend
|
#ssl-Backend
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-unconfigured >> /etc/apache2/sites-available/Backend_ssl.conf
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_ssl-unconfigured >> "$apacheConfDir"/sites-available/Backend_ssl.conf
|
||||||
sed -i -e 's/DOMAINname/'$hostname'/g' /etc/apache2/sites-available/Backend_ssl.conf
|
sed -i -e 's/DOMAINname/'$hostname'/g' "$apacheConfDir"/sites-available/Backend_ssl.conf
|
||||||
|
|
||||||
|
|
||||||
|
#BackendToggle
|
||||||
mkdir -p /opt/toggle
|
mkdir -p /opt/toggle
|
||||||
|
##Phpmyadmin
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-PhpMyAdmin_APACHE.sh -o /opt/toggle/toggle-PhpMyAdmin.sh
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-PhpMyAdmin_APACHE.sh -o /opt/toggle/toggle-PhpMyAdmin.sh
|
||||||
|
sed -i -e 's/APASRV/'$apacheService'/' -e 's#APADIR#'$apacheConfDir'#' /opt/toggle/toggle-PhpMyAdmin.sh
|
||||||
|
##monit
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-Monit_APACHE.sh -o /opt/toggle/toggle-MonitWebui.sh
|
||||||
|
sed -i -e 's#MONITCONF#'$monitconf'#' -e 's/APASRV/'$apacheService'/' -e 's#APADIR#'$apacheConfDir'#' /opt/toggle/toggle-MonitWebui.sh
|
||||||
|
unset monitconf
|
||||||
|
|
||||||
# custom Welcome page
|
# custom Welcome page
|
||||||
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /var/www/html/index.html
|
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /var/www/html/index.html
|
||||||
|
|
||||||
systemctl start apache2 > $OUTPUT 2>&1
|
#Add Apache as SSL service
|
||||||
|
echo "$apacheService" >> /etc/WebV2/SslServices
|
||||||
|
|
||||||
|
systemctl start $apacheService > $OUTPUT 2>&1
|
||||||
|
systemctl enable $apacheService > $OUTPUT 2>&1
|
||||||
1
CoreModules/apache/config/apache2/conf-httpd-custom.conf
Normal file
1
CoreModules/apache/config/apache2/conf-httpd-custom.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Define APACHE_LOG_DIR /var/log/httpd
|
||||||
@@ -6,8 +6,8 @@
|
|||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerName DOMAINname
|
ServerName DOMAINname
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/acmesh/certs/DOMAINname_ecc/fullchain.cer
|
SSLCertificateFile /etc/acmesh/inst/DOMAINname/fullchain.pem
|
||||||
SSLCertificateKeyFile /etc/acmesh/certs/DOMAINname_ecc/DOMAINname.key
|
SSLCertificateKeyFile /etc/acmesh/inst/DOMAINname/key.pem
|
||||||
Include snippets/apa-ssl.conf
|
Include snippets/apa-ssl.conf
|
||||||
|
|
||||||
#ConfHere
|
#ConfHere
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerName www.DOMAINname
|
ServerName www.DOMAINname
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/acmesh/certs/DOMAINname_ecc/fullchain.cer
|
SSLCertificateFile /etc/acmesh/inst/DOMAINname/fullchain.pem
|
||||||
SSLCertificateKeyFile /etc/acmesh/certs/DOMAINname_ecc/DOMAINname.key
|
SSLCertificateKeyFile /etc/acmesh/inst/DOMAINname/key.pem
|
||||||
Include snippets/apa-ssl.conf
|
Include snippets/apa-ssl.conf
|
||||||
Redirect permanent / https://DOMAINname/
|
Redirect permanent / https://DOMAINname/
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
1
CoreModules/apache/dnf.pkg.list
Normal file
1
CoreModules/apache/dnf.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
httpd mod_fcgid mod_ssl
|
||||||
@@ -1,4 +1,7 @@
|
|||||||
for f in /etc/apache2/sites-available/*; do
|
if [ ! -f "/etc/WebV2/apachevar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GenerateApacheList.sh) ; fi
|
||||||
|
source /etc/WebV2/apachevar.list
|
||||||
|
|
||||||
|
for f in $apacheConfDir/sites-available/*; do
|
||||||
if [ $IMODE = n ] && [ $PhpPurge = 0 ]; then
|
if [ $IMODE = n ] && [ $PhpPurge = 0 ]; then
|
||||||
if (whiptail --title "Update apache config ?" --yesno "Update php version in apache site: ${f##*/} ?" 8 78); then
|
if (whiptail --title "Update apache config ?" --yesno "Update php version in apache site: ${f##*/} ?" 8 78); then
|
||||||
sed -i "s/$phpver/$newphpver/" $f
|
sed -i "s/$phpver/$newphpver/" $f
|
||||||
@@ -21,4 +24,4 @@ for f in /etc/apache2/sites-available/*; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
systemctl reload apache2
|
systemctl reload $apacheService
|
||||||
@@ -1 +1,17 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=apache osrel=$shortdist bash > $OUTPUT 2>&1 > $OUTPUT 2>&1
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
|
# Debian/Ubunbtu apache variables
|
||||||
|
apacheConfDir=/etc/apache2
|
||||||
|
apacheService=apache2
|
||||||
|
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
# Centos Php variable
|
||||||
|
apacheConfDir=/etc/httpd
|
||||||
|
apacheService=httpd
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Storing vars to config
|
||||||
|
for storeme in apacheService apacheConfDir; do
|
||||||
|
declare -p $storeme | cut -d ' ' -f 3- >> /etc/WebV2/apachevar.list
|
||||||
|
done
|
||||||
|
|
||||||
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=apache osrel=$shortdist bash > $OUTPUT 2>&1 > $OUTPUT 2>&1
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
rm /etc/apache2/sites-enabled/010-"$sitename".conf
|
rm "$apacheConfDir"/sites-enabled/010-"$sitename".conf
|
||||||
ln -s /etc/apache2/sites-available/"$sitename"_"$site_ext".conf /etc/apache2/sites-enabled/010-"$sitename".conf
|
ln -s "$apacheConfDir"/sites-available/"$sitename"_"$site_ext".conf "$apacheConfDir"/sites-enabled/010-"$sitename".conf
|
||||||
|
|
||||||
if [ -n "$sslfr" ]; then
|
if [ -n "$sslfr" ]; then
|
||||||
rm /etc/apache2/sites-enabled/010-Backend.conf
|
rm "$apacheConfDir"/sites-enabled/010-Backend.conf
|
||||||
ln -s /etc/apache2/sites-available/Backend_"$siteBackend_ext".conf /etc/apache2/sites-enabled/010-Backend.conf
|
ln -s "$apacheConfDir"/sites-available/Backend_"$siteBackend_ext".conf "$apacheConfDir"/sites-enabled/010-Backend.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
systemctl reload apache2
|
systemctl reload $apacheService
|
||||||
|
|||||||
1
CoreModules/generic/apt.pkg.list
Normal file
1
CoreModules/generic/apt.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
cron
|
||||||
@@ -1,7 +1,26 @@
|
|||||||
|
##----------##
|
||||||
|
# Centos #
|
||||||
|
##----------##
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
#SeLinux
|
||||||
|
semanage port -a -t ssh_port_t -p tcp 4242
|
||||||
|
systemctl enable ufw > $OUTPUT 2>&1
|
||||||
|
#Motd
|
||||||
|
mkdir /etc/update-motd.d
|
||||||
|
echo 'if stat --printf="" /etc/update-motd.d/51* 2>/dev/null; then for f in /etc/update-motd.d/51*; do bash $f; done; fi' >> /etc/profile
|
||||||
|
fi
|
||||||
|
|
||||||
##-------##
|
##-------##
|
||||||
# UFW #
|
# UFW #
|
||||||
##-------##
|
##-------##
|
||||||
|
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
sed -i -e '/tuple/d' -e '/dapp/d' /usr/share/ufw/iptables/user.rules
|
||||||
|
sed -i -e '/tuple/d' -e '/dapp/d' /usr/share/ufw/iptables/user6.rules
|
||||||
|
echo "y" | ufw reset > $OUTPUT 2>&1
|
||||||
|
systemctl enable ufw > $OUTPUT 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
sed -i '/IPV6=/c\IPV6=yes' /etc/default/ufw
|
sed -i '/IPV6=/c\IPV6=yes' /etc/default/ufw
|
||||||
ufw default deny incoming > $OUTPUT 2>&1
|
ufw default deny incoming > $OUTPUT 2>&1
|
||||||
ufw default allow outgoing > $OUTPUT 2>&1
|
ufw default allow outgoing > $OUTPUT 2>&1
|
||||||
@@ -23,6 +42,18 @@ curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fai
|
|||||||
curl --retry 7 --retry-delay 5 -s https://plugins.svn.wordpress.org/wp-fail2ban/trunk/filters.d/wordpress-hard.conf -o /etc/fail2ban/filter.d/wordpress-hard.local
|
curl --retry 7 --retry-delay 5 -s https://plugins.svn.wordpress.org/wp-fail2ban/trunk/filters.d/wordpress-hard.conf -o /etc/fail2ban/filter.d/wordpress-hard.local
|
||||||
curl --retry 7 --retry-delay 5 -s https://plugins.svn.wordpress.org/wp-fail2ban/trunk/filters.d/wordpress-soft.conf -o /etc/fail2ban/filter.d/wordpress-soft.local
|
curl --retry 7 --retry-delay 5 -s https://plugins.svn.wordpress.org/wp-fail2ban/trunk/filters.d/wordpress-soft.conf -o /etc/fail2ban/filter.d/wordpress-soft.local
|
||||||
|
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fail2ban/action.d/ufw.conf -o /etc/fail2ban/action.d/ufw.conf
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/selinux/policies/fail2ban-allowhttpd.te -o /tmp/fail2ban-allowhttpd.te
|
||||||
|
checkmodule -M -m -o /tmp/fail2ban-allowhttpd.mod /tmp/fail2ban-allowhttpd.te
|
||||||
|
semodule_package -o /tmp/fail2ban-allowhttpd.pp -m /tmp/fail2ban-allowhttpd.mod
|
||||||
|
semodule -i /tmp/fail2ban-allowhttpd.pp
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Start fail2ban service
|
||||||
|
systemctl start fail2ban
|
||||||
|
systemctl enable fail2ban
|
||||||
|
|
||||||
#General jails
|
#General jails
|
||||||
rm /etc/fail2ban/jail.d/*
|
rm /etc/fail2ban/jail.d/*
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fail2ban/Jails/sshd.jail -o /etc/fail2ban/jail.d/sshd.local
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/config/fail2ban/Jails/sshd.jail -o /etc/fail2ban/jail.d/sshd.local
|
||||||
|
|||||||
1
CoreModules/generic/dnf.pkg.list
Normal file
1
CoreModules/generic/dnf.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
cronie policycoreutils-python-utils
|
||||||
@@ -1 +1 @@
|
|||||||
htop ufw nload fail2ban
|
nano htop ufw nload fail2ban sudo bash-completion
|
||||||
@@ -1,23 +1,71 @@
|
|||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
|
########################
|
||||||
|
# Debian/Ubunbtu #
|
||||||
|
########################
|
||||||
|
##--------------##
|
||||||
|
# Repositories #
|
||||||
|
##--------------##
|
||||||
|
|
||||||
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=universe osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
|
##------------##
|
||||||
|
# System #
|
||||||
|
##------------##
|
||||||
|
|
||||||
|
sed -i -e '/XKBLAYOUT=/c\XKBLAYOUT=us' -e '/XKBVARIANT=/c\XKBVARIANT="intl"' /etc/default/keyboard > $OUTPUT 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
##-------------##
|
||||||
|
# Updates #
|
||||||
|
##-------------##
|
||||||
|
|
||||||
|
debconf-set-selections <<< 'libssl1.1:amd64 libraries/restart-without-asking boolean true'
|
||||||
|
$PKGUC
|
||||||
|
$PKGUP
|
||||||
|
|
||||||
|
|
||||||
|
##-------------##
|
||||||
|
# Postfix #
|
||||||
|
##-------------##
|
||||||
|
|
||||||
|
#Checking if postfix exists on this system and if so it wil be removed to prevent config conflicts
|
||||||
|
if dpkg-query -Wf'${db:Status-abbrev}' postfix 2>/dev/null | grep -q '^i'; then apt purge -y postfix > $OUTPUT 2>&1; fi
|
||||||
|
|
||||||
|
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
################
|
||||||
|
# Centos #
|
||||||
|
################
|
||||||
|
##--------------##
|
||||||
|
# Repositories #
|
||||||
|
##--------------##
|
||||||
|
|
||||||
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=epel osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
|
|
||||||
|
##------------##
|
||||||
|
# System #
|
||||||
|
##------------##
|
||||||
|
|
||||||
|
localectl set-keymap us > $OUTPUT 2>&1
|
||||||
|
useradd -r -U -s /usr/sbin/nologin -d /var/www www-data > $OUTPUT 2>&1
|
||||||
|
systemctl disable firewalld --now > $OUTPUT 2>&1
|
||||||
|
|
||||||
|
##-------------##
|
||||||
|
# Postfix #
|
||||||
|
##-------------##
|
||||||
|
|
||||||
|
if dnf list installed postfix >/dev/null 2>&1; then dnf remove postfix -y; fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#################
|
||||||
|
# General #
|
||||||
|
#################
|
||||||
##-----------------------##
|
##-----------------------##
|
||||||
# Prerequisite packages #
|
# Prerequisite packages #
|
||||||
##-----------------------##
|
##-----------------------##
|
||||||
|
|
||||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
|
|
||||||
##--------------##
|
|
||||||
# Repositories #
|
|
||||||
##--------------##
|
|
||||||
|
|
||||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=universe osrel=$shortdist bash > $OUTPUT 2>&1
|
|
||||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=php osrel=$shortdist bash > $OUTPUT 2>&1
|
|
||||||
|
|
||||||
##-------------##
|
|
||||||
# Updates #
|
|
||||||
##-------------##
|
|
||||||
|
|
||||||
debconf-set-selections <<< 'libssl1.1:amd64 libraries/restart-without-asking boolean true'
|
|
||||||
$PKGM update
|
|
||||||
$PKGM upgrade -y
|
|
||||||
|
|
||||||
|
|
||||||
##------------##
|
##------------##
|
||||||
@@ -45,12 +93,3 @@ else
|
|||||||
fi
|
fi
|
||||||
echo "vm.swappiness=10" >> /etc/sysctl.conf
|
echo "vm.swappiness=10" >> /etc/sysctl.conf
|
||||||
echo "vm.vfs_cache_pressure=50" >> /etc/sysctl.conf
|
echo "vm.vfs_cache_pressure=50" >> /etc/sysctl.conf
|
||||||
|
|
||||||
|
|
||||||
##-------------##
|
|
||||||
# Postfix #
|
|
||||||
##-------------##
|
|
||||||
|
|
||||||
#Checking if postfix exists on this system and if so it wil be removed to prevent config conflicts
|
|
||||||
if dpkg-query -Wf'${db:Status-abbrev}' postfix 2>/dev/null | grep -q '^i'; then apt purge -y postfix > $OUTPUT 2>&1; fi
|
|
||||||
|
|
||||||
|
|||||||
1
CoreModules/nginx/apt.pkg.list
Normal file
1
CoreModules/nginx/apt.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
apache2-utils
|
||||||
@@ -36,11 +36,26 @@ ln -s /etc/nginx/sites-available/Backend_nossl /etc/nginx/sites-enabled/Backend
|
|||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/nginx/config/nginx/site_ssl-unconfigured >> /etc/nginx/sites-available/Backend_ssl
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/nginx/config/nginx/site_ssl-unconfigured >> /etc/nginx/sites-available/Backend_ssl
|
||||||
sed -i -e 's/DOMAINname/'$hostname'/g' /etc/nginx/sites-available/Backend_ssl
|
sed -i -e 's/DOMAINname/'$hostname'/g' /etc/nginx/sites-available/Backend_ssl
|
||||||
|
|
||||||
|
#toggles
|
||||||
mkdir -p /opt/toggle
|
mkdir -p /opt/toggle
|
||||||
|
##phpmyadmin toggle
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-Netdata_NGINX.sh -o /opt/toggle/toggle-Netdata.sh
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-Netdata_NGINX.sh -o /opt/toggle/toggle-Netdata.sh
|
||||||
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-PhpMyAdmin_NGINX.sh -o /opt/toggle/toggle-PhpMyAdmin.sh
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-PhpMyAdmin_NGINX.sh -o /opt/toggle/toggle-PhpMyAdmin.sh
|
||||||
|
##monit toggle
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
|
monitconf=/etc/monit/monitrc
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
monitconf=/etc/monitrc
|
||||||
|
fi
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/toggles/toggle-Monit_NGINX.sh -o /opt/toggle/toggle-MonitWebui.sh
|
||||||
|
sed -i -e 's#MONITCONF#'$monitconf'#' /opt/toggle/toggle-MonitWebui.sh
|
||||||
|
unset monitconf
|
||||||
|
|
||||||
# custom Welcome page
|
# custom Welcome page
|
||||||
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /usr/share/nginx/html/index.html
|
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /usr/share/nginx/html/index.html
|
||||||
|
|
||||||
systemctl start nginx
|
#Add Nginx as SSL service
|
||||||
|
echo "nginx" >> /etc/WebV2/SslServices
|
||||||
|
|
||||||
|
systemctl start nginx > $OUTPUT 2>&1
|
||||||
|
systemctl enable nginx > $OUTPUT 2>&1
|
||||||
@@ -13,9 +13,9 @@ server {
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name DOMAINname;
|
server_name DOMAINname;
|
||||||
ssl_certificate /etc/acmesh/certs/DOMAINname_ecc/fullchain.cer;
|
ssl_certificate /etc/acmesh/inst/DOMAINname/fullchain.pem;
|
||||||
ssl_certificate_key /etc/acmesh/certs/DOMAINname_ecc/DOMAINname.key;
|
ssl_certificate_key /etc/acmesh/inst/DOMAINname/key.pem;
|
||||||
ssl_trusted_certificate /etc/acmesh/certs/DOMAINname_ecc/fullchain.cer;
|
ssl_trusted_certificate /etc/acmesh/inst/DOMAINname/fullchain.pem;
|
||||||
include snippets/ngx-ssl.conf;
|
include snippets/ngx-ssl.conf;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ server {
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name www.DOMAINname;
|
server_name www.DOMAINname;
|
||||||
ssl_certificate /etc/acmesh/certs/DOMAINname_ecc/fullchain.cer;
|
ssl_certificate /etc/acmesh/inst/DOMAINname/fullchain.pem;
|
||||||
ssl_certificate_key /etc/acmesh/certs/DOMAINname_ecc/DOMAINname.key;
|
ssl_certificate_key /etc/acmesh/inst/DOMAINname/key.pem;
|
||||||
ssl_trusted_certificate /etc/acmesh/certs/DOMAINname_ecc/fullchain.cer;
|
ssl_trusted_certificate /etc/acmesh/inst/DOMAINname/fullchain.pem;
|
||||||
include snippets/ngx-ssl.conf;
|
include snippets/ngx-ssl.conf;
|
||||||
return 301 https://DOMAINname$request_uri;
|
return 301 https://DOMAINname$request_uri;
|
||||||
}
|
}
|
||||||
|
|||||||
1
CoreModules/nginx/dnf.pkg.list
Normal file
1
CoreModules/nginx/dnf.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
httpd-tools
|
||||||
@@ -1 +1 @@
|
|||||||
nginx apache2-utils
|
nginx
|
||||||
@@ -1 +1 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=nginx osrel=$shortdist bash > $OUTPUT 2>&1
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=nginx osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
1
CoreModules/nginx_nonphp/apt.pkg.list
Normal file
1
CoreModules/nginx_nonphp/apt.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
apache2-utils
|
||||||
@@ -28,4 +28,8 @@ sed -i -e 's/DOMAINname/'$domain'/g' /etc/nginx/sites-available/"$sitename"_ssl
|
|||||||
# custom Welcome page
|
# custom Welcome page
|
||||||
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /usr/share/nginx/html/index.html
|
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /usr/share/nginx/html/index.html
|
||||||
|
|
||||||
systemctl start nginx
|
#Add Nginx as SSL service
|
||||||
|
echo "nginx" >> /etc/WebV2/SslServices
|
||||||
|
|
||||||
|
systemctl start nginx > $OUTPUT 2>&1
|
||||||
|
systemctl enable nginx > $OUTPUT 2>&1
|
||||||
1
CoreModules/nginx_nonphp/dnf.pkg.list
Normal file
1
CoreModules/nginx_nonphp/dnf.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
httpd-tools
|
||||||
@@ -1 +1 @@
|
|||||||
nginx apache2-utils
|
nginx
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=nginx osrel=$shortdist bash > $OUTPUT 2>&1
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=nginx osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
|
|
||||||
#Disable PhpMyadmin and Backend cms
|
#Disable PhpMyadmin and Backend cms
|
||||||
disbackendcms=1
|
disbackendcms=1
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Source files for https://git.ictmaatwerk.com/docs/Web-V2/
|
# Source files for Web-V2 Documentation
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ In both cases the file structure is expected as shown below
|
|||||||
* `<Webserver>`-apt.pkg.list
|
* `<Webserver>`-apt.pkg.list
|
||||||
* `<Webserver>`-dnf.pkg.list
|
* `<Webserver>`-dnf.pkg.list
|
||||||
* config/*
|
* config/*
|
||||||
|
* CMSHook-preconf.sh
|
||||||
|
* CMSHook-conf.sh
|
||||||
|
|
||||||
## The internal module location
|
## The internal module location
|
||||||
SubModules/`<ModuleName>`
|
SubModules/`<ModuleName>`
|
||||||
@@ -32,7 +34,8 @@ SubModules/`<ModuleName>`
|
|||||||
| `<Webserver>`-apt.pkg.list | packagelist for specified webserver for distro's that use apt|
|
| `<Webserver>`-apt.pkg.list | packagelist for specified webserver for distro's that use apt|
|
||||||
| `<Webserver>`-dnf.pkg.list | packagelist for specified webserver for distro's that use dnf/yum|
|
| `<Webserver>`-dnf.pkg.list | packagelist for specified webserver for distro's that use dnf/yum|
|
||||||
| config/* | Directory for config files |
|
| config/* | Directory for config files |
|
||||||
|
| CMSHook-conf.sh | Will run as addtional preconf when CSM is installed|
|
||||||
|
| CMSHook-conf.sh | Will run after a CSM is installed|
|
||||||
|
|
||||||
# Defining in the menu
|
# Defining in the menu
|
||||||
### Add the following to ModulesMenu.list
|
### Add the following to ModulesMenu.list
|
||||||
@@ -57,4 +60,4 @@ add to the “`<WebserverName>`Options” variable after the last entry
|
|||||||
Make sure the the entry is quoted, otherwise the installer will break
|
Make sure the the entry is quoted, otherwise the installer will break
|
||||||
### Extra step for external modules
|
### Extra step for external modules
|
||||||
For external modules the raw git url shoud be added to “extModules.list”
|
For external modules the raw git url shoud be added to “extModules.list”
|
||||||
Example: https://git.ictmaatwerk.com/`<user>`/`<reponame>`/raw/branch/master/
|
Example: https://git.bprieshof.nl/`<user>`/`<reponame>`/raw/branch/main/
|
||||||
@@ -1,26 +1,37 @@
|
|||||||
# Getting/using the Normal installer (installer.sh):
|
# Getting/using the Normal installer (installer.sh):
|
||||||
|
|
||||||
|
Using curl
|
||||||
```
|
```
|
||||||
#Get installer.sh from the repo and store it at: /tmp/installer.sh
|
curl https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
|
||||||
|
bash /tmp/installer.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Using wget
|
||||||
|
```
|
||||||
|
wget https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
|
||||||
bash /tmp/installer.sh
|
bash /tmp/installer.sh
|
||||||
```
|
```
|
||||||
# Getting/using the Legacy installer (installer.sh):
|
# Getting/using the Legacy installer (installer.sh):
|
||||||
|
Using curl
|
||||||
```
|
```
|
||||||
#Get installer.sh from the repo and store it at: /tmp/installer.sh
|
curl https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
|
||||||
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Using wget
|
||||||
|
```
|
||||||
|
wget https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
|
||||||
|
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
||||||
|
```
|
||||||
# Adding a Domain (AppendCMS.sh):
|
# Adding a Domain (AppendCMS.sh):
|
||||||
The script wil get most information it need from stored config, only the new domain and the mysql root password need to be entered.
|
The script wil get most information it need from stored config, only the new domain and the mysql root password need to be entered.
|
||||||
|
|
||||||
```
|
```
|
||||||
#Get the AppendCMS.sh from the repo and store it at: /tmp/AppendCMS.sh
|
bash <(curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/AppendCMS.sh)
|
||||||
bash /tmp/AppendCMS.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Adding a Module/Option (AppendModule.sh):
|
# Adding a Module/Option (AppendModule.sh):
|
||||||
The script wil get most information it need from stored config
|
The script wil get most information it need from stored config
|
||||||
```
|
```
|
||||||
#Get the AppendCMS.sh from the repo and store it at: /tmp/AppendModule.sh
|
bash <(curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/AppendModule.sh)
|
||||||
bash /tmp/AppendModule.sh
|
|
||||||
```
|
```
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
site_name: Web-V2
|
site_name: Web-V2
|
||||||
theme: slate
|
theme: slate
|
||||||
repo_name: 'Git Repo'
|
repo_name: 'Git Repo'
|
||||||
repo_url: https://git.ictmaatwerk.com/VPS-scripts/Web-V2/src/branch/master
|
repo_url: https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/src/branch/master
|
||||||
nav:
|
nav:
|
||||||
- User: 'User-MainInfo.md'
|
- User: 'User-MainInfo.md'
|
||||||
- Development:
|
- Development:
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ webservers+=("Apache:" "Will install Apache Webserver." OFF)
|
|||||||
nginxCMSL=("None:" "A plain webserver will be setup." OFF)
|
nginxCMSL=("None:" "A plain webserver will be setup." OFF)
|
||||||
nginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
|
nginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
|
||||||
nginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF)
|
nginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF)
|
||||||
|
nginxCMSL+=("FrontController:" "Will prepair enviroment for frontcontroller." OFF)
|
||||||
#Options
|
#Options
|
||||||
nginxOptions=("Redis:" "Redis caching" OFF)
|
nginxOptions=("Redis:" "Redis caching" OFF)
|
||||||
nginxOptions+=("Postfix:" "Mail MTA" OFF)
|
nginxOptions+=("Postfix:" "Mail MTA" OFF)
|
||||||
@@ -40,7 +41,7 @@ webservers=("Nginx" "Nginx_nonphp" "Apache" "Quit")
|
|||||||
|
|
||||||
##Nginx
|
##Nginx
|
||||||
#CMSList
|
#CMSList
|
||||||
nginxCMSL=("None" "Wordpress" "Nextcloud")
|
nginxCMSL=("None" "Wordpress" "Nextcloud" "FrontController")
|
||||||
#Options
|
#Options
|
||||||
nginxOptions=("Redis:" "Postfix:")
|
nginxOptions=("Redis:" "Postfix:")
|
||||||
|
|
||||||
|
|||||||
120
PhpUpdater.sh
120
PhpUpdater.sh
@@ -1,11 +1,25 @@
|
|||||||
#sysCheck
|
#sysCheck
|
||||||
if [ ! -f "/etc/ICTM/selopts.list" ] || [ ! -f "/etc/ICTM/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
if [ ! -f "/etc/WebV2/selopts.list" ] || [ ! -f "/etc/WebV2/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
|
rm /tmp/pkg.list
|
||||||
PKGI="${PKGM} install -y --no-install-recommends"
|
|
||||||
#Getting variables
|
#Getting variables
|
||||||
source /etc/ICTM/mainvar.list
|
source /etc/WebV2/mainvar.list
|
||||||
PPAversion=`apt list php | egrep -o "([0-9]{1,}.)+[0-9]{1,}" | cut -c 3-` && PPAversion=`echo $PPAversion | awk '{print $1; }' | cut -f1 -d"+"`
|
if [ -z $shortdist ] ; then source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/MicroOSDetect.sh) ; fi
|
||||||
|
if [ ! -f "/etc/WebV2/phpvar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GeneratePhplist.sh) ; fi
|
||||||
|
source /etc/WebV2/phpvar.list
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ]; then
|
||||||
|
# Ubuntu Php variable
|
||||||
|
apt update
|
||||||
|
if ! ls /var/lib/apt/lists/ppa.launchpad.net_ondrej_php*_Packages > /dev/null 2>&1 ; then echo 'PHP(Sury) repo not installed' && echo 'Install using: curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=php bash' && exit ; fi
|
||||||
|
RepoVersion=`grep -h '^Package: php' /var/lib/apt/lists/ppa.launchpad.net_ondrej_php*_Packages | cut -f1 -d"-" | sort | tail -1| sed -e 's/Package: php//'`
|
||||||
|
elif [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] || [ "$shortdist" = "deb12" ]; then
|
||||||
|
# Debian Php variable
|
||||||
|
apt update
|
||||||
|
if ! ls /var/lib/apt/lists/packages.sury.org_php*_Packages > /dev/null 2>&1 ; then echo 'PHP(Sury) repo not installed' && echo 'Install using: curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=php bash' && exit ; fi
|
||||||
|
RepoVersion=`grep -h '^Package: php' /var/lib/apt/lists/packages.sury.org*_Packages| cut -f1 -d"-" | sort | tail -1| sed -e 's/Package: php//'`
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
dnf check-update --refresh
|
||||||
|
RepoVersion=`dnf list php* | awk '{print $1; }' | cut -f1 -d"-"| tail -1 |sed 's/php//' | sed 's/./&./1'`
|
||||||
|
fi
|
||||||
msg () {
|
msg () {
|
||||||
if [ $IMODE = n ]; then
|
if [ $IMODE = n ]; then
|
||||||
TERM=ansi whiptail --title "Info" --msgbox "$1" 8 52
|
TERM=ansi whiptail --title "Info" --msgbox "$1" 8 52
|
||||||
@@ -15,43 +29,28 @@ msg () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
msg "Current php version: $phpver"
|
|
||||||
|
|
||||||
if [ $IMODE = n ]; then
|
if [ $IMODE = n ]; then
|
||||||
# Legacy/Main Menu
|
# Legacy/Main Menu
|
||||||
PKGP="debconf-apt-progress -- apt purge -y"
|
PKGD="debconf-apt-progress -- apt purge -y"
|
||||||
|
|
||||||
#Menu
|
#Menu
|
||||||
if (whiptail --title "Set new php version?" --yesno "Install php version $PPAversion ?" 8 78); then
|
if (whiptail --title "Php Upgrader" --yesno " Current php version is $phpver, and $RepoVersion the is latest available version" --yes-button "Yes, upgrade to this version" --no-button "No, i want to choose" 8 100); then
|
||||||
newphpver=$PPAversion
|
newphpver=$RepoVersion
|
||||||
else
|
else
|
||||||
newphpver=$(whiptail --inputbox "Please enter the version to install" --title "Custom" 8 39 3>&1 1>&2 2>&3)
|
newphpver=$(whiptail --inputbox "Please enter the version to install" --nocancel --title "Php Upgrader" 8 50 3>&1 1>&2 2>&3)
|
||||||
fi
|
|
||||||
|
|
||||||
#Install
|
|
||||||
apt list --installed | less | grep php$phpver | cut -f1 -d"/" | sed "s/$phpver/$newphpver/" | xargs $PKGI
|
|
||||||
|
|
||||||
#Config
|
|
||||||
cp /etc/php/$phpver/fpm/pool.d/* /etc/php/$newphpver/fpm/pool.d/
|
|
||||||
|
|
||||||
#Purge
|
|
||||||
if (whiptail --title "Set new php version?" --yesno "Remove php $phpver ?" 8 78); then
|
|
||||||
PhpPurge=1
|
|
||||||
$PKGP -y php$phpver*
|
|
||||||
else
|
|
||||||
PhpPurge=0
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $IMODE = l ]; then
|
if [ $IMODE = l ]; then
|
||||||
# Legacy/Main Menu
|
# Legacy/Main Menu
|
||||||
PKGP="apt purge -y"
|
PKGD="apt purge -y"
|
||||||
|
|
||||||
#Menu
|
#Menu
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Set phpversion to version $PPAversion ? -> yes/no?" yn
|
read -p "Current php version is $phpver, and $RepoVersion the is latest available version -> Yes, upgrade to this version/No, i want to choose? " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]* ) newphpver=$PPAversion
|
[Yy]* ) newphpver=$RepoVersion
|
||||||
break;;
|
break;;
|
||||||
[Nn]* ) echo "";
|
[Nn]* ) echo "";
|
||||||
echo "Please enter php version to install:";read newphpver
|
echo "Please enter php version to install:";read newphpver
|
||||||
@@ -59,18 +58,57 @@ if [ $IMODE = l ]; then
|
|||||||
* ) echo "Choose yes or no.";;
|
* ) echo "Choose yes or no.";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Genereating vars for new php version
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] || [ "$shortdist" = "deb12" ] ; then
|
||||||
|
# Debian/Ubunbtu Php variables
|
||||||
|
newphpPoolDir=/etc/php/${newphpver}/fpm/pool.d
|
||||||
|
newphpPkgName=php${newphpver}
|
||||||
|
newphpMainConf=/etc/php/${newphpver}/fpm/php.ini
|
||||||
|
newphpFPMService=php${newphpver}-fpm
|
||||||
|
PKGP=$PKGD
|
||||||
|
apt list --installed | less | grep php$phpver | cut -f1 -d"/" | sed "s/$phpPkgName/$newphpPkgName/" > /tmp/pkg.list
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
# Centos Php variable
|
||||||
|
newphpPoolDir=/etc/opt/remi/php${newphpver//.}/php-fpm.d/
|
||||||
|
newphpPkgName=php${newphpver//.}-php
|
||||||
|
newphpMainConf=/etc/opt/remi/php${newphpver//.}/php.ini
|
||||||
|
newphpFPMService=php${newphpver//.}-php-fpm
|
||||||
|
PKGP="dnf remove -y"
|
||||||
|
dnf list --installed | sort | grep $phpPkgName | awk '{print $1;}' | cut -f1 -d"." | sed "s/$phpPkgName/$newphpPkgName/" > /tmp/pkg.list
|
||||||
|
fi
|
||||||
|
|
||||||
#Install
|
#Install
|
||||||
apt list --installed | less | grep php$phpver | cut -f1 -d"/" | sed "s/$phpver/$newphpver/" | xargs $PKGI
|
|
||||||
|
if [ ${newphpver//.} -ge 80 ] && [ ${newphpver//.} -lt 90 ]; then
|
||||||
|
sed -i -e "s/$newphpPkgName-xmlrpc//g" -e "s/$newphpPkgName-json//g" /tmp/pkg.list
|
||||||
|
fi
|
||||||
|
cat /tmp/pkg.list | xargs $PKGI
|
||||||
|
|
||||||
#Config
|
#Config
|
||||||
cp /etc/php/$phpver/fpm/pool.d/* /etc/php/$newphpver/fpm/pool.d/
|
systemctl stop $newphpFPMService
|
||||||
|
cp $phpPoolDir/* $newphpPoolDir
|
||||||
|
|
||||||
|
|
||||||
|
if [ $IMODE = n ]; then
|
||||||
|
#Purge
|
||||||
|
if (whiptail --title "Php Upgrader" --yesno "Remove old php version ($phpver) ?" 8 78); then
|
||||||
|
PhpPurge=1
|
||||||
|
$PKGP -y $phpPkgName*
|
||||||
|
else
|
||||||
|
PhpPurge=0
|
||||||
|
echo "$PKGP -y $phpPkgName*" > ~/remove-PHP-$phpver
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if [ $IMODE = l ]; then
|
||||||
#Purge
|
#Purge
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Remove php $phpver ? -> yes/no?" yn
|
read -p "Remove old php version ($phpver) ? -> yes/no?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]* ) PhpPurge=1 ; $PKGP php$phpver*
|
[Yy]* ) PhpPurge=1 ; $PKGP $phpPkgName*
|
||||||
break;;
|
break;;
|
||||||
[Nn]* ) PhpPurge=0 ; echo ""
|
[Nn]* ) PhpPurge=0 ; echo ""
|
||||||
break;;
|
break;;
|
||||||
@@ -79,12 +117,22 @@ if [ $IMODE = l ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for f in /etc/php/$newphpver/fpm/pool.d/*; do
|
for f in $newphpPoolDir/*; do
|
||||||
sed -i "s/$phpver/$newphpver/" $f
|
sed -i "s/$phpver/$newphpver/" $f
|
||||||
|
sed -i "s/${phpver//.}/${newphpver//.}/" $f
|
||||||
done
|
done
|
||||||
systemctl reload php$newphpver-fpm
|
|
||||||
|
|
||||||
sed -i "/phpver/c\phpver=\"$newphpver\"" /etc/ICTM/mainvar.list
|
systemctl start $newphpFPMService
|
||||||
|
systemctl enable $newphpFPMService
|
||||||
|
|
||||||
|
|
||||||
|
sed -i "/phpver/c\phpver=\"$newphpver\"" /etc/WebV2/mainvar.list
|
||||||
|
|
||||||
|
mv /etc/WebV2/phpvar.list /etc/WebV2/phpvar"$phpver".list
|
||||||
|
for storeme in newphpPoolDir newphpPkgName newphpMainConf newphpFPMService; do
|
||||||
|
declare -p $storeme | cut -d ' ' -f 3- >> /etc/WebV2/phpvar.list
|
||||||
|
done
|
||||||
|
sed -i 's/new//' /etc/WebV2/phpvar.list
|
||||||
|
|
||||||
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/CoreModules/"$webserv"/phpupdate-handeler.sh; then
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/CoreModules/"$webserv"/phpupdate-handeler.sh; then
|
||||||
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/"$webserv"/phpupdate-handeler.sh)
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CoreModules/"$webserv"/phpupdate-handeler.sh)
|
||||||
|
|||||||
23
README.md
23
README.md
@@ -1,29 +1,39 @@
|
|||||||
# Web-V2
|
# Web-V2
|
||||||
**Get Started with the graphical installer**:
|
## Geting started
|
||||||
|
**Default/Graphical installer**:
|
||||||
Using curl
|
Using curl
|
||||||
```
|
```
|
||||||
curl https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
|
curl https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
|
||||||
bash /tmp/installer.sh
|
bash /tmp/installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Using wget
|
Using wget
|
||||||
```
|
```
|
||||||
wget https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
|
wget https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
|
||||||
bash /tmp/installer.sh
|
bash /tmp/installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**Legacy Installer for developing and debugging**:
|
**Legacy Installer for developing and debugging**:
|
||||||
Using curl
|
Using curl
|
||||||
```
|
```
|
||||||
curl https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
|
curl https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
|
||||||
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
||||||
```
|
```
|
||||||
|
|
||||||
Using wget
|
Using wget
|
||||||
```
|
```
|
||||||
wget https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
|
wget https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
|
||||||
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
||||||
```
|
```
|
||||||
|
## Adding extra CMS/Site after instalation
|
||||||
|
```
|
||||||
|
bash <(curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/AppendCMS.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Adding extra Module after instalation
|
||||||
|
```
|
||||||
|
bash <(curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2/raw/branch/master/AppendModule.sh)
|
||||||
|
```
|
||||||
|
|
||||||
### This script uses the following repo's as dependencies:
|
### This script uses the following repo's as dependencies:
|
||||||
```
|
```
|
||||||
@@ -31,5 +41,4 @@ bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
|||||||
* VPS-scripts/Ubuntu-MySQL
|
* VPS-scripts/Ubuntu-MySQL
|
||||||
```
|
```
|
||||||
|
|
||||||
-----
|
-----
|
||||||
### Further documentation can be found at https://git.ictmaatwerk.com/docs/Web-V2/
|
|
||||||
23
Scripts/Compat/Compat-V2.sh
Normal file
23
Scripts/Compat/Compat-V2.sh
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
if [ ! -f "/etc/WebV2/selopts.list" ] || [ ! -f "/etc/WebV2/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
|
|
||||||
|
#Getting information and vars
|
||||||
|
source /etc/WebV2/mainvar.list
|
||||||
|
|
||||||
|
#CompatUpdater Setup
|
||||||
|
UpdaterCompatTo=2
|
||||||
|
if [ -z ${CompatVer} ]; then CompatVer=1 ; fi
|
||||||
|
if [ "$CompatVer" -ge "$UpdaterCompatTo" ]; then echo "Web-V2 is update to-date,Update scipt version= $UpdaterCompatTo, Current version= $CompatVer" && exit ; fi
|
||||||
|
|
||||||
|
printf '%s' "Updating Web-V2..."
|
||||||
|
#NewCompat var
|
||||||
|
CompatVer=$UpdaterCompatTo
|
||||||
|
|
||||||
|
#Updating mod lists
|
||||||
|
aonoption="/MySQL/"
|
||||||
|
aonoption="$aonoption /Unattended-Security-Updates/"
|
||||||
|
aonoption="$aonoption /Backup-Util/"
|
||||||
|
aonoption="$aonoption /AcmeSH/"
|
||||||
|
echo 'EnabledAons=('$aonoption')' >> /etc/WebV2/selopts.list
|
||||||
|
declare -p CompatVer | cut -d ' ' -f 3- >> /etc/WebV2/mainvar.list
|
||||||
|
|
||||||
|
printf " [\033[0;32mok\033[0m]\n"
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#loading install vars
|
#loading install vars
|
||||||
source /etc/ICTM/mainvar.list
|
source /etc/WebV2/mainvar.list
|
||||||
#Setting Vars
|
#Setting Vars
|
||||||
sitename=CONFname
|
sitename=CONFname
|
||||||
domain=DOMAINname
|
domain=DOMAINname
|
||||||
@@ -8,8 +8,9 @@ webserv=WebServer
|
|||||||
webservice=WebServer
|
webservice=WebServer
|
||||||
|
|
||||||
#Correcting service name for Apache
|
#Correcting service name for Apache
|
||||||
if [ $webservice = apache ]; then
|
if [ $webservice = apache ]; then\
|
||||||
webservice=apache2
|
source /etc/WebV2/apachevar.list
|
||||||
|
webservice="$apacheService"
|
||||||
ext=.conf
|
ext=.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -36,6 +37,8 @@ fi
|
|||||||
if test $certsatus -eq 0
|
if test $certsatus -eq 0
|
||||||
then
|
then
|
||||||
site_ext="ssl"
|
site_ext="ssl"
|
||||||
|
mkdir -p /etc/acmesh/inst/$domain
|
||||||
|
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --install-cert --ecc --domain $domain --cert-file /etc/acmesh/inst/$domain/cert.pem --key-file /etc/acmesh/inst/$domain/key.pem --ca-file /etc/acmesh/inst/$domain/ca.cer --fullchain-file /etc/acmesh/inst/$domain/fullchain.pem --reloadcmd 'systemctl reload $(cat /etc/WebV2/SslServices)'
|
||||||
else
|
else
|
||||||
site_ext="nossl"
|
site_ext="nossl"
|
||||||
rm -rf /etc/acmesh/certs/$domain*
|
rm -rf /etc/acmesh/certs/$domain*
|
||||||
|
|||||||
19
Scripts/GenerateApacheList.sh
Normal file
19
Scripts/GenerateApacheList.sh
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
if [ ! -f "/etc/WebV2/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
|
source /etc/WebV2/mainvar.list
|
||||||
|
if [ -z $shortdist ] ; then source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/MicroOSDetect.sh) ; fi
|
||||||
|
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
|
# Debian/Ubunbtu apache variables
|
||||||
|
apacheConfDir=/etc/apache2
|
||||||
|
apacheService=apache2
|
||||||
|
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
# Centos Php variable
|
||||||
|
apacheConfDir=/etc/httpd
|
||||||
|
apacheService=httpd
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Storing vars to config
|
||||||
|
for storeme in apacheService apacheConfDir; do
|
||||||
|
declare -p $storeme | cut -d ' ' -f 3- >> /etc/WebV2/apachevar.list
|
||||||
|
done
|
||||||
23
Scripts/GeneratePhplist.sh
Normal file
23
Scripts/GeneratePhplist.sh
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
if [ ! -f "/etc/WebV2/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
|
source /etc/WebV2/mainvar.list
|
||||||
|
if [ -z $shortdist ] ; then source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/MicroOSDetect.sh) ; fi
|
||||||
|
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
|
# Debian/Ubunbtu Php variables
|
||||||
|
phpPoolDir=/etc/php/${phpver}/fpm/pool.d
|
||||||
|
phpPkgName=php${phpver}
|
||||||
|
phpMainConf=/etc/php/${phpver}/fpm/php.ini
|
||||||
|
phpFPMService=php${phpver}-fpm
|
||||||
|
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
# Centos Php variable
|
||||||
|
phpPoolDir=/etc/opt/remi/php${phpver//.}/php-fpm.d/
|
||||||
|
phpPkgName=php${phpver//.}-php
|
||||||
|
phpMainConf=/etc/opt/remi/php${phpver//.}/php.ini
|
||||||
|
phpFPMService=php${phpver//.}-php-fpm
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Storing vars to config
|
||||||
|
for storeme in phpPoolDir phpPkgName phpMainConf phpFPMService; do
|
||||||
|
declare -p $storeme | cut -d ' ' -f 3- >> /etc/WebV2/phpvar.list
|
||||||
|
done
|
||||||
16
Scripts/MicroOSDetect.sh
Normal file
16
Scripts/MicroOSDetect.sh
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
dist_ver=$(grep --color=never -Po "^VERSION_ID=\K.*" "/etc/os-release")
|
||||||
|
dist=$(grep --color=never -Po "^ID=\K.*" "/etc/os-release")
|
||||||
|
|
||||||
|
if [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"18.04"* ]]; then
|
||||||
|
shortdist=ubu1804
|
||||||
|
elif [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"20.04"* ]]; then
|
||||||
|
shortdist=ubu2004
|
||||||
|
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
|
||||||
|
shortdist=deb10
|
||||||
|
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"11"* ]]; then
|
||||||
|
shortdist=deb11
|
||||||
|
elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then
|
||||||
|
shortdist=el8
|
||||||
|
else
|
||||||
|
echo "This os in known"
|
||||||
|
fi
|
||||||
25
Scripts/Php-EnableSessionsToRam.sh
Normal file
25
Scripts/Php-EnableSessionsToRam.sh
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
#######################################################
|
||||||
|
# @description: #
|
||||||
|
# Setup the PHP session folder as a Ramdisk / tmpfs #
|
||||||
|
# This will store session info in memory #
|
||||||
|
# #
|
||||||
|
# @author: Bram Prieshof #
|
||||||
|
#######################################################
|
||||||
|
|
||||||
|
#sysCheck
|
||||||
|
if [ ! -f "/etc/WebV2/selopts.list" ] || [ ! -f "/etc/WebV2/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
|
if [ ! -f "/etc/WebV2/phpvar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GeneratePhplist.sh) ; fi
|
||||||
|
source /etc/WebV2/phpvar.list
|
||||||
|
|
||||||
|
#Stop php service
|
||||||
|
systemctl stop $phpFPMService
|
||||||
|
#Reset php session folder
|
||||||
|
rm -rf /var/lib/php/sessions
|
||||||
|
mkdir -p /var/lib/php/sessions
|
||||||
|
#Create memdisk/Tmpfs and mount it
|
||||||
|
echo "tmpfs /var/lib/php/sessions tmpfs size=32m,uid=$(id -u www-data),gid=$(id -g www-data),mode=0773 0 0" >> /etc/fstab
|
||||||
|
mount -a
|
||||||
|
#start php service
|
||||||
|
systemctl stop $phpFPMService
|
||||||
@@ -29,18 +29,15 @@ dist_ver=$(grep --color=never -Po "^VERSION_ID=\K.*" "/etc/os-release")
|
|||||||
dist=$(grep --color=never -Po "^ID=\K.*" "/etc/os-release")
|
dist=$(grep --color=never -Po "^ID=\K.*" "/etc/os-release")
|
||||||
|
|
||||||
if [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"18.04"* ]]; then
|
if [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"18.04"* ]]; then
|
||||||
echo "Ubuntu 18.04 Detected"
|
|
||||||
PKGM="$APTMODE"
|
PKGM="$APTMODE"
|
||||||
PKGI="${PKGM} install -y --no-install-recommends"
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
PKGLIST="apt"
|
PKGLIST="apt"
|
||||||
shortdist=ubu1804
|
shortdist=ubu1804
|
||||||
elif [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"20.04"* ]]; then
|
elif [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"20.04"* ]]; then
|
||||||
echo "Ubuntu 20.04 Detected"
|
echo "Ubuntu 20.04 is not yet fully tested, not recommended for production server"
|
||||||
PKGM="$APTMODE"
|
PKGM="$APTMODE"
|
||||||
PKGI="${PKGM} install -y --no-install-recommends"
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
PKGLIST="apt"
|
PKGLIST="apt"
|
||||||
echo "This OS is not supported"
|
|
||||||
exit
|
|
||||||
shortdist=ubu2004
|
shortdist=ubu2004
|
||||||
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
|
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
|
||||||
echo "Debian 10 Detected"
|
echo "Debian 10 Detected"
|
||||||
@@ -48,16 +45,18 @@ elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
|
|||||||
PKGI="${PKGM} install -y --no-install-recommends"
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
PKGLIST="apt"
|
PKGLIST="apt"
|
||||||
shortdist=deb10
|
shortdist=deb10
|
||||||
echo "This OS is not supported"
|
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"11"* ]]; then
|
||||||
exit
|
echo "Debian 11 Detected"
|
||||||
|
PKGM="$APTMODE"
|
||||||
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
|
PKGLIST="apt"
|
||||||
|
shortdist=deb11
|
||||||
elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then
|
elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then
|
||||||
echo "Centos 8 Detected"
|
echo "Centos 8 Detected"
|
||||||
PKGM="dnf"
|
PKGM="dnf"
|
||||||
PKGI="${PKGM} install --setopt=install_weak_deps=False --best -y"
|
PKGI="${PKGM} install --setopt=install_weak_deps=False --best -y"
|
||||||
PKGLIST="dnf"
|
PKGLIST="dnf"
|
||||||
shortdist=cent8
|
shortdist=el8
|
||||||
echo "This OS is not supported"
|
|
||||||
exit
|
|
||||||
else
|
else
|
||||||
echo "This OS is not supported"
|
echo "This OS is not supported"
|
||||||
exit
|
exit
|
||||||
@@ -67,8 +66,8 @@ unset dist_ver dist APTMODE
|
|||||||
|
|
||||||
|
|
||||||
#Repo Vars
|
#Repo Vars
|
||||||
repo=https://git.ictmaatwerk.com/VPS-scripts/Web-V2
|
repo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2
|
||||||
branch=master
|
branch=main
|
||||||
branchtype=branch
|
branchtype=branch
|
||||||
|
|
||||||
###Select Module type
|
###Select Module type
|
||||||
@@ -105,14 +104,17 @@ fi
|
|||||||
##--------------------------##
|
##--------------------------##
|
||||||
|
|
||||||
msg " Starting installer" 8 78
|
msg " Starting installer" 8 78
|
||||||
$PKGM update > $OUTPUT 2>&1
|
$PKGUC > $OUTPUT 2>&1
|
||||||
$PKGI curl > $OUTPUT 2>&1
|
$PKGI curl > $OUTPUT 2>&1
|
||||||
|
|
||||||
|
|
||||||
##-------------------------##
|
##-------------------------##
|
||||||
# Generating APT list #
|
# Generating APT list #
|
||||||
##-------------------------##
|
##-------------------------##
|
||||||
#General aptList
|
#Remove existing pkgList
|
||||||
|
rm -f /tmp/pkg.list
|
||||||
|
|
||||||
|
#General pkgList
|
||||||
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/generic.pkg.list; then
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/generic.pkg.list; then
|
||||||
curl "$mtype"/generic.pkg.list >>/tmp/pkg.list
|
curl "$mtype"/generic.pkg.list >>/tmp/pkg.list
|
||||||
fi
|
fi
|
||||||
@@ -120,12 +122,14 @@ if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mt
|
|||||||
curl "$mtype"/"$PKGLIST".pkg.list >>/tmp/pkg.list
|
curl "$mtype"/"$PKGLIST".pkg.list >>/tmp/pkg.list
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Webserver specific aptList
|
#Webserver specific pkgList
|
||||||
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/"$webserv"-generic.pkg.list; then
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/"$webserv"-generic.pkg.list; then
|
||||||
curl "$mtype"/"$webserv"-generic.pkg.list >>/tmp/pkg.list
|
curl "$mtype"/"$webserv"-generic.pkg.list >>/tmp/pkg.list
|
||||||
|
printf " " >>/tmp/pkg.list
|
||||||
fi
|
fi
|
||||||
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/"$webserv"-"$PKGLIST".pkg.list; then
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/"$webserv"-"$PKGLIST".pkg.list; then
|
||||||
curl "$mtype"/"$webserv"-"$PKGLIST".pkg.list >>/tmp/pkg.list
|
curl "$mtype"/"$webserv"-"$PKGLIST".pkg.list >>/tmp/pkg.list
|
||||||
|
printf " " >>/tmp/pkg.list
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##--------------------##
|
##--------------------##
|
||||||
@@ -133,9 +137,9 @@ fi
|
|||||||
##--------------------##
|
##--------------------##
|
||||||
|
|
||||||
msg " Preconfiguring"
|
msg " Preconfiguring"
|
||||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
$PKGM update
|
$PKGUC
|
||||||
$PKGM upgrade -y
|
$PKGUP
|
||||||
|
|
||||||
|
|
||||||
##-------------------##
|
##-------------------##
|
||||||
@@ -155,8 +159,8 @@ fi
|
|||||||
# Installer #
|
# Installer #
|
||||||
##-------------##
|
##-------------##
|
||||||
|
|
||||||
$PKGM update
|
$PKGUC
|
||||||
sed -i 's/PHPver/'$phpver'/g' /tmp/pkg.list
|
sed -i 's/PHPprefix/'$phpPkgName'/g' /tmp/pkg.list
|
||||||
cat /tmp/pkg.list | xargs $PKGI
|
cat /tmp/pkg.list | xargs $PKGI
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
39
Scripts/toggles/toggle-Monit_APACHE.sh
Normal file
39
Scripts/toggles/toggle-Monit_APACHE.sh
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
function usage {
|
||||||
|
echo "Usage: $0 [option...]" >&2
|
||||||
|
echo
|
||||||
|
echo " -e, Enable MonitWebui"
|
||||||
|
echo " -d, Disable MonitWebui"
|
||||||
|
echo " -h, Shows this information"
|
||||||
|
echo
|
||||||
|
}
|
||||||
|
if [ -n "$1" ]; then
|
||||||
|
if [[ ! -f /etc/WebV2/toggle.conf ]]; then
|
||||||
|
echo "Creating File"
|
||||||
|
touch /etc/WebV2/toggle.conf
|
||||||
|
fi
|
||||||
|
source /etc/WebV2/toggle.conf
|
||||||
|
if [ -z "$MonitWeb" ]; then
|
||||||
|
echo "Creating Var"
|
||||||
|
echo "MonitWeb=3" >> /etc/WebV2/toggle.conf
|
||||||
|
MonitWeb=3
|
||||||
|
fi
|
||||||
|
if [[ "$1" = "-d" && "$MonitWeb" != 0 ]]; then
|
||||||
|
echo "Disable MonitWebui"
|
||||||
|
sed -i '/MonitWeb=/c\MonitWeb=0' /etc/WebV2/toggle.conf
|
||||||
|
sed -i --follow-symlinks '/#enables\/disables monit-websocket/!b;n;cdeny from all' /APADIR/sites-enabled/010-Backend.conf
|
||||||
|
sed -i '/#enables\/disables monit-websocket/ s/^#*/#/' MONITCONF
|
||||||
|
systemctl reload APASRV monit
|
||||||
|
elif [[ "$1" = "-e" && "$MonitWeb" != 1 ]]; then
|
||||||
|
echo "Enable MonitWebui"
|
||||||
|
sed -i '/MonitWeb=/c\MonitWeb=1' /etc/WebV2/toggle.conf
|
||||||
|
sed -i --follow-symlinks '/#enables\/disables monit-websocket/!b;n;c#deny from all' /APADIR/sites-enabled/010-Backend.conf
|
||||||
|
sed -i '/#enables\/disables monit-websocket/ s/^.//' MONITCONF
|
||||||
|
systemctl reload APASRV monit
|
||||||
|
elif [[ "$1" = "-h" ]]; then
|
||||||
|
usage
|
||||||
|
else
|
||||||
|
echo "Oopsie!"
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
usage
|
||||||
|
fi
|
||||||
39
Scripts/toggles/toggle-Monit_NGINX.sh
Normal file
39
Scripts/toggles/toggle-Monit_NGINX.sh
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
function usage {
|
||||||
|
echo "Usage: $0 [option...]" >&2
|
||||||
|
echo
|
||||||
|
echo " -e, Enable MonitWebui"
|
||||||
|
echo " -d, Disable MonitWebui"
|
||||||
|
echo " -h, Shows this information"
|
||||||
|
echo
|
||||||
|
}
|
||||||
|
if [ -n "$1" ]; then
|
||||||
|
if [[ ! -f /etc/WebV2/toggle.conf ]]; then
|
||||||
|
echo "Creating File"
|
||||||
|
touch /etc/WebV2/toggle.conf
|
||||||
|
fi
|
||||||
|
source /etc/WebV2/toggle.conf
|
||||||
|
if [ -z "$MonitWeb" ]; then
|
||||||
|
echo "Creating Var"
|
||||||
|
echo "MonitWeb=3" >> /etc/WebV2/toggle.conf
|
||||||
|
MonitWeb=3
|
||||||
|
fi
|
||||||
|
if [[ "$1" = "-d" && "$MonitWeb" != 0 ]]; then
|
||||||
|
echo "Disable MonitWebui"
|
||||||
|
sed -i '/MonitWeb=/c\MonitWeb=0' /etc/WebV2/toggle.conf
|
||||||
|
sed -i --follow-symlinks '/deny all; #enables\/disables monit-websocket/c\ deny all; #enables\/disables monit-websocket' /etc/nginx/sites-enabled/Backend
|
||||||
|
sed -i '/#enables\/disables monit-websocket/ s/^#*/#/' MONITCONF
|
||||||
|
systemctl reload nginx monit
|
||||||
|
elif [[ "$1" = "-e" && "$MonitWeb" != 1 ]]; then
|
||||||
|
echo "Enable MonitWebui"
|
||||||
|
sed -i '/MonitWeb=/c\MonitWeb=1' /etc/WebV2/toggle.conf
|
||||||
|
sed -i --follow-symlinks '/deny all; #enables\/disables monit-websocket/c\ #deny all; #enables\/disables monit-websocket' /etc/nginx/sites-enabled/Backend
|
||||||
|
sed -i '/#enables\/disables monit-websocket/ s/^.//' MONITCONF
|
||||||
|
systemctl reload nginx monit
|
||||||
|
elif [[ "$1" = "-h" ]]; then
|
||||||
|
usage
|
||||||
|
else
|
||||||
|
echo "Oopsie!"
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
usage
|
||||||
|
fi
|
||||||
@@ -7,26 +7,26 @@ function usage {
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
if [[ ! -f /etc/ICTM/toggle.conf ]]; then
|
if [[ ! -f /etc/WebV2/toggle.conf ]]; then
|
||||||
echo "Creating File"
|
echo "Creating File"
|
||||||
touch /etc/ICTM/toggle.conf
|
touch /etc/WebV2/toggle.conf
|
||||||
fi
|
fi
|
||||||
source /etc/ICTM/toggle.conf
|
source /etc/WebV2/toggle.conf
|
||||||
if [ -z "$NetDa" ]; then
|
if [ -z "$NetDa" ]; then
|
||||||
echo "Creating Var"
|
echo "Creating Var"
|
||||||
echo "NetDa=3" >> /etc/ICTM/toggle.conf
|
echo "NetDa=3" >> /etc/WebV2/toggle.conf
|
||||||
NetDa=3
|
NetDa=3
|
||||||
fi
|
fi
|
||||||
if [[ "$1" = "-d" && "$NetDa" != 0 ]]; then
|
if [[ "$1" = "-d" && "$NetDa" != 0 ]]; then
|
||||||
echo "Disable Netdata"
|
echo "Disable Netdata"
|
||||||
sed -i '/NetDa=/c\NetDa=0' /etc/ICTM/toggle.conf
|
sed -i '/NetDa=/c\NetDa=0' /etc/WebV2/toggle.conf
|
||||||
sed -i --follow-symlinks '/deny all; #enables\/disables Netdata/c\ deny all; #enables\/disables Netdata' /etc/nginx/sites-enabled/Backend
|
sed -i --follow-symlinks '/deny all; #enables\/disables Netdata/c\ deny all; #enables\/disables Netdata' /etc/nginx/sites-enabled/Backend
|
||||||
systemctl stop netdata
|
systemctl stop netdata
|
||||||
systemctl disable netdata > /dev/null 2>&1
|
systemctl disable netdata > /dev/null 2>&1
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
elif [[ "$1" = "-e" && "$NetDa" != 1 ]]; then
|
elif [[ "$1" = "-e" && "$NetDa" != 1 ]]; then
|
||||||
echo "Enable Netdata"
|
echo "Enable Netdata"
|
||||||
sed -i '/NetDa=/c\NetDa=1' /etc/ICTM/toggle.conf
|
sed -i '/NetDa=/c\NetDa=1' /etc/WebV2/toggle.conf
|
||||||
sed -i --follow-symlinks '/deny all; #enables\/disables Netdata/c\ #deny all; #enables\/disables Netdata' /etc/nginx/sites-enabled/Backend
|
sed -i --follow-symlinks '/deny all; #enables\/disables Netdata/c\ #deny all; #enables\/disables Netdata' /etc/nginx/sites-enabled/Backend
|
||||||
systemctl start netdata
|
systemctl start netdata
|
||||||
systemctl enable netdata > /dev/null 2>&1
|
systemctl enable netdata > /dev/null 2>&1
|
||||||
|
|||||||
@@ -7,26 +7,26 @@ function usage {
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
if [[ ! -f /etc/ICTM/toggle.conf ]]; then
|
if [[ ! -f /etc/WebV2/toggle.conf ]]; then
|
||||||
echo "Creating File"
|
echo "Creating File"
|
||||||
touch /etc/ICTM/toggle.conf
|
touch /etc/WebV2/toggle.conf
|
||||||
fi
|
fi
|
||||||
source /etc/ICTM/toggle.conf
|
source /etc/WebV2/toggle.conf
|
||||||
if [ -z "$PhpMA" ]; then
|
if [ -z "$PhpMA" ]; then
|
||||||
echo "Creating Var"
|
echo "Creating Var"
|
||||||
echo "PhpMA=3" >> /etc/ICTM/toggle.conf
|
echo "PhpMA=3" >> /etc/WebV2/toggle.conf
|
||||||
PhpMA=3
|
PhpMA=3
|
||||||
fi
|
fi
|
||||||
if [[ "$1" = "-d" && "$PhpMA" != 0 ]]; then
|
if [[ "$1" = "-d" && "$PhpMA" != 0 ]]; then
|
||||||
echo "Disable PhpMyadmin"
|
echo "Disable PhpMyadmin"
|
||||||
sed -i '/PhpMA=/c\PhpMA=0' /etc/ICTM/toggle.conf
|
sed -i '/PhpMA=/c\PhpMA=0' /etc/WebV2/toggle.conf
|
||||||
sed -i --follow-symlinks '/#enables\/disables PHPMyadmin/!b;n;cdeny from all' /etc/apache2/sites-enabled/010-Backend.conf
|
sed -i --follow-symlinks '/#enables\/disables PHPMyadmin/!b;n;cdeny from all' /APADIR/sites-enabled/010-Backend.conf
|
||||||
systemctl reload apache2
|
systemctl reload APASRV
|
||||||
elif [[ "$1" = "-e" && "$PhpMA" != 1 ]]; then
|
elif [[ "$1" = "-e" && "$PhpMA" != 1 ]]; then
|
||||||
echo "Enable PhpMyadmin"
|
echo "Enable PhpMyadmin"
|
||||||
sed -i '/PhpMA=/c\PhpMA=1' /etc/ICTM/toggle.conf
|
sed -i '/PhpMA=/c\PhpMA=1' /etc/WebV2/toggle.conf
|
||||||
sed -i --follow-symlinks '/#enables\/disables PHPMyadmin/!b;n;c#deny from all' /etc/apache2/sites-enabled/010-Backend.conf
|
sed -i --follow-symlinks '/#enables\/disables PHPMyadmin/!b;n;c#deny from all' /APADIR/sites-enabled/010-Backend.conf
|
||||||
systemctl reload apache2
|
systemctl reload APASRV
|
||||||
elif [[ "$1" = "-h" ]]; then
|
elif [[ "$1" = "-h" ]]; then
|
||||||
usage
|
usage
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -7,24 +7,24 @@ function usage {
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
if [[ ! -f /etc/ICTM/toggle.conf ]]; then
|
if [[ ! -f /etc/WebV2/toggle.conf ]]; then
|
||||||
echo "Creating File"
|
echo "Creating File"
|
||||||
touch /etc/ICTM/toggle.conf
|
touch /etc/WebV2/toggle.conf
|
||||||
fi
|
fi
|
||||||
source /etc/ICTM/toggle.conf
|
source /etc/WebV2/toggle.conf
|
||||||
if [ -z "$PhpMA" ]; then
|
if [ -z "$PhpMA" ]; then
|
||||||
echo "Creating Var"
|
echo "Creating Var"
|
||||||
echo "PhpMA=3" >> /etc/ICTM/toggle.conf
|
echo "PhpMA=3" >> /etc/WebV2/toggle.conf
|
||||||
PhpMA=3
|
PhpMA=3
|
||||||
fi
|
fi
|
||||||
if [[ "$1" = "-d" && "$PhpMA" != 0 ]]; then
|
if [[ "$1" = "-d" && "$PhpMA" != 0 ]]; then
|
||||||
echo "Disable PhpMyadmin"
|
echo "Disable PhpMyadmin"
|
||||||
sed -i '/PhpMA=/c\PhpMA=0' /etc/ICTM/toggle.conf
|
sed -i '/PhpMA=/c\PhpMA=0' /etc/WebV2/toggle.conf
|
||||||
sed -i --follow-symlinks '/deny all; #enables\/disables PHPMyadmin/c\ deny all; #enables\/disables PHPMyadmin' /etc/nginx/sites-enabled/Backend
|
sed -i --follow-symlinks '/deny all; #enables\/disables PHPMyadmin/c\ deny all; #enables\/disables PHPMyadmin' /etc/nginx/sites-enabled/Backend
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
elif [[ "$1" = "-e" && "$PhpMA" != 1 ]]; then
|
elif [[ "$1" = "-e" && "$PhpMA" != 1 ]]; then
|
||||||
echo "Enable PhpMyadmin"
|
echo "Enable PhpMyadmin"
|
||||||
sed -i '/PhpMA=/c\PhpMA=1' /etc/ICTM/toggle.conf
|
sed -i '/PhpMA=/c\PhpMA=1' /etc/WebV2/toggle.conf
|
||||||
sed -i --follow-symlinks '/deny all; #enables\/disables PHPMyadmin/c\ #deny all; #enables\/disables PHPMyadmin' /etc/nginx/sites-enabled/Backend
|
sed -i --follow-symlinks '/deny all; #enables\/disables PHPMyadmin/c\ #deny all; #enables\/disables PHPMyadmin' /etc/nginx/sites-enabled/Backend
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
elif [[ "$1" = "-h" ]]; then
|
elif [[ "$1" = "-h" ]]; then
|
||||||
|
|||||||
@@ -1,17 +1,36 @@
|
|||||||
systemctl stop php${phpver}-fpm
|
systemctl stop $phpFPMService
|
||||||
###############
|
###############
|
||||||
# PHP-FPM #
|
# PHP-FPM #
|
||||||
###############
|
###############
|
||||||
|
|
||||||
sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g' "$phpMainConf"
|
||||||
sed -i 's/;opcache.memory_consumption=128/opcache.memory_consumption=256/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/;opcache.memory_consumption=128/opcache.memory_consumption=256/g' "$phpMainConf"
|
||||||
sed -i 's/;opcache.enable=1/opcache.enable=1/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/;opcache.enable=1/opcache.enable=1/g' "$phpMainConf"
|
||||||
sed -i 's/;opcache.interned_strings_buffer=8/opcache.interned_strings_buffer=8/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/;opcache.interned_strings_buffer=8/opcache.interned_strings_buffer=8/g' "$phpMainConf"
|
||||||
sed -i 's/;opcache.max_accelerated_files=10000/opcache.max_accelerated_files=50000/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/;opcache.max_accelerated_files=10000/opcache.max_accelerated_files=50000/g' "$phpMainConf"
|
||||||
sed -i 's/;opcache.max_wasted_percentage=5/opcache.max_wasted_percentage=5/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/;opcache.max_wasted_percentage=5/opcache.max_wasted_percentage=5/g' "$phpMainConf"
|
||||||
sed -i 's/;opcache.revalidate_freq=2/opcache.revalidate_freq=0/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/;opcache.revalidate_freq=2/opcache.revalidate_freq=0/g' "$phpMainConf"
|
||||||
sed -i 's/; max_input_vars = 1000/max_input_vars = 10000/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/; max_input_vars = 1000/max_input_vars = 10000/g' "$phpMainConf"
|
||||||
sed -i 's/upload_max_filesize = 2/upload_max_filesize = 128/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/upload_max_filesize = 2/upload_max_filesize = 128/g' "$phpMainConf"
|
||||||
sed -i 's/post_max_size = 8/post_max_size = 64/g' /etc/php/"$phpver"/fpm/php.ini
|
sed -i 's/post_max_size = 8/post_max_size = 64/g' "$phpMainConf"
|
||||||
|
|
||||||
|
|
||||||
|
#Php session to disk
|
||||||
|
chown www-data:www-data /var/lib/php/sessions
|
||||||
|
chmod 1773 /var/lib/php/sessions
|
||||||
|
|
||||||
|
if [ "$shortdist" = "el8" ]; then
|
||||||
|
# Centos Mysql config
|
||||||
|
echo "pdo_mysql.default_socket = '/var/run/mysqld/mysqld.sock'" >> /etc/opt/remi/php${phpver//.}/php.d/60-mysql_sock.ini
|
||||||
|
echo "mysql.default_socket = '/var/run/mysqld/mysqld.sock'" >> /etc/opt/remi/php${phpver//.}/php.d/60-mysql_sock.ini
|
||||||
|
echo "mysqli.default_socket = '/var/run/mysqld/mysqld.sock'" >> /etc/opt/remi/php${phpver//.}/php.d/60-mysql_sock.ini
|
||||||
|
echo "d /run/php 0755 www-data www-data - -" > /usr/lib/tmpfiles.d/php-custom.conf
|
||||||
|
#Centos php Bin
|
||||||
|
sudo ln -s /usr/bin/php${phpver//.} /usr/bin/php
|
||||||
|
#Centos SeLinux
|
||||||
|
setsebool -P httpd_can_network_connect 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
systemctl start $phpFPMService
|
||||||
|
systemctl enable $phpFPMService
|
||||||
|
|
||||||
systemctl start php${phpver}-fpm
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
phpPHPver-imagick php-pear phpPHPver-cli phpPHPver-apcu phpPHPver-fpm phpPHPver-mysql phpPHPver-cgi phpPHPver-common phpPHPver-mbstring phpPHPver-curl phpPHPver-gd phpPHPver-intl phpPHPver-soap phpPHPver-xml phpPHPver-xmlrpc phpPHPver-zip
|
|
||||||
176
SubModules/php-fpm/php-ModInst.sh
Normal file
176
SubModules/php-fpm/php-ModInst.sh
Normal file
@@ -0,0 +1,176 @@
|
|||||||
|
#############################
|
||||||
|
# SingleModuleInstaller #
|
||||||
|
# For PHP-FPM #
|
||||||
|
#############################
|
||||||
|
|
||||||
|
|
||||||
|
##-----------------##
|
||||||
|
# Defining Vars #
|
||||||
|
##-----------------##
|
||||||
|
|
||||||
|
#SMI specific Vars
|
||||||
|
SMI_config=yes
|
||||||
|
SMI_ModuleName=php-fpm
|
||||||
|
|
||||||
|
#Enforcing Legacy Mode
|
||||||
|
APTMODE="apt"
|
||||||
|
OUTPUT='/dev/tty'
|
||||||
|
IMODE=l
|
||||||
|
|
||||||
|
#Web-V2 Vars
|
||||||
|
phpver=8.1
|
||||||
|
webserv=nginx
|
||||||
|
|
||||||
|
#PackageManager-config
|
||||||
|
|
||||||
|
dist_ver=$(grep --color=never -Po "^VERSION_ID=\K.*" "/etc/os-release")
|
||||||
|
dist=$(grep --color=never -Po "^ID=\K.*" "/etc/os-release")
|
||||||
|
|
||||||
|
if [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"18.04"* ]]; then
|
||||||
|
PKGM="$APTMODE"
|
||||||
|
PKGUC="$PKGM update"
|
||||||
|
PKGUP="$PKGM upgrade -y"
|
||||||
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
|
PKGLIST="apt"
|
||||||
|
shortdist=ubu1804
|
||||||
|
elif [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"20.04"* ]]; then
|
||||||
|
PKGM="$APTMODE"
|
||||||
|
PKGUC="$PKGM update"
|
||||||
|
PKGUP="$PKGM upgrade -y"
|
||||||
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
|
PKGLIST="apt"
|
||||||
|
shortdist=ubu2004
|
||||||
|
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
|
||||||
|
PKGM="$APTMODE"
|
||||||
|
PKGUC="$PKGM update"
|
||||||
|
PKGUP="$PKGM upgrade -y"
|
||||||
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
|
PKGLIST="apt"
|
||||||
|
shortdist=deb10
|
||||||
|
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"11"* ]]; then
|
||||||
|
PKGM="$APTMODE"
|
||||||
|
PKGUC="$PKGM update"
|
||||||
|
PKGUP="$PKGM upgrade -y"
|
||||||
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
|
PKGLIST="apt"
|
||||||
|
shortdist=deb11
|
||||||
|
elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"12"* ]]; then
|
||||||
|
PKGM="$APTMODE"
|
||||||
|
PKGUC="$PKGM update"
|
||||||
|
PKGUP="$PKGM upgrade -y"
|
||||||
|
PKGI="${PKGM} install -y --no-install-recommends"
|
||||||
|
PKGLIST="apt"
|
||||||
|
shortdist=deb12
|
||||||
|
elif [ "$(grep -oP '(?<=^PLATFORM_ID=).+' /etc/os-release | tr -d '"')" = "platform:el8" ]; then
|
||||||
|
PKGM="dnf"
|
||||||
|
PKGUC="$PKGM check-update --refresh"
|
||||||
|
PKGUP="$PKGM update -y"
|
||||||
|
PKGI="${PKGM} install --setopt=install_weak_deps=False --best -y"
|
||||||
|
PKGLIST="dnf"
|
||||||
|
shortdist=el8
|
||||||
|
else
|
||||||
|
echo "This os in not supported"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
unset dist_ver dist APTMODE
|
||||||
|
|
||||||
|
|
||||||
|
#Repo Vars
|
||||||
|
repo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Web-V2
|
||||||
|
branch=main
|
||||||
|
branchtype=branch
|
||||||
|
|
||||||
|
###Select Module type
|
||||||
|
mtype=""$repo"/raw/"$branchtype"/"$branch"/SubModules/"$SMI_ModuleName""
|
||||||
|
|
||||||
|
#SelfBuilding Vars
|
||||||
|
PKGI="${PKGM} install -y"
|
||||||
|
|
||||||
|
|
||||||
|
##---------------##
|
||||||
|
# Functions #
|
||||||
|
##---------------##
|
||||||
|
|
||||||
|
msg () {
|
||||||
|
echo "$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
#Checking if Config var has been set
|
||||||
|
if [ $SMI_config = no ]; then
|
||||||
|
msg " Script is not configured"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
##-----------------##
|
||||||
|
# Storeing vars #
|
||||||
|
##-----------------##
|
||||||
|
|
||||||
|
mkdir -p /etc/WebV2
|
||||||
|
echo "InstDate=$(date "+%d-%B-%Y")" >> /etc/WebV2/mainvar.list
|
||||||
|
|
||||||
|
for storeme in PKGM PKGI PKGUC PKGUP PKGLIST OUTPUT IMODE shortdist repo branch branchtype shortdist phpver webserv; do
|
||||||
|
declare -p $storeme | cut -d ' ' -f 3- >> /etc/WebV2/mainvar.list
|
||||||
|
done
|
||||||
|
|
||||||
|
echo 'EnabledAons=('$SMI_ModuleName')' >> /etc/WebV2/selopts.list
|
||||||
|
|
||||||
|
##--------------------------##
|
||||||
|
# Installer-Requirements #
|
||||||
|
##--------------------------##
|
||||||
|
|
||||||
|
msg " Starting installer" 8 78
|
||||||
|
$PKGUC > $OUTPUT 2>&1
|
||||||
|
$PKGI curl > $OUTPUT 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
##-------------------------##
|
||||||
|
# Generating APT list #
|
||||||
|
##-------------------------##
|
||||||
|
#Remove existing pkgList
|
||||||
|
rm -f /tmp/pkg.list
|
||||||
|
|
||||||
|
##--------------------##
|
||||||
|
# Pre-Requirements #
|
||||||
|
##--------------------##
|
||||||
|
|
||||||
|
msg " Preconfiguring"
|
||||||
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
|
$PKGUC
|
||||||
|
$PKGUP
|
||||||
|
|
||||||
|
|
||||||
|
##-------------------##
|
||||||
|
# Pre-configuring #
|
||||||
|
##-------------------##
|
||||||
|
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/preconf.sh; then
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$mtype"/preconf.sh)
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo less >> /tmp/pkg.list
|
||||||
|
printf " " >>/tmp/pkg.list
|
||||||
|
|
||||||
|
##-------------##
|
||||||
|
# Installer #
|
||||||
|
##-------------##
|
||||||
|
|
||||||
|
$PKGUC
|
||||||
|
sed -i 's/PHPprefix/'$phpPkgName'/g' /tmp/pkg.list
|
||||||
|
cat /tmp/pkg.list | xargs $PKGI
|
||||||
|
|
||||||
|
|
||||||
|
##---------------##
|
||||||
|
# Configuring #
|
||||||
|
##---------------##
|
||||||
|
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$mtype"/conf.sh; then
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$mtype"/conf.sh)
|
||||||
|
fi
|
||||||
|
|
||||||
|
##-------##
|
||||||
|
# end #
|
||||||
|
##-------##
|
||||||
|
|
||||||
|
msg " Done!"
|
||||||
1
SubModules/php-fpm/php7x/apt.php.pkg.list
Normal file
1
SubModules/php-fpm/php7x/apt.php.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
php-pear PHPprefix-mysql
|
||||||
1
SubModules/php-fpm/php7x/dnf.php.pkg.list
Normal file
1
SubModules/php-fpm/php7x/dnf.php.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
PHPprefix-pear PHPprefix PHPprefix-mysqlnd
|
||||||
1
SubModules/php-fpm/php7x/generic.php.pkg.list
Normal file
1
SubModules/php-fpm/php7x/generic.php.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
PHPprefix-imagick PHPprefix-cli PHPprefix-apcu PHPprefix-fpm PHPprefix-cgi PHPprefix-common PHPprefix-mbstring PHPprefix-curl PHPprefix-gd PHPprefix-intl PHPprefix-soap PHPprefix-xml PHPprefix-xmlrpc PHPprefix-zip
|
||||||
1
SubModules/php-fpm/php8x/apt.php.pkg.list
Normal file
1
SubModules/php-fpm/php8x/apt.php.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
php-pear PHPprefix-mysql
|
||||||
1
SubModules/php-fpm/php8x/dnf.php.pkg.list
Normal file
1
SubModules/php-fpm/php8x/dnf.php.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
PHPprefix-pear PHPprefix PHPprefix-mysqlnd
|
||||||
1
SubModules/php-fpm/php8x/generic.php.pkg.list
Normal file
1
SubModules/php-fpm/php8x/generic.php.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
PHPprefix-imagick PHPprefix-cli PHPprefix-apcu PHPprefix-fpm PHPprefix-cgi PHPprefix-common PHPprefix-mbstring PHPprefix-curl PHPprefix-gd PHPprefix-intl PHPprefix-soap PHPprefix-xml PHPprefix-zip
|
||||||
42
SubModules/php-fpm/preconf.sh
Normal file
42
SubModules/php-fpm/preconf.sh
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
#Setting up repository
|
||||||
|
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=php osrel=$shortdist bash > $OUTPUT 2>&1
|
||||||
|
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] || [ "$shortdist" = "deb12" ] ; then
|
||||||
|
# Debian/Ubunbtu Php variables
|
||||||
|
phpPoolDir=/etc/php/${phpver}/fpm/pool.d
|
||||||
|
phpPkgName=php${phpver}
|
||||||
|
phpMainConf=/etc/php/${phpver}/fpm/php.ini
|
||||||
|
phpFPMService=php${phpver}-fpm
|
||||||
|
|
||||||
|
elif [ "$shortdist" = "el8" ]; then
|
||||||
|
# Centos Php variable
|
||||||
|
phpPoolDir=/etc/opt/remi/php${phpver//.}/php-fpm.d/
|
||||||
|
phpPkgName=php${phpver//.}-php
|
||||||
|
phpMainConf=/etc/opt/remi/php${phpver//.}/php.ini
|
||||||
|
phpFPMService=php${phpver//.}-php-fpm
|
||||||
|
#Creating Socket directory
|
||||||
|
mkdir -p /var/run/php /var/lib/php/sessions
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Setting php version branch
|
||||||
|
if [ ${phpver//.} -ge 70 ] && [ ${phpver//.} -lt 80 ] ; then
|
||||||
|
phpVerBranch=7x
|
||||||
|
elif [ ${phpver//.} -ge 80 ] && [ ${phpver//.} -lt 90 ]; then
|
||||||
|
phpVerBranch=8x
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Getting php pkglist
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/php"$phpVerBranch"/generic.php.pkg.list; then
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/php"$phpVerBranch"/generic.php.pkg.list >>/tmp/pkg.list
|
||||||
|
printf " " >>/tmp/pkg.list
|
||||||
|
fi
|
||||||
|
|
||||||
|
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/php"$phpVerBranch"/"$PKGLIST".php.pkg.list; then
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/php"$phpVerBranch"/"$PKGLIST".php.pkg.list >>/tmp/pkg.list
|
||||||
|
printf " " >>/tmp/pkg.list
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Storing vars to config
|
||||||
|
for storeme in phpPoolDir phpPkgName phpMainConf phpFPMService phpVerBranch; do
|
||||||
|
declare -p $storeme | cut -d ' ' -f 3- >> /etc/WebV2/phpvar.list
|
||||||
|
done
|
||||||
24
SubModules/postfix/CMSHook-conf.sh
Normal file
24
SubModules/postfix/CMSHook-conf.sh
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
#ADD DOMAIN
|
||||||
|
sudo --user opendkim mkdir /etc/opendkim.d/keys/"$maildomain"
|
||||||
|
sudo --user opendkim opendkim-genkey -r -D /etc/opendkim.d/keys/"$maildomain" -d "$maildomain" -s "$odkdomsec"
|
||||||
|
echo "$maildomain" >> /etc/opendkim.d/TrustedHosts
|
||||||
|
echo "$odkdomsec._domainkey."$maildomain" "$maildomain":"$odkdomsec":/etc/opendkim.d/keys/"$maildomain"/"$odkdomsec".private" >> /etc/opendkim.d/KeyTable
|
||||||
|
|
||||||
|
if [ $webserv != nginx_nonphp ]; then
|
||||||
|
echo "" >> "$phpPoolDir"/"$sitename".conf
|
||||||
|
echo "php_admin_value[mail.force_extra_parameters] = \"-f$mailas -F'$maildomain'\"" >> "$phpPoolDir"/"$sitename".conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/postfix/opendkim-init.sh -o ~/OpenDKIMInit-$sitename.sh
|
||||||
|
sed -i -e 's/DOMAINname/'$maildomain'/g' -e 's/SITEName/'${sitename//_}'/g' -e 's/ODKSec/'$odkdomsec'/g' ~/OpenDKIMInit-$sitename.sh
|
||||||
|
|
||||||
|
cat << EOF > /etc/update-motd.d/51-opendkim-"${sitename//_}"
|
||||||
|
#!/bin/sh
|
||||||
|
red='\e[1;31m%s\e[0m\n'
|
||||||
|
printf "\n"
|
||||||
|
printf \$red "To enable mail for $domain please run please run bash ~/OpenDKIMInit-$sitename.sh"
|
||||||
|
printf "\n"
|
||||||
|
EOF
|
||||||
|
chmod +x /etc/update-motd.d/51-opendkim-"${sitename//_}"
|
||||||
|
systemctl reload opendkim $phpFPMService
|
||||||
46
SubModules/postfix/CMSHook-preconf.sh
Normal file
46
SubModules/postfix/CMSHook-preconf.sh
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
if [ -z "${sitename}" ]; then sitename=${domain//./_};fi
|
||||||
|
if [ $IMODE = n ]; then
|
||||||
|
if (whiptail --title "Config" --yesno " Send mail as info@$domain for $domain?" 11 78); then
|
||||||
|
mailas=info@$domain
|
||||||
|
maildomain=$domain
|
||||||
|
else
|
||||||
|
mailas=$(whiptail --nocancel --inputbox " Enter mail addres for sending mail?" 11 78 --title "Config" 3>&1 1>&2 2>&3)
|
||||||
|
maildomain=$(sed -e 's/[^@]*@//' <<< "$mail")
|
||||||
|
fi
|
||||||
|
if (whiptail --title "Config" --yesno " Use default DKIM selector [vps]?" 11 78); then
|
||||||
|
odkdomsec=vps
|
||||||
|
else
|
||||||
|
odkdomsec=$(whiptail --nocancel --inputbox " Enter DKIM selector" 11 78 --title "Config" 3>&1 1>&2 2>&3)
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $IMODE = l ]; then
|
||||||
|
while true; do
|
||||||
|
read -p "Send mail as info@$domain for $domain? (y/n)" yn
|
||||||
|
case $yn in
|
||||||
|
[Yy]* )
|
||||||
|
mailas=info@$domain
|
||||||
|
maildomain=$domain
|
||||||
|
break;;
|
||||||
|
[Nn]* )
|
||||||
|
echo 'Enter mail addres for sending mail? '
|
||||||
|
read mailas
|
||||||
|
maildomain=$(sed -e 's/[^@]*@//' <<< "$mailas")
|
||||||
|
break;;
|
||||||
|
* )echo "Choose yes or no.";;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
while true; do
|
||||||
|
read -p "Use default DKIM selector [vps]? (y/n)" yn
|
||||||
|
case $yn in
|
||||||
|
[Yy]* )
|
||||||
|
odkdomsec=vps
|
||||||
|
break;;
|
||||||
|
[Nn]* )
|
||||||
|
echo 'Enter DKIM selector? '
|
||||||
|
read odkdomsec
|
||||||
|
break;;
|
||||||
|
* )echo "Choose yes or no.";;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
fi
|
||||||
32
SubModules/postfix/Postfix-EnableSSL.sh
Normal file
32
SubModules/postfix/Postfix-EnableSSL.sh
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
#Sript for setting up SSL/TLS for Postfix (Web-V2)
|
||||||
|
|
||||||
|
##Loading install vars
|
||||||
|
source /etc/WebV2/mainvar.list
|
||||||
|
##Checking if hostname cert exists
|
||||||
|
if [ ! -f "/etc/acmesh/inst/$hostname/cert.pem" ] || [ ! -f "/etc/acmesh/inst/$hostname/key.pem" ] ; then echo 'SSL Certificate for $hostname is not installed' && exit ; fi
|
||||||
|
|
||||||
|
##Updating Postix config
|
||||||
|
printf "Updating Postfix config"
|
||||||
|
systemctl stop postfix
|
||||||
|
sed -i "/smtpd_tls_cert_file=/c\ssmtpd_tls_cert_file=/etc/acmesh/inst/$hostname/cert.pem" /etc/postfix/main.cf
|
||||||
|
sed -i "/smtpd_tls_key_file=/c\smtpd_tls_key_file=/etc/acmesh/inst/$hostname/key.pem" /etc/postfix/main.cf
|
||||||
|
systemctl start postfix
|
||||||
|
printf " [\e[1;32m Ok \e[0m]\n"
|
||||||
|
|
||||||
|
##Adding postfix to SSL services (so it gets reloaded when a the cert is renewd)
|
||||||
|
printf "Updating SSL services list"
|
||||||
|
echo "postfix" >> /etc/WebV2/SslServices
|
||||||
|
printf " [\e[1;32m Ok \e[0m]\n"
|
||||||
|
|
||||||
|
##Remove script
|
||||||
|
while true; do
|
||||||
|
read -p "Remove this script -> yes/no?" yn
|
||||||
|
case $yn in
|
||||||
|
[Nn]* )
|
||||||
|
break;;
|
||||||
|
[Yy]* )
|
||||||
|
rm -- "$0"
|
||||||
|
break;;
|
||||||
|
* )echo "Choose yes or no.";;
|
||||||
|
esac
|
||||||
|
done
|
||||||
@@ -1 +1 @@
|
|||||||
mailutils
|
mailutils opendkim-tools
|
||||||
@@ -1,11 +1,20 @@
|
|||||||
|
|
||||||
|
systemctl stop postfix opendkim
|
||||||
|
|
||||||
|
|
||||||
##-------------##
|
##-------------##
|
||||||
# Postfix #
|
# Postfix #
|
||||||
##-------------##
|
##-------------##
|
||||||
|
|
||||||
sed -i 's/#inet_interfaces = all/inet_interfaces = loopback-only/g' /etc/postfix/main.cf
|
sed -i "/^inet_interfaces =/c\inet_interfaces = loopback-only" /etc/postfix/main.cf
|
||||||
sed -i 's/mydestination/#mydestination/g' /etc/postfix/main.cf
|
sed -i "/recipient_delimiter =/c\recipient_delimiter = +" /etc/postfix/main.cf
|
||||||
sed -i 's/relayhost =/mydestination = '$hostname', localhost.'$hostname', '$hostname'/g' /etc/postfix/main.cf
|
sed -i "/^mydestination =/c\mydestination = \"$hostname\", localhost.\"$hostname\", \"$hostname\"" /etc/postfix/main.cf
|
||||||
echo "bounce_notice_recipient = info@$domain" >> /etc/postfix/main.cf
|
echo "$hostname" > /etc/mailname
|
||||||
|
if [ "$(echo "$hostname" | grep -o "\." | wc -l)" -eq 1 ]; then
|
||||||
|
echo "bounce_notice_recipient = admin@$hostname" >> /etc/postfix/main.cf
|
||||||
|
else
|
||||||
|
echo "bounce_notice_recipient = admin@$(sed 's/.*\.\(.*\..*\)/\1/' <<< $hostname)" >> /etc/postfix/main.cf
|
||||||
|
fi
|
||||||
cat <<EOF > /etc/aliases
|
cat <<EOF > /etc/aliases
|
||||||
# See man 5 aliases for format
|
# See man 5 aliases for format
|
||||||
postmaster: root
|
postmaster: root
|
||||||
@@ -13,4 +22,83 @@ root: $email
|
|||||||
EOF
|
EOF
|
||||||
newaliases
|
newaliases
|
||||||
|
|
||||||
systemctl reload postfix postfix@-
|
cat <<EOF >> /etc/postfix/main.cf
|
||||||
|
|
||||||
|
#openDKIM
|
||||||
|
milter_default_action = accept
|
||||||
|
milter_protocol = 2
|
||||||
|
smtpd_milters = unix:/var/run/opendkim/opendkim.sock
|
||||||
|
non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
##--------------##
|
||||||
|
# OpenDKIM #
|
||||||
|
##--------------##
|
||||||
|
|
||||||
|
usermod -aG opendkim postfix
|
||||||
|
rm -rf /etc/opendkim.d
|
||||||
|
mkdir -p /etc/opendkim.d/keys
|
||||||
|
chown opendkim:opendkim /etc/opendkim.d/keys -R
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/postfix/config/opendkim.conf -o /etc/opendkim.conf
|
||||||
|
touch /etc/opendkim.d/SigningTable
|
||||||
|
cat <<EOF > /etc/opendkim.d/TrustedHosts
|
||||||
|
127.0.0.1
|
||||||
|
::1
|
||||||
|
localhost
|
||||||
|
$(curl -s -4 icanhazip.com)
|
||||||
|
$(curl -s -6 icanhazip.com)
|
||||||
|
${hostname}
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
|
mkdir -p /var/spool/postfix/var/run/opendkim
|
||||||
|
sudo chown opendkim:postfix /var/spool/postfix/var/run/opendkim
|
||||||
|
sed -i "/^RUNDIR=/c\RUNDIR=/var/spool/postfix/var/run/opendkim" /etc/default/opendkim
|
||||||
|
echo "TrustAnchorFile /usr/share/dns/root.key" >> /etc/opendkim.conf
|
||||||
|
bash /lib/opendkim/opendkim.service.generate
|
||||||
|
systemctl daemon-reload
|
||||||
|
fi
|
||||||
|
|
||||||
|
odkhsec=$(sed 's/\..*$//' <<< $hostname)
|
||||||
|
sudo --user opendkim mkdir /etc/opendkim.d/keys/"$hostname"
|
||||||
|
sudo --user opendkim opendkim-genkey -r -D /etc/opendkim.d/keys/"$hostname" -d "$hostname" -s $odkhsec
|
||||||
|
echo ""$odkhsec"._domainkey."$hostname" "$hostname":"$odkhsec":/etc/opendkim.d/keys/"$hostname"/"$odkhsec".private" >> /etc/opendkim.d/KeyTable
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/postfix/opendkim-init.sh -o ~/OpenDKIMInit-host.sh
|
||||||
|
sed -i -e 's/DOMAINname/'$hostname'/g' -e 's/SITEName/'host'/g' -e 's/ODKSec/'$odkhsec'/g' ~/OpenDKIMInit-host.sh
|
||||||
|
unset odkhsec
|
||||||
|
|
||||||
|
|
||||||
|
cat << EOF > /etc/update-motd.d/51-generalspf
|
||||||
|
#!/bin/sh
|
||||||
|
red='\e[1;31m%s\e[0m\n'
|
||||||
|
printf "\n"
|
||||||
|
printf \$red "To enable mail for this server add the folling Records for $hostname:"
|
||||||
|
printf \$red "A record: \$(curl -s -4 icanhazip.com)"
|
||||||
|
printf \$red "AAA record: \$(curl -s -6 icanhazip.com)"
|
||||||
|
printf \$red "MX record: '0 mail'"
|
||||||
|
printf \$red "SPF record: '\"v=spf1 a mx -all\"'"
|
||||||
|
printf \$red "Check Blacklist using the following url: 'https://www.debouncer.com/blacklistlookup?t=$hostname'"
|
||||||
|
printf "\n"
|
||||||
|
printf \$red "Optionally, to enable DKIM for the hostname run bash ~/OpenDKIMInit-host.sh"
|
||||||
|
printf \$red "Remove notice this by running \"rm /etc/update-motd.d/51-generalspf\""
|
||||||
|
printf "\n"
|
||||||
|
EOF
|
||||||
|
chmod +x /etc/update-motd.d/51-generalspf
|
||||||
|
|
||||||
|
systemctl start postfix opendkim
|
||||||
|
systemctl enable postfix opendkim
|
||||||
|
|
||||||
|
#Getting script for enableling ssl on Postfix
|
||||||
|
curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/postfix/Postfix-EnableSSL.sh -o ~/Postfix-EnableSSL.sh
|
||||||
|
|
||||||
|
#if using Append module run for existing cms/sites
|
||||||
|
if [ "$itype" = "AddMod" ]; then
|
||||||
|
for file in /etc/WebV2/sites/*; do
|
||||||
|
sitename="${file##*/}"
|
||||||
|
domain=${sitename//_/.}
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/postfix/CMSHook-preconf.sh)
|
||||||
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/postfix/CMSHook-conf.sh)
|
||||||
|
done
|
||||||
|
fi
|
||||||
12
SubModules/postfix/config/opendkim.conf
Normal file
12
SubModules/postfix/config/opendkim.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Syslog yes
|
||||||
|
UMask 007
|
||||||
|
Socket local:/var/run/opendkim/opendkim.sock
|
||||||
|
PidFile /var/run/opendkim/opendkim.pid
|
||||||
|
OversignHeaders From
|
||||||
|
UserID opendkim
|
||||||
|
Canonicalization relaxed/simple
|
||||||
|
Mode s
|
||||||
|
KeyTable refile:/etc/opendkim.d/KeyTable
|
||||||
|
SigningTable refile:/etc/opendkim.d/SigningTable
|
||||||
|
ExternalIgnoreList refile:/etc/opendkim.d/TrustedHosts
|
||||||
|
InternalHosts refile:/etc/opendkim.d/TrustedHosts
|
||||||
1
SubModules/postfix/dnf.pkg.list
Normal file
1
SubModules/postfix/dnf.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
perl-Getopt-Long
|
||||||
@@ -1 +1 @@
|
|||||||
postfix
|
postfix opendkim
|
||||||
39
SubModules/postfix/opendkim-init.sh
Normal file
39
SubModules/postfix/opendkim-init.sh
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
if [ -n "$1" ]; then
|
||||||
|
if [[ "$1" = "--enable" ]]; then
|
||||||
|
echo "Enableing DKIM"
|
||||||
|
|
||||||
|
echo "*@DOMAINname ODKSec._domainkey.DOMAINname" >>/etc/opendkim.d/SigningTable
|
||||||
|
systemctl reload opendkim
|
||||||
|
#Remove script
|
||||||
|
while true; do
|
||||||
|
read -p "Remove this script -> yes/no?" yn
|
||||||
|
case $yn in
|
||||||
|
[Nn]* )
|
||||||
|
break;;
|
||||||
|
[Yy]* )
|
||||||
|
rm -- "$0"
|
||||||
|
break;;
|
||||||
|
* )echo "Choose yes or no.";;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
echo "Required to enable mailing for this system"
|
||||||
|
echo "Please make sure a valid MX record, and A/AAA are set for DOMAINname,"
|
||||||
|
echo "Please add the folloing to your SPF Record in the DNS of DOMAINname,"
|
||||||
|
echo "ip4:$(curl -s -4 icanhazip.com) ip6:$(curl -s -6 icanhazip.com)"
|
||||||
|
echo ""
|
||||||
|
echo "Alternatively use the 'a' and 'mx' in the SPF record just make sure the server has an 'A' and 'AAA' record pointing to it"
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo "Optionally to enable dkim"
|
||||||
|
echo "Add the folloing TXT Record to the DNS of DOMAINname"
|
||||||
|
echo "WARNING the output is split, please combine key before inserting into DNS"
|
||||||
|
cat /etc/opendkim.d/keys/DOMAINname/ODKSec.txt
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "If DNS is propegated then run \"bash $0 --enable\""
|
||||||
|
|
||||||
|
rm -f /etc/update-motd.d/51-opendkim-SITEName
|
||||||
|
|
||||||
@@ -1,11 +1,4 @@
|
|||||||
if [ -z "${domain}" ]; then
|
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
|
||||||
if [ $IMODE = n ]; then
|
debconf-set-selections <<< "postfix postfix/mailname string $hostname"
|
||||||
domain=$(whiptail --nocancel --inputbox " Enter the domain without WWW " 11 82 --title "Config" 3>&1 1>&2 2>&3)
|
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
|
||||||
elif [ $IMODE = l ]; then
|
fi
|
||||||
echo "Enter the domain without WWW:"
|
|
||||||
read domain
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
debconf-set-selections <<< "postfix postfix/mailname string $domain"
|
|
||||||
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
|
|
||||||
1
SubModules/redis/apt.pkg.list
Normal file
1
SubModules/redis/apt.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
redis-server
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
systemctl enable --now redis-server
|
systemctl enable --now $redisService
|
||||||
1
SubModules/redis/dnf.pkg.list
Normal file
1
SubModules/redis/dnf.pkg.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
redis
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user