build error https://pastebin.com/AXiFn5CG
Search Criteria
Package Details: wireguard-ui 0.6.2-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/wireguard-ui.git (read-only, click to copy) |
---|---|
Package Base: | wireguard-ui |
Description: | Web user interface to manage your WireGuard setup |
Upstream URL: | https://github.com/ngoduykhanh/wireguard-ui |
Keywords: | wireguard wireguard-admin wireguard-config-gen wireguard-go wireguard-ui wireguard-vpn wireguard-web |
Licenses: | MIT |
Submitter: | Nebulosa |
Maintainer: | Nebulosa |
Last Packager: | Nebulosa |
Votes: | 2 |
Popularity: | 0.77 |
First Submitted: | 2023-10-16 19:00 (UTC) |
Last Updated: | 2024-09-20 18:15 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- wireguard-tools
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Required by (0)
Sources (12)
Latest Comments
carlosnewmusic commented on 2024-09-19 19:42 (UTC)
Nebulosa commented on 2024-01-20 07:57 (UTC) (edited on 2024-01-20 07:59 (UTC) by Nebulosa)
@diamalex What link are you talking about?
The upstream URL of project is above, first instructions are also shown after installing of the package: https://aur.archlinux.org/cgit/aur.git/tree/wireguard-ui.install?h=wireguard-ui
note "Then open in browser http://<ip_server>:5000"
noteb "The default username and password are 'admin'. Please change it to secure your setup!"
All doc links in service files are also provided.
I don't understand what else I should to provide? o_O
diamalex commented on 2024-01-18 21:11 (UTC)
dear author! please provide a link to instructions for using your program. And I don’t know what login and password to enter in the web interface of the local server (localhost:5000)
cmonty14 commented on 2024-01-01 12:17 (UTC)
==> ERROR: Failure while downloading https://github.com/wireguard-ui/wireguard-ui/archive/refs/tags/v0.5.3.tar.gz
Checking source git repo latest release is 0.5.2. https://github.com/ngoduykhanh/wireguard-ui/releases/tag/v0.5.2
Nebulosa commented on 2023-10-16 19:02 (UTC) (edited on 2024-01-20 08:32 (UTC) by Nebulosa)
Work with IPv6 as well.
Your server required worked IPv6 connection.
At web ui:
-
Add in Server Interface Addresses -
fd42:42:42::0/64
-
Add in DNS Servers -
2620:fe::fe
(free DNS resolver from Quad9)
save config and check /etc/wireguard/wg0.conf
And when you will create new user you need to add at Allowed IPs section - ::/0
(not included automatically)
You could test your WG connection here: https://ipv6-test.com - ISPs for IPv4 and IPv6 should be the same
Pinned Comments
Nebulosa commented on 2023-10-16 19:02 (UTC) (edited on 2024-01-20 08:32 (UTC) by Nebulosa)
Work with IPv6 as well.
Your server required worked IPv6 connection.
At web ui:
Add in Server Interface Addresses -
fd42:42:42::0/64
Add in DNS Servers -
2620:fe::fe
(free DNS resolver from Quad9)save config and check
/etc/wireguard/wg0.conf
And when you will create new user you need to add at Allowed IPs section -
::/0
(not included automatically)You could test your WG connection here: https://ipv6-test.com - ISPs for IPv4 and IPv6 should be the same