From 424837fe9acffeda4edd1dcd241b2f019d03ccae Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 28 Sep 2023 12:49:33 -0700 Subject: [PATCH] show IP instead of domain for SFTP if DNS needs updating --- panel/ui/vhost/vhosts-vhost.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/panel/ui/vhost/vhosts-vhost.html b/panel/ui/vhost/vhosts-vhost.html index 862ecbc..b16a1e6 100644 --- a/panel/ui/vhost/vhosts-vhost.html +++ b/panel/ui/vhost/vhosts-vhost.html @@ -92,7 +92,17 @@ - +
Remote Access
Protocol:SFTP (SSH File Transfer Protocol)
Hostname:{{ @vhost_array.virtualhost }}
Hostname: + + {{ @vhost_array.virtualhost }} + + + {{ @vhost_array.virtualhost }} + {{ @dnsinfo.server_addr }} + + + +
Username:{{ @vhost_array.username }}
Password: ← hover mouse here to reveal
Directory:/srv/www/{{ @vhost_array.virtualhost }}/html/