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:
|
||||
fileName = "/var/log/installLogs.txt"
|
||||
currentPercent = '10'
|
||||
LogURL = 'https://cloud.cyberpanel.net/servers/RecvData'
|
||||
LogURL = 'https://platform.cyberpersons.com/servers/RecvData'
|
||||
ServerIP = ''
|
||||
|
||||
@staticmethod
|
||||
|
||||
@@ -16,8 +16,8 @@ from plogical.CyberCPLogFileWriter import CyberCPLogFileWriter as logging
|
||||
from plogical.mysqlUtilities import mysqlUtilities
|
||||
class ClusterManager:
|
||||
|
||||
LogURL = "https://cloud.cyberpanel.net/HighAvailability/RecvData"
|
||||
UptimeURL = "https://cloud.cyberpanel.net/servers/UptimeReport"
|
||||
LogURL = "https://platform.cyberpersons.com/HighAvailability/RecvData"
|
||||
UptimeURL = "https://platform.cyberpersons.com/servers/UptimeReport"
|
||||
ClusterFile = '/home/cyberpanel/cluster'
|
||||
CloudConfig = '/home/cyberpanel/cloud'
|
||||
vhostConfPath = '/usr/local/lsws/conf/vhosts'
|
||||
|
||||
@@ -9,7 +9,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "CyberCP.settings")
|
||||
|
||||
class UpgradeCyberPanel:
|
||||
|
||||
LogURL = "https://cloud.cyberpanel.net/settings/RecvData"
|
||||
LogURL = "https://platform.cyberpersons.com/settings/RecvData"
|
||||
|
||||
def __init__(self, branch, mail, dns, ftp):
|
||||
ipFile = "/etc/cyberpanel/machineIP"
|
||||
|
||||
Reference in New Issue
Block a user