mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 17:26:17 +01:00
add pyotp
This commit is contained in:
@@ -252,7 +252,9 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
|
|||||||
# Version 5.4
|
# Version 5.4
|
||||||
|
|
||||||
if ProcessUtilities.decideDistro() == ProcessUtilities.centos or ProcessUtilities.decideDistro() == ProcessUtilities.cent8:
|
if ProcessUtilities.decideDistro() == ProcessUtilities.centos or ProcessUtilities.decideDistro() == ProcessUtilities.cent8:
|
||||||
|
if ProcessUtilities.alma9check == 1:
|
||||||
|
command = 'yum install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm'
|
||||||
|
else:
|
||||||
command = 'yum install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm'
|
command = 'yum install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm'
|
||||||
ApacheController.executioner(command)
|
ApacheController.executioner(command)
|
||||||
|
|
||||||
|
|||||||
@@ -55,8 +55,6 @@ class virtualHostUtilities:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def OnBoardingHostName(Domain, tempStatusPath, skipRDNSCheck):
|
def OnBoardingHostName(Domain, tempStatusPath, skipRDNSCheck):
|
||||||
import json
|
import json
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ psutil==5.7.3
|
|||||||
py3dns==3.2.1
|
py3dns==3.2.1
|
||||||
pyOpenSSL==19.1.0
|
pyOpenSSL==19.1.0
|
||||||
pysftp
|
pysftp
|
||||||
|
pyotp
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
s3transfer==0.5.0
|
s3transfer==0.5.0
|
||||||
sqlparse==0.4.2
|
sqlparse==0.4.2
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ psutil==5.7.3
|
|||||||
py3dns==4.0.2
|
py3dns==4.0.2
|
||||||
pyOpenSSL==24.2.1
|
pyOpenSSL==24.2.1
|
||||||
pysftp==0.2.9
|
pysftp==0.2.9
|
||||||
|
pyotp
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
s3transfer==0.10.2
|
s3transfer==0.10.2
|
||||||
|
|||||||
Reference in New Issue
Block a user