mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
bug fix: ha cluster
This commit is contained in:
@@ -7,7 +7,7 @@ import requests
|
|||||||
class InstallLog:
|
class InstallLog:
|
||||||
fileName = "/var/log/installLogs.txt"
|
fileName = "/var/log/installLogs.txt"
|
||||||
currentPercent = '10'
|
currentPercent = '10'
|
||||||
LogURL = 'https://cloud.cyberpanel.net/servers/RecvData'
|
LogURL = 'https://platform.cyberpersons.com/servers/RecvData'
|
||||||
ServerIP = ''
|
ServerIP = ''
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ from plogical.CyberCPLogFileWriter import CyberCPLogFileWriter as logging
|
|||||||
from plogical.mysqlUtilities import mysqlUtilities
|
from plogical.mysqlUtilities import mysqlUtilities
|
||||||
class ClusterManager:
|
class ClusterManager:
|
||||||
|
|
||||||
LogURL = "https://cloud.cyberpanel.net/HighAvailability/RecvData"
|
LogURL = "https://platform.cyberpersons.com/HighAvailability/RecvData"
|
||||||
UptimeURL = "https://cloud.cyberpanel.net/servers/UptimeReport"
|
UptimeURL = "https://platform.cyberpersons.com/servers/UptimeReport"
|
||||||
ClusterFile = '/home/cyberpanel/cluster'
|
ClusterFile = '/home/cyberpanel/cluster'
|
||||||
CloudConfig = '/home/cyberpanel/cloud'
|
CloudConfig = '/home/cyberpanel/cloud'
|
||||||
vhostConfPath = '/usr/local/lsws/conf/vhosts'
|
vhostConfPath = '/usr/local/lsws/conf/vhosts'
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "CyberCP.settings")
|
|||||||
|
|
||||||
class UpgradeCyberPanel:
|
class UpgradeCyberPanel:
|
||||||
|
|
||||||
LogURL = "https://cloud.cyberpanel.net/settings/RecvData"
|
LogURL = "https://platform.cyberpersons.com/settings/RecvData"
|
||||||
|
|
||||||
def __init__(self, branch, mail, dns, ftp):
|
def __init__(self, branch, mail, dns, ftp):
|
||||||
ipFile = "/etc/cyberpanel/machineIP"
|
ipFile = "/etc/cyberpanel/machineIP"
|
||||||
|
|||||||
Reference in New Issue
Block a user