Anton Reutov
6bb56a8742
fix for the use of a deprecated directive in nginx
2019-02-28 14:39:37 +03:00
Anton Reutov
5ea43b6df6
fix for the use of a deprecated directive in nginx
2019-02-28 14:39:05 +03:00
Anton Reutov
7a1cdc689e
fix for the use of a deprecated directive in nginx
2019-02-28 14:13:15 +03:00
Anton Reutov
232dbf0d09
fix for the use of a deprecated directive in nginx
2019-02-28 14:11:55 +03:00
Anton Reutov
5b4d89b47f
fix for the use of a deprecated directive in nginx
2019-02-28 14:11:21 +03:00
Anton Reutov
6a5061a7a9
fix for the use of a deprecated directive in nginx
2019-02-28 14:11:03 +03:00
Anton Reutov
7aa71c6ca0
fix for the use of a deprecated directive in nginx
2019-02-28 14:10:11 +03:00
Anton Reutov
b22802478d
fix for the use of a deprecated directive in nginx
2019-02-28 14:07:33 +03:00
Anton Reutov
21ce107c68
fix for the use of a deprecated directive in nginx
2019-02-28 14:07:07 +03:00
Anton Reutov
edb3fcc2df
fix for the use of a deprecated directive in nginx
2019-02-28 14:06:25 +03:00
Anton Reutov
372770931c
fix for the use of a deprecated directive in nginx
2019-02-28 14:05:12 +03:00
Anton Reutov
a09f097b3b
Merge pull request #1810 from ifaist0s/master
...
Proposed fix for the use of a deprecated directive in nginx
2019-02-28 13:54:13 +03:00
Serghey Rodin
f4d3f7a85f
Full PMA&Roundcube installs + dovecot namespace hotfix
2019-02-27 14:03:51 +02:00
Serghey Rodin
090875a173
Merge branch 'master' of github.com:serghey-rodin/vesta
2019-02-27 13:56:14 +02:00
Anton Reutov
43fe755f0b
Merge pull request #1822 from fifi/fix-german-translation
...
fix german translation, forwarded mail
2019-02-25 22:36:02 +03:00
Anton Reutov
ba6491b23f
Merge pull request #1815 from mdandidarmawan/master
...
Fixing Typo error on Lets Encrypt validation
2019-02-25 17:21:15 +03:00
Anton Reutov
b510f55e88
a new pricing for FileManager & SFTP chroot plugin
...
a new pricing for FileManager & SFTP chroot plugin
2019-02-25 16:08:40 +03:00
Serghey Rodin
bf5aa0fd6e
auto subscribe mail dirs
2019-02-23 11:30:28 +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
Serghey Rodin
7d11db2dd2
Merge branch 'master' of github.com:serghey-rodin/vesta
2019-02-20 15:51:04 +02:00
dpeca
0c387388cb
v-restore-user create empty tmp/
2019-02-15 02:15:16 +01:00
dpeca
f4749743ce
Do not backup tmp folder
2019-02-15 01:49:12 +01:00
dpeca
82192a001d
Allow admins to run custom script after SSL is put to any domain
2019-02-14 18:56:16 +01:00
dpeca
d15e103704
Allow admins to run custom script after SSL is put to any domain
...
Useful if you have separated SSLs for each IP address.
If admin add to vesta.conf this:
UPDATE_SSL_SCRIPT='/usr/local/bin/update_ssl_script.sh'
that script will be called after each domain get new SSL or renew old SSL.
Then admin can write custom script that will, for example, copy new SSL to some file that is needed for dovecot or exim, for example...
Passed parameters are $user and $domain ($1 and $2), so custom script can check what domain got new SSL, and then to run custom task...
2019-02-14 18:29:56 +01:00
Serghey Rodin
6b2f651418
protection in case there are two or more ips with the same nat association
2019-02-14 17:47:58 +02:00
Serghey Rodin
0d9218e9fc
in case there is no conf
2019-02-14 13:24:18 +02:00
Marcus Viefeld
bad8ee8042
fix german translation, forwarded mail
2019-02-14 05:41:16 +01:00
Alexandr Loskutov
3c8c2f2cfb
Merge pull request #1821 from RJuho/finnish_translation
...
Finnish translation update
2019-02-12 23:28:36 +02:00
Juho Räsänen
1725a61491
Finnish translation updated and some changes
...
New strings translated and some small changes.
2019-02-12 22:05:47 +02:00
Juho Räsänen
d60c2655ec
Merge pull request #1 from serghey-rodin/master
...
Bringing fork up to date
2019-02-12 22:01:27 +02:00
Alexandr Loskutov
0bb74cd2bb
Merge pull request #1818 from devius/patch-3
...
Add missing translations
2019-02-09 20:32:32 +02:00
pablobae
d334ddc501
Update v-add-firewall-chain
...
Obtains the SSH port from the service configuration file (originally it was hardcoded). This allow the correct creation of ssh chain when this service has a custom port.
2019-02-07 16:49:43 +01:00
devius
2d96e3631f
Add missing translations
...
I have found and translated last missing Georgian versions for strings
2019-02-06 17:23:58 +04:00
Dandi Darmawan
c1fc0208f7
Fixing Typo
...
check_result $E_CONNECT "Let's Encrypt vvalidation status $status" > check_result $E_CONNECT "Let's Encrypt validation status $status"
2019-01-24 18:16:01 +07:00
ifaist0s
6c072a91c4
Use of deprecated directive
...
FIX: [warn] 31172#31172: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead
CAUSE: http://hg.nginx.org/nginx/rev/46c0c7ef4913
2019-01-22 12:59:33 +02:00
ifaist0s
a72ecfbcfb
Use of deprecated directive
...
FIX: [warn] 31172#31172: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead
CAUSE: http://hg.nginx.org/nginx/rev/46c0c7ef4913
2019-01-22 12:58:48 +02:00
ifaist0s
45a6824990
Use of deprecated directive
...
FIX: [warn] 31172#31172: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead
CAUSE: http://hg.nginx.org/nginx/rev/46c0c7ef4913
2019-01-22 12:52:36 +02:00
ifaist0s
18ec586831
Use of deprecated directive
...
FIX: [warn] 31172#31172: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead
CAUSE: http://hg.nginx.org/nginx/rev/46c0c7ef4913
2019-01-22 12:51:59 +02:00
myvesta
fcbb523c05
Added ionice to backup
2019-01-11 13:59:15 +01:00
myvesta
5259f53dd8
Reseting i_am_in_backup_all_user
2019-01-11 00:30:47 +01:00
myvesta
a46490af77
OR instead AND
2019-01-11 00:24:50 +01:00
myvesta
f8461813d7
Don't make backup before 1 AM
2019-01-11 00:22:00 +01:00
myvesta
38f5b16019
Log mysqlrepair
2019-01-11 00:13:08 +01:00
myvesta
81fba76695
Mute wait_for_backup
2019-01-11 00:09:56 +01:00
myvesta
937efa2054
nice -n 19 for backups
2019-01-11 00:00:36 +01:00
dpeca
0d85c88d18
Bringing back Better handling of calm-down routine while LE renewing
...
Accidentally overwritten in f8b4d42b74
commit
Original commit: 3d8b6a87a7
Calming down is because https://github.com/serghey-rodin/vesta/issues/1193 issue
2018-12-27 21:10:17 +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
Serghey Rodin
f8b4d42b74
Let's Encrypt v2 with wildcard support
2018-12-26 12:54:33 +02:00
Marcos
635107b804
Merge branch 'backups' of github.com:moucho/vesta into backups
2018-12-24 17:51:15 +01:00