brammp
8cafe06982
Reset branch in installer after merge
Main-v1.2-Stable
2020-12-18 15:31:36 +01:00
Bram Prieshof
eee605d34d
Merge pull request 'PHP 8 intergration readiness' ( #11 ) from PHP8-Testing into master
...
Reviewed-on: https://git.ictmaatwerk.com/VPS-scripts/Web-V2/pulls/11
2020-12-18 15:30:17 +01:00
brammp
22ca4d3464
updated phpupdater for apache
2020-12-18 14:35:13 +01:00
brammp
d889f248e6
Prepared php updater for EL
2020-12-17 15:14:18 +01:00
brammp
9115a36148
fixed oopsie
2020-12-16 14:35:54 +01:00
brammp
a24e075714
Fixed typo, after inital update for php module
...
Fixes : #10
2020-12-16 14:27:31 +01:00
brammp
c5d70cc455
Updated php module to support mutiple php versions
2020-12-16 13:25:11 +01:00
brammp
e570e4b88c
Added tmp folder to php basedir's
2020-12-16 10:52:41 +01:00
Bram Prieshof
1f006a056c
Set branch in installer to master after merge from centos-testing
2020-12-10 14:40:37 +01:00
Bram Prieshof
2501e3ff3d
Merge 'Centos Testing' to 'master'
2020-12-10 14:39:15 +01:00
brammp
a87850f6d0
Fixed nginx-nonPHP CMS
2020-12-10 13:45:20 +01:00
brammp
ba80b923d0
Added nano to pkg list
2020-12-10 13:09:49 +01:00
brammp
74d76cdf15
Fixed use of incorect var for OS detection
2020-12-10 11:30:08 +01:00
brammp
9e9211c475
Fixed Fail2Ban for centos
2020-12-09 21:35:01 +01:00
brammp
d6cebfefb2
Fixed oopsie
2020-12-09 18:35:17 +01:00
brammp
2170468a30
Fixed accidentally removed linux for F2B centos
2020-12-09 18:35:03 +01:00
brammp
377c3e6e50
Added bugfix to apache for centos
2020-12-09 18:04:48 +01:00
brammp
92b487345e
Cleanup apache
2020-12-09 17:26:38 +01:00
brammp
fe742ec534
Fixed oopsie
2020-12-09 15:29:02 +01:00
brammp
95f2a19422
Updated apache module to use vars
2020-12-09 15:13:23 +01:00
brammp
2a6de08f75
Fixed fail2ban and replaced cent8 with el8
2020-12-09 13:29:25 +01:00
brammp
b112be5aeb
Added tar to Installer-Requirements
2020-12-09 12:21:17 +01:00
brammp
7e65bec375
new pkgmanager var also added to installer
2020-12-09 11:33:42 +01:00
brammp
1e09184895
Added more vars for pkgmanager
...
PKGUC: Clear and update repo cache
PKGUP: Running updates
2020-12-09 11:32:45 +01:00
brammp
3179abbb6c
Fixed backend uploads
2020-12-04 19:04:27 +01:00
brammp
74f12decdf
Adapted nextcloud init to support redis on Centos
2020-12-04 18:13:30 +01:00
brammp
bcb714db44
added bzip2 for nextcloud
2020-12-04 17:38:00 +01:00
brammp
93184de8eb
Fixed oopsie in Selinux webdir
2020-12-04 17:22:53 +01:00
brammp
06a7814d98
Updated SeLinux for web folder once again
2020-12-04 17:04:53 +01:00
brammp
aebf9c97e4
Fixed oopsie
2020-12-04 16:05:19 +01:00
brammp
f3b2d3cfb5
updated wp init script
...
Replaced wp with /usr/local/bin/wp,
because centos sudo failed to detect wp command
2020-12-04 15:56:05 +01:00
brammp
38d7b021de
Fixed php pkg list and SeLinux
2020-12-04 15:52:41 +01:00
brammp
ae6a1f7433
Updated nextcloud pkg list
2020-12-04 14:10:21 +01:00
brammp
752f777697
Fixed oopsie
2020-12-04 13:54:58 +01:00
brammp
bc511b4c73
Updated password generator for mysql db creation
2020-12-04 12:53:04 +01:00
brammp
574e61b085
Updated Redis module for Centos compatibility
2020-12-04 11:10:57 +01:00
brammp
be8d75bcab
Replaced references php With vars
...
Done because differences between distros is quite big,
and this was the beter solution then using alot of if statements
List of changes:
* Replaced service names php"$phpver"-fpm with $phpFPMService
* Replaced PHPver in package list with phpPkgName
* Replaced full php config path with $phpMainConf
* Replaced php pool path with $phpPoolDir
2020-12-03 17:10:47 +01:00
brammp
7fb0470f44
Made motd msg work in Centos,
...
updated motd display to first check if file exists
2020-12-03 14:07:35 +01:00
brammp
eb83d11538
Fixed Selinx www folder
2020-12-03 13:36:55 +01:00
brammp
18439cc934
Fixed non starting services
2020-12-03 13:12:12 +01:00
brammp
17353040b6
Fixed typo
2020-12-03 12:26:40 +01:00
brammp
c49a284e5e
Fixed ufw no starting on boot
2020-12-03 12:05:37 +01:00
brammp
a9f57d3513
Fixed UFW defaults for Centos
...
Fixed selinux ssh port
2020-12-03 11:28:41 +01:00
brammp
859033a213
Fixed nginx pkg list for CentOS
2020-12-02 15:59:34 +01:00
brammp
2cbaa6ce86
Fixed incorect Variable generic preconf
2020-12-02 15:53:15 +01:00
brammp
f51b50debb
added debug msg to preconfig
2020-12-02 15:25:45 +01:00
brammp
061d97d5a0
Initial centos test/modifications
2020-12-02 14:54:22 +01:00
Bram Prieshof
d7fcf5e55c
Update 'Scripts/SMI.sh'
2020-12-02 13:42:23 +01:00
brammp
59a256c590
Fixed bug in "Set sitename" y/n question
Main-v1.1-Stable
2020-11-27 12:47:33 +01:00
brammp
c3839afdc4
Set keyboard layout to us + Added bash-completion
2020-11-27 12:31:19 +01:00