Commit graph

141 commits

Author SHA1 Message Date
Grigore Raileanu
382732f87f Replaced http by https & changed wording 2021-09-23 17:56:05 +03:00
Anton Reutov
1308b508ff SSL for hostname 2021-08-26 21:37:11 +03:00
Anton Reutov
6b7dc97731 Change default vesta port 2021-08-25 23:03:07 +03:00
Anton Reutov
402a69049c
Merge pull request #1790 from molny/master
Check missing 'gnupg' package on latest fresh Ubuntu versions
2021-08-23 18:02:13 +03:00
Anton Reutov
450fa0d7d0
Update vst-install-ubuntu.sh 2021-08-23 18:01:15 +03:00
Anton Reutov
cc2d60bf05
Added ''LE SSL for hostname'' to section about the software being installed 2021-08-14 19:57:06 +03:00
Anton Reutov
b4ec733dcc
Installing gnupg 2021-08-13 21:47:09 +03:00
Anton Reutov
14a9fa4f8b
Merge pull request #1799 from cmstew/auto-hostname-ssl
Setting lets encrypt hostname ssl auto-renewal during install
2021-08-13 21:09:20 +03:00
Anton Reutov
06ff183f21
sed nginx no 2021-08-02 16:11:10 +03:00
dpeca
00e1f46276
Limiting /etc/sudoers for Ubuntu 2020-03-23 19:34:39 +01:00
Serghey Rodin
a6d498e7e2 added net-tools package for ifconfig command 2019-05-23 00:12:42 +03:00
Maksim Usmanov | Maks
3acd228169
Fix for nginx exclude
There are some ways to fix this

First put nginx at the beginig or modify this line

software=$(echo "$software" | sed -e "s/^nginx//")
Replacing it by this one:
software=$(echo "$software" | sed -e "s/nginx//")
Or by this:
software=$(echo "$software" | sed -e "s/ nginx//")
2019-04-28 16:03:54 +02:00
Serghey Rodin
f4d3f7a85f Full PMA&Roundcube installs + dovecot namespace hotfix 2019-02-27 14:03:51 +02:00
Serghey Rodin
d05a02e0b6 hotfix for dovecot namespace on ubuntu 18.04 2019-02-21 15:56:34 +02:00
Serghey Rodin
561d7e9f01 force flag isn't required when admin group exists since it's there by default 2019-02-20 18:01:06 +02:00
cmstew
d8f372d99c
Update vst-install-ubuntu.sh
Changed hostname variable to match rest of script
2019-01-01 12:07:30 -07:00
cmstew
3b58b4a8b7
Update vst-install-ubuntu.sh
missed a change
2018-12-31 19:10:18 -07:00
cmstew
f8734d15e9
Update vst-install-ubuntu.sh
- Added to help function for ssl
- Added argument for enabling Let's Encrypt SSL
- Added set_default_value 'ssl' 'no'
- Install Let's Encrypt on hostname, update certificate, and enable auto-renew if 'ssl' argument is 'yes'
2018-12-31 15:48:29 -07:00
Maxim Nosovets
cb67641bed Check missing 'gnupg' package on latest fresh Ubuntu versions 2018-12-14 15:20:14 +02:00
Serghey Rodin
59695acd10 universe repository check 2018-11-29 13:40:15 +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
Maksim Usmanov | Maks
5bd270591c
Fix function check_result
Check_error not defined
2018-09-09 13:51:00 +02:00
Serghey Rodin
0e484587a8 Added back policy.d block for daeomon autostart on install 2018-08-09 17:42:47 +03:00
Serghey Rodin
1c315de8d7 fix for ubuntu 14.04 2018-08-03 18:34:13 +03:00
Alexandros Ioannides
3933ca4cb4
Typo fix 2018-06-29 00:05:23 +03:00
Serghey Rodin
955f3e7510 cosmetix fixes in ubuntu installer 2018-06-21 11:39:14 +03:00
Serghey Rodin
ee03eff016 udapted package defenition 2018-06-13 17:08:36 +03:00
Alexandros Ioannides
4880746f8f
Minor fix 2018-06-11 20:21:13 +03:00
Anton Reutov
55f7598d69
Merge pull request #1598 from ioannidesalex/patch-42
NTP server modification
2018-06-01 14:53:19 +02:00
Serghey Rodin
90a60579f3
Merge pull request #1589 from ioannidesalex/patch-33
vsftpd / fail2ban Fix
2018-06-01 15:48:12 +03:00
Serghey Rodin
eed9f3bf4b
Merge pull request #1602 from ioannidesalex/patch-46
Roundcube fail2ban fix
2018-06-01 00:44:30 +03:00
Serghey Rodin
5c7fd09642
Merge pull request #1599 from ioannidesalex/patch-43
Cosmetic changes
2018-06-01 00:42:15 +03:00
Serghey Rodin
c1c0443e20
Merge pull request #1600 from ioannidesalex/patch-44
Not always apache is used
2018-06-01 00:41:41 +03:00
Alexandros Ioannides
eca2fdc073
Roundcube fail2ban fix 2018-05-31 23:51:09 +03:00
Alexandros Ioannides
52e9b19df6
Small fix PHP-FPM 2018-05-31 23:20:30 +03:00
Alexandros Ioannides
cb20b0bfd1
Not always apache is used 2018-05-31 23:08:39 +03:00
Alexandros Ioannides
3ecce92e16
Cosmetic changes 2018-05-31 22:44:10 +03:00
Alexandros Ioannides
ce96bc9388
NTP fix 2018-05-31 22:32:26 +03:00
Alexandros Ioannides
7a28629ffc
vsftpd Fix 2018-05-31 21:08:24 +03:00
Alexandros Ioannides
73e72183b2
Fix nologin 2018-05-31 21:01:49 +03:00
Serghey Rodin
a3f0fa1501 New ubuntu installer 2018-05-31 18:15:53 +03:00
Serghey Rodin
421ecfa62c install apparmor-utils 2018-01-26 16:08:55 +02:00
Serghey Rodin
d8e200f759 new line after text 2017-12-29 17:54:27 +02:00
Serghey Rodin
ca786aae4d vesta-softaculous for ubuntu installer 2017-12-29 13:45:46 +02:00
Serghey Rodin
fe93b08c6e adedd vim-common + improved formatting: 79 characters per line 2017-12-29 13:27:09 +02:00
Serghey Rodin
477df2eefc updated language list 2017-12-29 12:01:16 +02:00
Serghey Rodin
ca76ac2ba5
Merge pull request #1369 from cdnmall/patch-2
improved fail2ban support for vsftpd
2017-12-29 00:48:58 +02:00
Joe Mattos
0277d84fe4
improve fail2ban support for vsftpd 2017-12-11 07:47:50 -05:00
Anton Karmanov
d68c8f6964 Spread new func on deb install scripts 2017-10-24 16:23:37 +05:00