1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

78 Commits

Author SHA1 Message Date
dpeca
9cb73b19df nginx caching tpl 2020-05-24 22:14:13 +02:00
myvesta
e2a491b361
Update vst-install-rhel.sh 2020-05-23 14:25:59 +02:00
Maksim Usmanov | Maks
a62095aa13
Fix Nginx exclusion
This fix 706 in bugs.vesta and  ( same issue )
2019-04-28 15:57:49 +02:00
Serghey Rodin
70319b6a94 full pma install 2019-04-15 13:33:09 +03:00
Luka Paunović
891dac76fc
Update vst-install-rhel.sh 2019-03-21 21:26:05 +01:00
Luka Paunović
aeee40865e
Fixing blowfish_secret length (too short)
phpMyAdmin "screams", we should be using length of 32 characters for blowfish_secret.
2019-03-21 16:50:29 +01:00
dpeca
8010f5d802
CentOS7: Register /sbin/nologin and /usr/sbin/nologin
Fix for https://github.com/serghey-rodin/vesta/issues/1437
2018-12-27 20:56:14 +01:00
Alexandr Loskutov
c32fa673e1 Fix Dovecot namespace inbox=yes for CentOS 7
Co-Authored-By: dpeca <dpeca@users.noreply.github.com>
2018-11-04 08:21:36 +02:00
Serghey Rodin
a1b3aa3a84 No stats with distro name anymore 2018-10-17 22:06:17 +03:00
Serghey Rodin
1557f9bc8c Security: separate passwords for databases 2018-10-17 17:27:03 +03:00
Serghey Rodin
07a7c90cf6 chkconfig firewalld off 2018-07-13 15:27:10 +03:00
Serghey Rodin
b6e26ac479 Fixed mysql-server package replacement 2018-06-22 16:55:52 +03:00
Serghey Rodin
5fc8339a8d cosmetic fixes for CentOS and Amazon installers 2018-06-21 18:01:24 +03:00
Serghey Rodin
ca3956568b Updated CentOS installer 2018-06-21 15:40:22 +03:00
Serghey Rodin
3aadf37a82 Temporary fix for CentOS Vault issue 2018-05-17 18:27:28 +03:00
Serghey Rodin
d8e200f759 new line after text 2017-12-29 17:54:27 +02:00
Serghey Rodin
08fafbcd85 vesta-softaculous for rhel installer 2017-12-29 13:32:35 +02:00
Serghey Rodin
273f4dec96 formatting: 79 characters per line 2017-12-29 12:16:41 +02:00
Serghey Rodin
477df2eefc updated language list 2017-12-29 12:01:16 +02:00
Serghey Rodin
ca76ac2ba5
Merge pull request from cdnmall/patch-2
improved fail2ban support for vsftpd
2017-12-29 00:48:58 +02:00
Serghey Rodin
128906e624
Merge pull request from bergentroll/bergentroll_install_lang_patch
Install scripts lang patch
2017-12-28 16:04:19 +02:00
Serghey Rodin
6fc3a45932
Merge pull request from chipitsine/centos7_nolimit
CentOS 7: increase number of open files
2017-12-28 15:56:45 +02:00
Serghey Rodin
8fdf7105a9
Merge pull request from rfzh1996/rfzh1996-patch-1
Using Yum to install epel-release package
2017-12-28 15:44:11 +02:00
Serghey Rodin
e4ed3ba3c5 added chown back for $VESTA/data/sessions 2017-12-28 15:09:43 +02:00
Serghey Rodin
4b226fa49b
Merge pull request from fliker09/master
Small code and spell check fixes for rhel installer
2017-12-28 15:08:20 +02:00
Joe Mattos
92a4c2f377
improved fail2ban support for vsftpd 2017-12-11 03:14:29 -05:00
Anton Karmanov
c8c9927377 New function to set default lang 2017-10-24 15:47:38 +05:00
Serghey Rodin
c8e03744ab remove chrooted bind package 2017-08-03 17:49:46 +03:00
Ilya Shipitsin
6cd03c1512 CentOS 7: increase number of open files
there's per package limitation of 100 web sites. So, vesta should limit
number of sites anyway. However, if one would want to have, for example,
350 web sites, he will be limited by OS settings.

so, lets remove limitation on the OS level and let vesta control things
2017-07-30 21:40:12 +05:00
fliker09
d7496cf06f Small code and spellcheck fixes 2017-06-02 15:30:33 +03:00
Serghey Rodin
7ef52aa32c fix for system-base repos 2017-04-27 14:00:03 +03:00
Robert Zambrano Hidalgo
b2b2e1560a Using Yum to install epel-release package 2017-02-28 20:09:47 -05:00
System Void
753f1aec39 Merge pull request from Skamasle/patch-13
Fix permissions issue ( security )
2017-02-19 23:19:59 +00:00
dpeca
309abec58f Fix for broken CentOS 7 installation because of latest fail2ban version
Fix for issue https://github.com/serghey-rodin/vesta/issues/1086
2017-02-18 16:54:20 +01:00
Maksim Usmanov | Maks
dfdaf8d80e Fix permissions issue ( security )
Same issue happen in debian, in my centos 6 installs always get /etc/roundcubemail/config.inc.php whit 644 whit roundcube password exposed.

In centos bad user:group is asigned so also fixed

This will be fixed in general update in current installed vestacp servers.
2017-02-16 22:11:29 +01:00
Serghey Rodin
70d0ca89d8 added vim-common for LE account registration support 2016-12-13 12:37:41 +02:00
Serghey Rodin
039a989fb2 fix for aditional ftp accounts 2016-12-08 16:20:48 +02:00
dpeca
9ab813feee Added a command that will download Dovecot logrotate script 2016-11-22 16:15:35 +01:00
dpeca
4f54ff4f3f Changing password_vesta_host to server hostname during installation
Ported from Debian installer
2016-10-24 22:19:24 +02:00
dpeca
862e26200c Fixing a bug that caused $pub_ip is always empty string
Putting update-firewall before getting $pub_ip is fixing this issue
2016-10-24 18:22:49 +02:00
Serghey Rodin
c2c8b0ed2b Fix for missing NetworkManager on OpenVZ/Virutozzo 2016-10-03 14:54:03 +03:00
Serghey Rodin
5a5668f866 fix from http://luiscachog.me/spamassassin-error-on-vestacp-centos 2016-09-15 14:45:08 +03:00
Serghey Rodin
3e7d6362a3 Merge pull request from pcfreak30/hotfix/798
Use $VESTA variable everywhere in installer
2016-08-29 16:57:20 +03:00
Serghey Rodin
73177fe22c Merge pull request from prodimon/master
mini fix
2016-08-29 16:51:57 +03:00
Dmitry Bannik
4bc53a1142 Added default install "expect" to work for backup sftp 2016-08-25 02:33:19 +03:00
Serghey Rodin
9873dfacd0 Fix for clamav: /var/run ownership and foreground option 2016-08-18 17:22:23 +03:00
Serghey Rodin
0561a213db php 5.6 for CentOS 2016-08-08 12:05:04 +03:00
Derrick Hammer
9ada699ddf *Copy/paste fail 2016-07-31 04:13:17 -04:00
Derrick Hammer
f8c8a33d40 *Set VESTA global variable and use everywhere 2016-07-31 04:06:38 -04:00
Serghey Rodin
5c98639825 fix missing pub_ip during install 2016-06-30 23:10:03 +03:00