{"id":16368068,"url":"https://github.com/bfren/docker-wireguard","last_synced_at":"2026-05-11T09:38:15.501Z","repository":{"id":194982318,"uuid":"691930396","full_name":"bfren/docker-wireguard","owner":"bfren","description":"Docker WireGuard image.","archived":false,"fork":false,"pushed_at":"2026-01-20T20:02:00.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T05:20:11.144Z","etag":null,"topics":["docker","docker-wireguard","wireguard","wireguard-vpn"],"latest_commit_sha":null,"homepage":"","language":"Nushell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"bfren","patreon":"bfren"}},"created_at":"2023-09-15T07:34:48.000Z","updated_at":"2026-01-20T19:58:22.000Z","dependencies_parsed_at":"2023-09-16T03:26:10.064Z","dependency_job_id":"f4a1a7da-db48-4f15-8c84-d7d29857690c","html_url":"https://github.com/bfren/docker-wireguard","commit_stats":null,"previous_names":["bfren/docker-wireguard"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/bfren/docker-wireguard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-wireguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-wireguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-wireguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-wireguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfren","download_url":"https://codeload.github.com/bfren/docker-wireguard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-wireguard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28857539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-wireguard","wireguard","wireguard-vpn"],"created_at":"2024-10-11T02:51:35.153Z","updated_at":"2026-01-29T00:18:19.470Z","avatar_url":"https://github.com/bfren.png","language":"Nushell","funding_links":["https://github.com/sponsors/bfren","https://patreon.com/bfren"],"categories":[],"sub_categories":[],"readme":"# Docker WireGuard\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-wireguard) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fwireguard) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fwireguard) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bfren/docker-wireguard/dev.yml?branch=main)\n\n[Docker Repository](https://hub.docker.com/r/bfren/wireguard) - [bfren ecosystem](https://github.com/bfren/docker)\n\nComes with [WireGuard](https://www.wireguard.com/) pre-installed.\n\nOnce started you can show configuration for a peer in two ways:\n\n```bash\n# print configuration as text\nwg-conf peer1\n\n# print configuration as QR code\nwg-qr peer1\n\n# print all registered clients with connection statistics\nwg-clients\n\n# show all clients, auto refreshing every 2sec (similar to wg show)\nwg-show\n```\n\n## Contents\n\n* [Ports](#ports)\n* [Volumes](#volumes)\n* [Environment Variables](#environment-variables)\n* [Helper Functions](#helper-functions)\n* [Licence / Copyright](#licence)\n\n## Ports\n\n* 51820\n\n## Volumes\n\n| Volume    | Purpose                                       |\n| --------- | --------------------------------------------- |\n| `/config` | Stores server and peer configuration values.  |\n\n## Environment Variables\n\n| Variable                          | Values | Description                                                                              | Default               |\n| --------------------------------- | ------ | ---------------------------------------------------------------------------------------- | --------------------- |\n| `BF_WIREGUARD_EXTERNAL_ADDRESS`   | string | The external IP Address or domain of the server - peers will use this to connect.        | *None* - **required** |\n| `BF_WIREGUARD_INTERFACE`          | string | The name to use for the WireGuard interface.                                             | wg0                   |\n| `BF_WIREGUARD_IP_RANGE`           | string | The IP range to use for the WireGuard host and peers - **without** the final segment.    | 192.168.100           |\n| `BF_WIREGUARD_DNS`                | string | The IP Address of an upstream DNS resolver.                                              | 1.1.1.1 (Cloudflare)  |\n| `BF_WIREGUARD_PEERS`              | string | List of peers to create on startup.                                                      | *Blank*               |\n\n## Helper Functions\n\n| Function      | Arguments     | Description                                       |\n| ------------- | ------------- | ------------------------------------------------- |\n| `wg-clients`  | *none*        | Displays all configured clients with statistics.  |\n| `wg-conf`     | 0: Peer name  | Display a peer's configuration as text.           |\n| `wg-show`     | *none*        | Displays output from `wg show` with client names. |\n| `wg-qr`       | 0: Peer name  | Display a peer's configuration as a QR code.      |\n\n## Licence\n\n\u003e [MIT](https://mit.bfren.dev/2023)\n\n## Copyright\n\n\u003e Copyright (c) 2023-2026 [bfren](https://bfren.dev) (unless otherwise stated)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-wireguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfren%2Fdocker-wireguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-wireguard/lists"}