From a0e229a4892015d9f3e20ba2f088e17b7c5a8f54 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 16 Jun 2023 13:35:35 +0200 Subject: [PATCH] fix --- bootstrap/helpers/shared.php | 5 ++++- config/version.php | 2 +- resources/views/livewire/server/proxy/deploy.blade.php | 6 +++--- versions.json | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index b4b6ce0af..620d8a96a 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -81,7 +81,10 @@ function set_transanctional_email_settings() "local_domain" => null, ]); } - +function base_ip() { + $settings = InstanceSettings::get(); + return "http://{$settings->public_ipv4}" +} function base_url(bool $withPort = true) { $settings = InstanceSettings::get(); diff --git a/config/version.php b/config/version.php index 6d915d39f..1a5c76427 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@ extra_attributes->proxy_status === 'running')
-
@else -