diff --git a/resources/views/livewire/security/cloud-provider-token-form.blade.php b/resources/views/livewire/security/cloud-provider-token-form.blade.php
index ae25ba995..31bd76252 100644
--- a/resources/views/livewire/security/cloud-provider-token-form.blade.php
+++ b/resources/views/livewire/security/cloud-provider-token-form.blade.php
@@ -14,15 +14,22 @@
-
+
@if (auth()->user()->currentTeam()->cloudProviderTokens->where('provider', $provider)->isEmpty())
Create an API token in the
{{ ucfirst($provider) }} Console → choose
+ href='{{ $provider === 'hetzner' ? 'https://console.hetzner.com/projects' : '#' }}' target='_blank'
+ class='underline dark:text-white'>{{ ucfirst($provider) }} Console → choose
Project → Security → API Tokens.
+ @if ($provider === 'hetzner')
+
+ Don't have a Hetzner account?
Sign up here
+
+
(Coolify's affiliate link, only new accounts - supports us (€10)
+ and gives you €20)
+ @endif
@endif
@@ -42,13 +49,18 @@
-
+
@if (auth()->user()->currentTeam()->cloudProviderTokens->where('provider', $provider)->isEmpty())
Create an API token in the
Hetzner Console → choose Project → Security → API
Tokens.
+
+ Don't have a Hetzner account?
Sign up here
+
+
(Coolify's affiliate link, only new accounts - supports us (€10)
+ and gives you €20)
@endif