wireguard-ui
wireguard-ui copied to clipboard
How can update to latest version ?
Hello,
how can update Wireguard-UI To the latest version that is put on the main page with the name "wireguard-ui v0.6.2" ? I read in the Issues that do not work "image: linuxserver/wireguard:latest" and one user said we should use "image: linuxserver/wireguard:v1.0.20210914-ls6" .. now what should i do now ?
Use ngoduykhanh/wireguard-ui:latest
linuxserver/wireguard:latest
is wg itself
is that working? because in the latest once I remember "linuxserver/wireguard:latest" isn't working!
"wireguard-ui v0.6.2" and "linuxserver/wireguard:latest" are completely different things. I do not use linuxserver/wireguard, and cannot help with it. If you need "wireguard-ui v0.6.2", use ngoduykhanh/wireguard-ui:latest
Hi there, @X-UIP !
I've been doing this all morning and I got to something that more or less makes sense (and works) is to use the following in the image sections of the compose file:
linuxserver/wireguard:v1.0.20210914-ls6
ngoduykhanh/wireguard-ui:latest
The thing is that wireguard got updated and the new versions introduce a breaking change in the wg config file location, and wireguard-ui still doesn't take that into account.
Is there already a solution to install the update?