Commit Graph

2393 Commits

Author SHA1 Message Date
WhatTheServer
2ed724d20e Update install.py
Changed order of the postfix edit commands so they are AFTER the copy of configs which was overwriting the custom changes later 🤦
2021-04-17 00:03:49 -04:00
WhatTheServer
42c639aa54 Update install.py
Add /root/.my.cnf for root/sudo passwordless mysql management support
2021-04-16 23:26:10 -04:00
WhatTheServer
a26ce6c6c9 Update mailserverManager.py
Fix syntax and wrong method called from this file.
2021-04-16 22:44:13 -04:00
WhatTheServer
a9b758317e Update install.py
Fixed syntax error due to missing parenthesis

```
SWAP set...

Preparing...

  File "install.py", line 801
    preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
    ^
SyntaxError: invalid syntax
Oops, something went wrong...
```
2021-04-16 22:34:18 -04:00
WhatTheServer
f81d8cdb02 Update mailserverManager.py
add fixes from install and davecot to dovecot fixes.
2021-04-16 22:10:09 -04:00
WhatTheServer
2419e4059d Update install.py
fixed up other davecot to dovecot
2021-04-16 22:06:18 -04:00
WhatTheServer
24062e40b9 Update install.py
Update setup_postfix_davecot_config to setup_postfix_dovecot_config to fix dovecot spelling
2021-04-16 21:57:24 -04:00
WhatTheServer
15d6803921 Update install.py 2021-04-16 21:54:17 -04:00
WhatTheServer
dce1db7842 Merge pull request #588 from usmannasir/stable
Merging in fixes to dev
2021-04-16 19:37:10 -04:00
WhatTheServer
a285aec864 Update install.py
Added missing install to apt-get and also calls to ensure the commands were getting executed vs just the last one command mentioned.
2021-04-16 19:16:50 -04:00
Usman Nasir
920a291c2e fixed some issues in c32a2e78eb 2021-04-16 22:00:18 +05:00
WhatTheServer
c2ffca91b4 Merge pull request #586 from whattheserver/backupRetention
Backup retention
2021-04-16 09:34:56 -04:00
WhatTheServer
5a3e78cae1 Add Litespeed/OLS admin port to default allowed
Add Litespeed/OLS admin port to default allowed
https://feedback.cyberpanel.net/b/requests/p/openlitespeed-port-in-cyberpanel-from-core-install
2021-04-16 08:46:51 -04:00
WhatTheServer
ce3710416c Update csf.py
Add Litespeed/Openlitespeed Admin port to default opened as suggested in.
https://feedback.cyberpanel.net/b/requests/p/openlitespeed-port-in-cyberpanel-from-core-install
2021-04-16 08:41:14 -04:00
WhatTheServer
49d41f0067 Update models.py
add missing default of 0 being unlimited retention.
2021-04-16 08:34:30 -04:00
Michael Ramsey
908d29858b Updated to add BackupRetention to IncBackup and Backup models and script for future use 2021-04-15 22:08:48 -04:00
Michael Ramsey
2cea63cf0d Adjust spelling for consistency 2021-04-15 19:47:12 -04:00
Usman Nasir
9058f3c53a bug fix: galera lib path for centos 2021-04-15 17:59:38 +05:00
Usman Nasir
fc39ac64f2 bug fix: cluster path for centos 2021-04-15 17:40:51 +05:00
Usman Nasir
54bec28b98 bug fix: cluster path for centos 2021-04-15 16:38:05 +05:00
Usman Nasir
10e556fc60 bug fix: cluster path for centos 2021-04-15 16:25:44 +05:00
Usman Nasir
a4603cc090 Merge branch 'v2.1.1' into stable 2021-04-15 00:39:43 +05:00
Usman Nasir
2c5d1fbc3a ssl verify for install 2021-04-14 14:30:54 +05:00
Usman Nasir
06b195f40a remove domain from emails table if no email exists 2021-04-13 22:46:09 +05:00
Usman Nasir
925423302d update monitor url 2021-04-13 13:56:36 +05:00
Usman Nasir
ac912d2434 update monitor 2021-04-13 13:29:30 +05:00
Usman Nasir
f8f51f6ddf add additional logging 2021-04-13 01:03:40 +05:00
Usman Nasir
efa919a759 bug fix remote access 2021-04-12 20:43:35 +05:00
Usman Nasir
ced1e11a54 bug fix remote access 2021-04-12 20:34:18 +05:00
Usman Nasir
756f54faf2 major bug fix in old backups 2021-04-12 16:02:17 +05:00
Usman Nasir
97f593fb7d bug fix: create proper backups incase of multiple database users 2021-04-12 00:50:12 +05:00
Usman Nasir
d8ec4a2b91 bug fix: create proper backups incase of multiple database users 2021-04-11 22:58:22 +05:00
Usman Nasir
251f21164b add support for multiple database users 2021-04-11 12:39:05 +05:00
Usman Nasir
a0d83e9b30 delete not needed file 2021-04-10 23:01:36 +05:00
Usman Nasir
5ca9dbc048 code refactor 2021-04-09 22:34:36 +05:00
qtwrk
7c2a186070 Update cyberpanel.sh 2021-04-09 16:54:32 +02:00
Usman Nasir
0c4f45c738 remove duplicate code 2021-04-09 17:08:22 +05:00
Usman Nasir
8713062c7d change the way permissions checked in dockermanager 2021-04-09 14:15:01 +05:00
Usman Nasir
2f8e273d15 comment not needed pages 2021-04-09 12:17:19 +05:00
Usman Nasir
8fc8321e03 bug fix: login check 2021-04-09 12:00:12 +05:00
WhatTheServer
c287ee3a69 Merge pull request #503 from therealgilles/feature/add-sendemail-fromheader
Add 'From' header to email message if missing
2021-04-07 10:16:17 -04:00
Usman Nasir
6d770fcd92 feature: allow enforce disk limit via packages 2021-04-06 00:39:14 +05:00
Usman Nasir
7fa4e03323 feature: allow enforce disk limit via packages 2021-04-05 15:07:17 +05:00
Usman Nasir
5539049f94 enforce disk limits 2021-04-05 14:03:30 +05:00
Usman Nasir
678a152abc enforce disk limits 2021-04-05 14:03:06 +05:00
Usman Nasir
a89a698aec enforce disk limits check column 2021-04-05 13:50:57 +05:00
Usman Nasir
93a6c4fbd2 bug fix: correct url 2021-04-05 12:39:43 +05:00
Usman Nasir
11a467ad1c bug fix: imunify360 access url 2021-04-04 16:44:48 +05:00
Usman Nasir
1c6ed160da bug fix: upgrade 2021-04-04 16:39:19 +05:00
Usman Nasir
21a7383e60 delete non-existing site using the core function 2021-04-04 16:33:36 +05:00