mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-02 16:38:47 +03:00
Update references to GitHub repository
This commit is contained in:
parent
0380988ffd
commit
74a7dc00d8
5 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||

|

|
||||||
|
|
||||||
# wireguard-ui
|
# wireguard-ui
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ docker-compose up
|
||||||
| `WGUI_ACCENT_COLOR` | The color of the interface sidebar | `#343a40` |
|
| `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_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 |
|
| `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_ADDRESS` | The sender email address | N/A |
|
||||||
| `EMAIL_FROM_NAME` | The sender name | `WireGuard UI` |
|
| `EMAIL_FROM_NAME` | The sender name | `WireGuard UI` |
|
||||||
| `SENDGRID_API_KEY` | The SendGrid api key | N/A |
|
| `SENDGRID_API_KEY` | The SendGrid api key | N/A |
|
||||||
|
@ -229,7 +229,7 @@ go build -o wireguard-ui
|
||||||
|
|
||||||
## License
|
## 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
|
## Support
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -121,7 +121,7 @@ func init() {
|
||||||
fmt.Println("Git Commit\t:", gitCommit)
|
fmt.Println("Git Commit\t:", gitCommit)
|
||||||
fmt.Println("Git Ref\t\t:", gitRef)
|
fmt.Println("Git Ref\t\t:", gitRef)
|
||||||
fmt.Println("Build Time\t:", buildTime)
|
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("Authentication\t:", !util.DisableLogin)
|
||||||
fmt.Println("Bind address\t:", util.BindAddress)
|
fmt.Println("Bind address\t:", util.BindAddress)
|
||||||
//fmt.Println("Sendgrid key\t:", util.SendgridApiKey)
|
//fmt.Println("Sendgrid key\t:", util.SendgridApiKey)
|
||||||
|
|
|
@ -63,7 +63,7 @@ About
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright ©
|
<strong>Copyright ©
|
||||||
<script>document.write(new Date().getFullYear())</script>
|
<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.
|
</strong> All rights reserved.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -83,7 +83,7 @@ About
|
||||||
$.ajax({
|
$.ajax({
|
||||||
cache: false,
|
cache: false,
|
||||||
method: 'GET',
|
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',
|
dataType: 'json',
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
|
@ -99,7 +99,7 @@ About
|
||||||
$.ajax({
|
$.ajax({
|
||||||
cache: false,
|
cache: false,
|
||||||
method: 'GET',
|
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',
|
dataType: 'json',
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
|
@ -121,7 +121,7 @@ About
|
||||||
$.ajax({
|
$.ajax({
|
||||||
cache: false,
|
cache: false,
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: 'https://api.github.com/repos/ngoduykhanh/wireguard-ui/contributors',
|
url: 'https://api.github.com/repos/idressos/wireguard-ui/contributors',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
|
|
|
@ -335,7 +335,7 @@
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> {{ .appVersion }}
|
<b>Version</b> {{ .appVersion }}
|
||||||
</div>
|
</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.
|
reserved.
|
||||||
</footer>
|
</footer>
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -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.
|
# Please don't modify it manually, otherwise your change might get replaced.
|
||||||
|
|
||||||
# Address updated at: {{ .serverConfig.Interface.UpdatedAt }}
|
# Address updated at: {{ .serverConfig.Interface.UpdatedAt }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue