Update EU server to cloudflare tunnel host
This commit is contained in:
+1
-1
@@ -447,7 +447,7 @@ func _on_server_option_selected(index: int) -> void:
|
|||||||
elif index == 3:
|
elif index == 3:
|
||||||
# Tekton Dash EU
|
# Tekton Dash EU
|
||||||
if server_ip_input: server_ip_input.visible = false
|
if server_ip_input: server_ip_input.visible = false
|
||||||
NakamaManager.set_server("tektondash.vps.webdock.cloud")
|
NakamaManager.set_server("allan-ancient-boundary-consortium.trycloudflare.com")
|
||||||
LobbyManager.is_lan_mode = false
|
LobbyManager.is_lan_mode = false
|
||||||
connection_status.text = "Mode: Online (Tekton Dash EU)"
|
connection_status.text = "Mode: Online (Tekton Dash EU)"
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ func _ready() -> void:
|
|||||||
# Initialize connection mode view
|
# Initialize connection mode view
|
||||||
if NakamaManager.nakama_host == "localhost":
|
if NakamaManager.nakama_host == "localhost":
|
||||||
server_option.selected = 0
|
server_option.selected = 0
|
||||||
elif NakamaManager.nakama_host == "tektondash.vps.webdock.cloud":
|
elif NakamaManager.nakama_host == "allan-ancient-boundary-consortium.trycloudflare.com":
|
||||||
server_option.selected = 3
|
server_option.selected = 3
|
||||||
else:
|
else:
|
||||||
server_option.selected = 1
|
server_option.selected = 1
|
||||||
@@ -240,7 +240,7 @@ func _on_server_option_selected(index: int) -> void:
|
|||||||
# Tekton Dash EU
|
# Tekton Dash EU
|
||||||
server_ip_input.visible = false
|
server_ip_input.visible = false
|
||||||
if lan_section: lan_section.visible = false
|
if lan_section: lan_section.visible = false
|
||||||
NakamaManager.set_server("tektondash.vps.webdock.cloud")
|
NakamaManager.set_server("allan-ancient-boundary-consortium.trycloudflare.com")
|
||||||
|
|
||||||
func _on_server_ip_submitted(new_text: String) -> void:
|
func _on_server_ip_submitted(new_text: String) -> void:
|
||||||
if server_option and server_option.selected == 1:
|
if server_option and server_option.selected == 1:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
nakama:
|
nakama:
|
||||||
container_name: nakama
|
container_name: Tekton-Dash-Asia
|
||||||
image: heroiclabs/nakama:latest
|
image: heroiclabs/nakama:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
Reference in New Issue
Block a user