one-click-apps icon indicating copy to clipboard operation
one-click-apps copied to clipboard

App Suggestion: WireGuard-UI

Open dumprop opened this issue 4 years ago • 3 comments

Please tell us what app you'd like to see on CapRover as a one-click app. A web user interface to manage your WireGuard setup

Do you know if there is any official Docker image for the app? https://github.com/ngoduykhanh/wireguard-ui#using-docker-compose

Also: https://github.com/subspacecommunity/subspace#run-as-a-docker-container https://hub.docker.com/r/linuxserver/wireguard

dumprop avatar Oct 26 '21 18:10 dumprop

Wireguard needs --cap-add=NET_ADMIN

CapRover currently uses v1.40 API to talk to Docker. CapabilityAdd is added in 1.41. https://github.com/caprover/caprover/issues/1100#issuecomment-835452487

but you can add the capibility with a manual service upgrade: https://github.com/caprover/caprover/issues/1100#issuecomment-835452487

At current situation it’s better to deploy wireguard directly using the docker image outside of caprover, once caprover is updated with latest swarm we can implement this app.

ak4zh avatar Oct 26 '21 19:10 ak4zh

What is the status on this? Have we updated swarm to the point that we can begin thinking about adding Wireguard? :fox_face:

ivanskodje avatar Jun 26 '23 19:06 ivanskodje

In the works ;) https://github.com/caprover/one-click-apps/pull/1003

Duckiduc avatar Oct 21 '23 10:10 Duckiduc