Wireguard web interface
Go to file
dependabot[bot] 5af5973b11
Bump the actions group with 10 updates (#7)
Bumps the actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `7` | `9` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |
| [docker/login-action](https://github.com/docker/login-action) | `3` | `4` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` |


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

Updates `golangci/golangci-lint-action` from 7 to 9
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v9)

Updates `docker/metadata-action` from 5 to 6
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6)

Updates `docker/setup-qemu-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)

Updates `docker/setup-buildx-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)

Updates `docker/login-action` from 3 to 4
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

Updates `docker/build-push-action` from 6 to 7
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 15:02:41 +02:00
.claude Add auditlogs (#1) 2026-04-22 18:50:40 +02:00
.github Bump the actions group with 10 updates (#7) 2026-04-23 15:02:41 +02:00
audit Fixes (#11) 2026-04-23 14:55:12 +02:00
db
emailer Add auditlogs (#1) 2026-04-22 18:50:40 +02:00
examples/docker-compose Fixes (#11) 2026-04-23 14:55:12 +02:00
handler Fixes (#11) 2026-04-23 14:55:12 +02:00
model Fixes (#11) 2026-04-23 14:55:12 +02:00
public Fixes (#11) 2026-04-23 14:55:12 +02:00
router Fixes (#11) 2026-04-23 14:55:12 +02:00
src Fixes (#11) 2026-04-23 14:55:12 +02:00
store Fixes (#11) 2026-04-23 14:55:12 +02:00
templates Add auditlogs (#1) 2026-04-22 18:50:40 +02:00
util Fixes (#11) 2026-04-23 14:55:12 +02:00
.dockerignore Fixes (#11) 2026-04-23 14:55:12 +02:00
.gitattributes
.gitignore Add auditlogs (#1) 2026-04-22 18:50:40 +02:00
.golangci.yml Fixes (#11) 2026-04-23 14:55:12 +02:00
CONTRIBUTING.md
Dockerfile Fixes (#11) 2026-04-23 14:55:12 +02:00
LICENSE Fixes (#11) 2026-04-23 14:55:12 +02:00
Makefile Fixes (#11) 2026-04-23 14:55:12 +02:00
README.md Fixes (#11) 2026-04-23 14:55:12 +02:00
components.json Fixes (#11) 2026-04-23 14:55:12 +02:00
docker-compose.yaml Add auditlogs (#1) 2026-04-22 18:50:40 +02:00
eslint.config.js Fixes (#11) 2026-04-23 14:55:12 +02:00
go.mod Fixes (#11) 2026-04-23 14:55:12 +02:00
go.sum Fixes (#11) 2026-04-23 14:55:12 +02:00
index.html Fixes (#11) 2026-04-23 14:55:12 +02:00
init.sh Add auditlogs (#1) 2026-04-22 18:50:40 +02:00
main.go Fixes (#11) 2026-04-23 14:55:12 +02:00
package-lock.json Fixes (#11) 2026-04-23 14:55:12 +02:00
package.json Fixes (#11) 2026-04-23 14:55:12 +02:00
tsconfig.app.json Fixes (#11) 2026-04-23 14:55:12 +02:00
tsconfig.json Fixes (#11) 2026-04-23 14:55:12 +02:00
tsconfig.node.json Fixes (#11) 2026-04-23 14:55:12 +02:00
vite.config.ts Fixes (#11) 2026-04-23 14:55:12 +02:00
vitest.config.ts Fixes (#11) 2026-04-23 14:55:12 +02:00

README.md

digitaltolk/wireguard-ui

Coverage Status

A web user interface to manage your WireGuard setup.

Fork of ngoduykhanh/wireguard-ui.

Features

  • Modern React frontend built with shadcn/ui components (WCAG accessible)
  • Single Sign-On via OpenID Connect (OIDC)
  • Audit logging of all administrative actions
  • SQLite database backend
  • Client management with QR codes, email delivery, and Excel export
  • Multi-platform Docker images (amd64, arm64, armv7)

Quick Start

Docker

docker pull digitaltolk/wireguard-ui

Docker Compose

services:
  wireguard-ui:
    image: digitaltolk/wireguard-ui:latest
    container_name: wireguard-ui
    cap_add:
      - NET_ADMIN
    network_mode: host
    environment:
      - WGUI_USERNAME=admin
      - WGUI_PASSWORD=admin
      - WGUI_MANAGE_START=true
      - WGUI_MANAGE_RESTART=true
    volumes:
      - ./db:/app/db
      - /etc/wireguard:/etc/wireguard

The default username and password are admin. Change them to secure your setup.

See examples/docker-compose for more configurations (LinuxServer, BoringTun, host networking).

Binary

Download the binary from the Releases page:

./wireguard-ui

Environment Variables

Refer to the environment variable tables in the upstream documentation or inspect the source for a full list. Key variables:

Variable Description Default
BIND_ADDRESS Listen address 0.0.0.0:80
SESSION_SECRET Secret for session cookies N/A
WGUI_USERNAME Initial admin username admin
WGUI_PASSWORD Initial admin password admin
WGUI_CONFIG_FILE_PATH WireGuard config path /etc/wireguard/wg0.conf
WGUI_MANAGE_START Start WireGuard with container false
WGUI_MANAGE_RESTART Restart WireGuard on config apply false

Build

# Build everything (frontend + Go binary)
make build

# Build Docker image
docker build -t wireguard-ui .

License

MIT. See LICENSE.