This branch is581 commits behindwg-easy/wg-easy:master. Folders and files Name Last commit message Last commit date Latest commit NPM Update Bot npm: package updates Jan 20, 2024 19a2e5f·Jan 20, 2024 History 605 Commits .github revert deploy-development.yml ...
` | See [config.js](https://github.com/wg-easy/wg-easy/blob/master/src/config.js#L28) for the default value. | | `LANG` | `en` | `de` | Web UI language (Supports: en, ru, tr, no, pl, fr, de, ca, es). | | `UI_DETAILED_STATS` | `false` | `true` | Enable ...
克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支2 标签0 opopop880合并http9a4f95f3年前 139 次提交 提交 .github/workflows Update deploy.yml 3年前 assets 新增https 3年前 docs v5 3年前
Repository github.com/i3ladik/wg-easy-node-wrapper Homepage github.com/i3ladik/wg-easy-node-wrapper#readme Weekly Downloads 16 Version 1.0.3 License MIT Unpacked Size 14 kB Total Files 5 Issues 1 Pull Requests 0 Last publish 2 years ago Collaborators Try on RunKit Report malware ...
WG Easy Github project You can find the Github repository here:wg-easy/wg-easy: The easiest way to run WireGuard VPN + Web-based Admin UI. (github.com). WG Easy Installation Process The installation of WG Easy is a two-step process. First, you want to have Docker installed, which can...
Overview Active Stale All branches All branches master Updated May 17, 2023 09:12 by WeeJeWel Default production Updated June 26, 2022 11:30 by WeeJeWel #447 Closed Footer © 2023 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookiesDo not share my ...
You have found the easiest way to install & manage WireGuard on any Linux host! Features All-in-one: WireGuard + Web UI. Easy installation, simple to use. List, create, edit, delete, enable & disable clients. Show a client's QR code. ...
docker run -d \ --name=wg-easy \ -e LANG=de \ -e WG_HOST=<🚨YOUR_SERVER_IP> \ -e PASSWORD_HASH=<🚨YOUR_ADMIN_PASSWORD_HASH> \ -e PORT=51821 \ -e WG_PORT=51820 \ -v ~/.wg-easy:/etc/wireguard \ -p 51820:51820/udp \ -p 51821:51821/tcp \ --cap-add=NET_ADMIN \...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging a pull request may close this issue. Add: Generate.bcrypt.hash.md wg-...
docker run --detach \ --name wg-easy \ --env LANG=de \ --env WG_HOST=<🚨YOUR_SERVER_IP> \ --env PASSWORD_HASH='<🚨YOUR_ADMIN_PASSWORD_HASH>' \ --env PORT=51821 \ --env WG_PORT=51820 \ --volume ~/.wg-easy:/etc/wireguard \ --publish 51820:51820/udp \ --publish 5182...