diff --git a/README.md b/README.md index 161ca74..23cbcbd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # wireguard-ui @@ -57,7 +57,7 @@ docker-compose up | `WGUI_ACCENT_COLOR` | The color of the interface sidebar | `#343a40` | | `WGUI_LOGO_FILE_PATH` | The file path of the website logo | Embedded WireGuard logo | | `WGUI_PAGE_TITLE_PREFIX` | The HTML title prefix for all pages | N/A | -| `WG_CONF_TEMPLATE` | The custom `wg.conf` config file template. Please refer to our [default template](https://github.com/ngoduykhanh/wireguard-ui/blob/master/templates/wg.conf) | N/A | +| `WG_CONF_TEMPLATE` | The custom `wg.conf` config file template. Please refer to our [default template](https://github.com/idressos/wireguard-ui/blob/master/templates/wg.conf) | N/A | | `EMAIL_FROM_ADDRESS` | The sender email address | N/A | | `EMAIL_FROM_NAME` | The sender name | `WireGuard UI` | | `SENDGRID_API_KEY` | The SendGrid api key | N/A | @@ -229,7 +229,7 @@ go build -o wireguard-ui ## License -MIT. See [LICENSE](https://github.com/ngoduykhanh/wireguard-ui/blob/master/LICENSE). +MIT. See [LICENSE](https://github.com/idressos/wireguard-ui/blob/master/LICENSE). ## Support diff --git a/main.go b/main.go index aa6995e..dc725bd 100644 --- a/main.go +++ b/main.go @@ -121,7 +121,7 @@ func init() { fmt.Println("Git Commit\t:", gitCommit) fmt.Println("Git Ref\t\t:", gitRef) fmt.Println("Build Time\t:", buildTime) - fmt.Println("Git Repo\t:", "https://github.com/ngoduykhanh/wireguard-ui") + fmt.Println("Git Repo\t:", "https://github.com/idressos/wireguard-ui") fmt.Println("Authentication\t:", !util.DisableLogin) fmt.Println("Bind address\t:", util.BindAddress) //fmt.Println("Sendgrid key\t:", util.SendgridApiKey) diff --git a/templates/about.html b/templates/about.html index edbeb47..46339cc 100644 --- a/templates/about.html +++ b/templates/about.html @@ -63,7 +63,7 @@ About </div> <strong>Copyright © <script>document.write(new Date().getFullYear())</script> - <a href="https://github.com/ngoduykhanh/wireguard-ui">Wireguard UI</a>. + <a href="https://github.com/idressos/wireguard-ui">Wireguard UI</a>. </strong> All rights reserved. </div> @@ -83,7 +83,7 @@ About $.ajax({ cache: false, method: 'GET', - url: 'https://api.github.com/repos/ngoduykhanh/wireguard-ui/releases/tags/' + $("#version").val(), + url: 'https://api.github.com/repos/idressos/wireguard-ui/releases/tags/' + $("#version").val(), dataType: 'json', contentType: "application/json", success: function (data) { @@ -99,7 +99,7 @@ About $.ajax({ cache: false, method: 'GET', - url: 'https://api.github.com/repos/ngoduykhanh/wireguard-ui/releases/latest', + url: 'https://api.github.com/repos/idressos/wireguard-ui/releases/latest', dataType: 'json', contentType: "application/json", success: function (data) { @@ -121,7 +121,7 @@ About $.ajax({ cache: false, method: 'GET', - url: 'https://api.github.com/repos/ngoduykhanh/wireguard-ui/contributors', + url: 'https://api.github.com/repos/idressos/wireguard-ui/contributors', dataType: 'json', contentType: "application/json", success: function (data) { diff --git a/templates/base.html b/templates/base.html index 0412c46..b0a26fd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -335,7 +335,7 @@ <div class="float-right d-none d-sm-block"> <b>Version</b> {{ .appVersion }} </div> - <strong>Copyright © <script>document.write(new Date().getFullYear())</script> <a href="https://github.com/ngoduykhanh/wireguard-ui">Wireguard UI</a>.</strong> All rights + <strong>Copyright © <script>document.write(new Date().getFullYear())</script> <a href="https://github.com/idressos/wireguard-ui">Wireguard UI</a>.</strong> All rights reserved. </footer> --> diff --git a/templates/wg.conf b/templates/wg.conf index 9614da7..c69b309 100644 --- a/templates/wg.conf +++ b/templates/wg.conf @@ -1,4 +1,4 @@ -# This file was generated using wireguard-ui (https://github.com/ngoduykhanh/wireguard-ui) +# This file was generated using wireguard-ui (https://github.com/idressos/wireguard-ui) # Please don't modify it manually, otherwise your change might get replaced. # Address updated at: {{ .serverConfig.Interface.UpdatedAt }}