diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index 794a1f78c..7a264fa7e 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -145,7 +145,7 @@ function get_latest_version_of_coolify(): string try { $response = Http::get('https://cdn.lasthourhosting.org/lasthourcloud/versions.json'); $versions = $response->json(); - return data_get($versions, 'coolify.v4.version'); + return data_get($versions, 'lasthourcloud.v4.version'); } catch (\Throwable $e) { //throw $e; ray($e->getMessage()); diff --git a/config/app.php b/config/app.php index 5851640be..a6a7566f0 100644 --- a/config/app.php +++ b/config/app.php @@ -17,7 +17,7 @@ return [ | */ - 'name' => env('APP_NAME', 'Coolify'), + 'name' => env('APP_NAME', 'Last Hour Cloud'), /* |-------------------------------------------------------------------------- diff --git a/database/migrations/2024_01_15_084609_add_custom_dns_server.php b/database/migrations/2024_01_15_084609_add_custom_dns_server.php index 24d288d02..7c636239b 100644 --- a/database/migrations/2024_01_15_084609_add_custom_dns_server.php +++ b/database/migrations/2024_01_15_084609_add_custom_dns_server.php @@ -13,7 +13,7 @@ return new class extends Migration { Schema::table('instance_settings', function (Blueprint $table) { $table->boolean('is_dns_validation_enabled')->default(true); - $table->string('custom_dns_servers')->nullable()->default('1.1.1.1'); + $table->string('custom_dns_servers')->nullable()->default('9.9.9.9'); }); } diff --git a/lang/en.json b/lang/en.json index 49888d605..bf0afd929 100644 --- a/lang/en.json +++ b/lang/en.json @@ -7,7 +7,7 @@ "auth.register_now": "Register a new account", "auth.logout": "Logout", "auth.register": "Register", - "auth.registration_disabled": "Registration is disabled. Please contact support@lasthourhosting.org for help.", + "auth.registration_disabled": "Your registration is set to disabled. Please contact support@lasthourhosting.org for help.", "auth.reset_password": "Reset password", "auth.failed": "These credentials do not match our records.", "auth.failed.password": "The provided password is incorrect.", diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 91d735428..0223ba8f0 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -2,66 +2,62 @@
{{ $error }}
- @endforeach -{{ $error }}
+ @endforeach +