Commit Graph

2719 Commits

Author SHA1 Message Date
WhatTheServer
9e484f33fe Merge pull request #598 from usmannasir/v2.1.1
V2.1.1
2021-04-20 18:35:36 -04:00
WhatTheServer
695f9b38b0 Merge pull request #597 from usmannasir/v2.1.1-dev
V2.1.1 dev
2021-04-20 18:32:56 -04:00
WhatTheServer
d880211f76 Update install.py 2021-04-20 18:30:27 -04:00
WhatTheServer
80bc0ee916 Add Ubuntu 20.1 and Alma linux
Added stuff from 
qtwrk : https://github.com/usmannasir/cyberpanel/pull/591/files

And also Ubuntu 20.1 support to this
2021-04-20 18:27:18 -04:00
Usman Nasir
e01dd72e24 bug fix: cPanel importer set default php if the inherit php is not set 2021-04-20 21:12:11 +05:00
Michael Ramsey
777a9d41b6 Merge branch 'v2.1.1-dev' of github.com:usmannasir/cyberpanel into v2.1.1-dev 2021-04-19 13:10:49 -04:00
Michael Ramsey
299fca9121 Updated restic installer for Centos7/8 to copr in incbackups and install.py for https://github.com/usmannasir/cyberpanel/issues/580 2021-04-19 13:09:41 -04:00
WhatTheServer
048e17a1b0 Update cyberpanel.sh
Updated so both Centos 7 and Cento 8 use copart/restic vs just centos 7
https://github.com/usmannasir/cyberpanel/issues/580#issuecomment-822615854
2021-04-19 12:56:29 -04:00
Michael Ramsey
3a839e1679 Updated with new logic to install restic from latest release source for centos for https://github.com/usmannasir/cyberpanel/issues/580 2021-04-18 21:44:54 -04:00
Michael Ramsey
a48c89f163 Installer tweaks to show Rainloop Admin pass upon install and also issue hostname SSL if hostname resolves 2021-04-18 01:44:12 -04:00
Michael Ramsey
b25215d807 add static function to get cyberpanel version clean 2021-04-18 00:58:33 -04:00
Michael Ramsey
55c40f1bb9 add restic install process in event its missing to fix https://github.com/usmannasir/cyberpanel/issues/580 2021-04-17 23:16:48 -04:00
Michael Ramsey
f3e6505936 Add support for backup-exclude.conf file to be passed to restic to include paths 2021-04-17 21:40:16 -04:00
Usman Nasir
19fe606436 feature: add option to switch to master again 2021-04-18 03:20:50 +05:00
Usman Nasir
4923f060fd feature: add option to switch to master again 2021-04-18 01:31:05 +05:00
WhatTheServer
28ce4371d1 Update phpMyAdmin.html
Add button id for selector
2021-04-17 15:58:18 -04:00
WhatTheServer
9124e2777f Open PHPMyAdmin in new tab
Open PHPMyAdmin in new tab via target="_blank" 
when paired with other commit which opens the PHPMyAdmin ffunction in same page which was opened in a new tab you get the nice convenient feeling most other panels provide when opening phpmyadmin.
2021-04-17 15:56:28 -04:00
WhatTheServer
e07370d92a PHPMyAdmin autologin upon document ready
Update to have PHPMyAdmin autologin upon document ready.

Adding a target="_blank" to the navbar link so it spawns new tab and then when this page loads you get that overall opened in a new tab feeling without losing your original cyberpanel session.
2021-04-17 15:54:13 -04:00
Usman Nasir
64ca25336e Merge branch 'stable' into v2.1.1 2021-04-17 16:23:00 +05:00
Usman Nasir
52a489460d bug fix: cloudlinux activation 2021-04-17 16:05:27 +05:00
Usman Nasir
c0159c4e1b Merge branch 'v2.1.1' of github.com:usmannasir/cyberpanel into v2.1.1 2021-04-17 15:00:32 +05:00
Usman Nasir
36e1fdb734 bug fix: elastic search install 2021-04-17 15:00:18 +05:00
WhatTheServer
f9cb98ef3e 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
345adb9c44 Update install.py
Add /root/.my.cnf for root/sudo passwordless mysql management support
2021-04-16 23:26:10 -04:00
WhatTheServer
1a448fe190 Update mailserverManager.py
Fix syntax and wrong method called from this file.
2021-04-16 22:44:13 -04:00
WhatTheServer
53ca15f833 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
b4bea92eea Update mailserverManager.py
add fixes from install and davecot to dovecot fixes.
2021-04-16 22:10:09 -04:00
WhatTheServer
aab5b38f1d Update install.py
fixed up other davecot to dovecot
2021-04-16 22:06:18 -04:00
WhatTheServer
dffb1d4703 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
d197ea6ce9 Update install.py 2021-04-16 21:54:17 -04:00
WhatTheServer
055bc1e8de Merge pull request #588 from usmannasir/stable
Merging in fixes to dev
2021-04-16 19:37:10 -04:00
WhatTheServer
f865d0cb02 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
23092be775 fixed some issues in c32a2e78eb 2021-04-16 22:00:18 +05:00
WhatTheServer
c32a2e78eb Merge pull request #586 from whattheserver/backupRetention
Backup retention
2021-04-16 09:34:56 -04:00
Usman Nasir
b1c5c9bf23 Merge pull request #575 from istiak101/patch-1
CloudFlare range update
2021-04-16 18:32:40 +05:00
WhatTheServer
611a04f975 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
5b8b64bd7a 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
fc49994c6a Update models.py
add missing default of 0 being unlimited retention.
2021-04-16 08:34:30 -04:00
Michael Ramsey
d0edbc3e68 Updated to add BackupRetention to IncBackup and Backup models and script for future use 2021-04-15 22:08:48 -04:00
Michael Ramsey
765359b2b1 Adjust spelling for consistency 2021-04-15 19:47:12 -04:00
Usman Nasir
3677423491 bug fix: galera lib path for centos 2021-04-15 17:59:38 +05:00
Usman Nasir
ed077a97f2 bug fix: cluster path for centos 2021-04-15 17:40:51 +05:00
Usman Nasir
73bef27c46 bug fix: cluster path for centos 2021-04-15 16:38:05 +05:00
Usman Nasir
11969008f9 bug fix: cluster path for centos 2021-04-15 16:25:44 +05:00
Usman Nasir
a237186800 Merge branch 'v2.1.1' into stable 2021-04-15 00:39:43 +05:00
Usman Nasir
4b1d5767db ssl verify for install 2021-04-14 14:30:54 +05:00
Usman Nasir
917980bf4c remove domain from emails table if no email exists 2021-04-13 22:46:09 +05:00
Usman Nasir
aa7337e32e update monitor url 2021-04-13 13:56:36 +05:00
Usman Nasir
a76bdb790c update monitor 2021-04-13 13:29:30 +05:00
Usman Nasir
c68b08d44a add additional logging 2021-04-13 01:03:40 +05:00