You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"WARNING: Could not detect if OpenSSH server is installed and running - this does not mean that it is not installed, just that we could not detect it."
191
-
echo -e "Please make sure it is set, otherwise Coolify cannot connect to the host system. \n"
echo"WARNING: Could not detect and install OpenSSH server - this does not mean that it is not installed or not running, just that we could not detect it."
226
+
echo -e "Please make sure it is installed and running, otherwise Coolify cannot connect to the host system. \n"
Copy file name to clipboardExpand all lines: resources/views/livewire/server/cloudflare-tunnels.blade.php
+1-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@
12
12
<x-helperclass="inline-flex"
13
13
helper="If you are using Cloudflare Tunnels, enable this. It will proxy all SSH requests to your server through Cloudflare.<br> You then can close your server's SSH port in the firewall of your hosting provider.<br><span class='dark:text-warning'>If you choose manual configuration, Coolify does not install or set up Cloudflare (cloudflared) on your server.</span>" />
14
14
</div>
15
-
<div>Secure your servers with Cloudflare Tunnels</div>
16
-
15
+
<div>Secure your servers with Cloudflare Tunnels.</div>
0 commit comments