From 3fbdcc7f75e04edb02cbe6b42df6bf0da2a2a47f Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 14 Mar 2024 21:42:42 -0500 Subject: [PATCH] changed wg-easy to wireguard-ui --- homepage/.env | 4 ++-- homepage/config/services.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homepage/.env b/homepage/.env index 2ea2e1d..e416d4f 100644 --- a/homepage/.env +++ b/homepage/.env @@ -232,8 +232,8 @@ HOMEPAGE_VAR_OPEN_GIST_URL=https://gist.akanealw.com # GOACCESS HOMEPAGE_VAR_GOACCESS_URL=https://goaccess.akanealw.com -# WG-EASY -HOMEPAGE_VAR_WG_EASY_URL=https://wg-easy.akanealw.com +# WIREGUARD_UI +HOMEPAGE_VAR_WIREGUARD_UI_URL=https://wireguardui.akanealw.com ## OTHER SERVERS ## # CODESERVER diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index 2bbef70..aebf127 100644 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -555,7 +555,7 @@ href: "{{HOMEPAGE_VAR_SYNCTHING_URL_3}}" siteMonitor: "{{HOMEPAGE_VAR_SYNCTHING_URL_3}}" - - WG-Easy: + - Wireguard-UI: icon: "https://files.akanealw.com/icons/wireguard.png" - href: "{{HOMEPAGE_VAR_WG_EASY_URL}}" - siteMonitor: "{{HOMEPAGE_VAR_WG_EASY_URL}}" + href: "{{HOMEPAGE_VAR_WIREGUARD_UI_URL}}" + siteMonitor: "{{HOMEPAGE_VAR_WIREGUARD_UI_URL}}"