From 9c90e3f49a57175dadd42ebf147017b7fceac6c1 Mon Sep 17 00:00:00 2001 From: sysops Date: Sun, 12 Jul 2026 16:32:03 +0200 Subject: [PATCH] Rewrite About page for the fork, drop upstream GitHub API calls Removed the release/contributor/author lookups against ngoduykhanh/wireguard-ui - this fork no longer tracks that repo's releases, so those calls were meaningless here and leaked an external API dependency. Replaced with a short own-product description. Co-Authored-By: Claude Sonnet 5 --- templates/about.html | 104 +++---------------------------------------- 1 file changed, 7 insertions(+), 97 deletions(-) diff --git a/templates/about.html b/templates/about.html index edbeb47..a903068 100644 --- a/templates/about.html +++ b/templates/about.html @@ -16,16 +16,20 @@ About {{ define "page_content"}}
-
-

About Wireguard-UI

+

About wireguard-ui-multi

+

+ Native multi-server WireGuard management UI. Runs multiple independent + WireGuard interfaces (own name, port, keypair, subnet, peers and settings + each) from a single installation, without Docker. +

@@ -36,36 +40,7 @@ About
{{ end }} -
- - -
-
- - -
-
- - -
-
- -
- - - -
-
-
- -
-
- Copyright © - - Wireguard UI. - All rights reserved. - + © wireguard-ui-multi.
@@ -77,69 +52,4 @@ About {{ end }} {{ define "bottom_js"}} - {{ end }}