one-click-apps
one-click-apps copied to clipboard
App Suggestion: WireGuard-UI
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
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.
What is the status on this? Have we updated swarm to the point that we can begin thinking about adding Wireguard? :fox_face:
In the works ;) https://github.com/caprover/one-click-apps/pull/1003