mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-09 15:02:24 +00:00
update README
This commit is contained in:
parent
f3a3a60c80
commit
7dabf8d905
16
README.md
16
README.md
@ -9,7 +9,7 @@
|
|||||||
[](https://hub.docker.com/r/h44z/wg-portal/)
|
[](https://hub.docker.com/r/h44z/wg-portal/)
|
||||||
|
|
||||||
> :warning: **IMPORTANT** Version 2 is currently under development and may contain bugs. It is currently not advised to use this version
|
> :warning: **IMPORTANT** Version 2 is currently under development and may contain bugs. It is currently not advised to use this version
|
||||||
in production. Use version [1.0.17](https://github.com/h44z/wg-portal/releases) instead.
|
in production. Use version [1.0.18](https://github.com/h44z/wg-portal/releases) instead.
|
||||||
|
|
||||||
A simple, web based configuration portal for [WireGuard](https://wireguard.com).
|
A simple, web based configuration portal for [WireGuard](https://wireguard.com).
|
||||||
The portal uses the WireGuard [wgctrl](https://github.com/WireGuard/wgctrl-go) library to manage existing VPN
|
The portal uses the WireGuard [wgctrl](https://github.com/WireGuard/wgctrl-go) library to manage existing VPN
|
||||||
@ -170,6 +170,20 @@ Ensure that the new database does not contain any data!
|
|||||||
* Audit UI
|
* Audit UI
|
||||||
|
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
To build a standalone application, use the Makefile provided in the repository.
|
||||||
|
Go version 1.20 or higher has to be installed to build WireGuard Portal.
|
||||||
|
If you want to re-compile the frontend, NodeJS 18 and NPM >= 9 is required.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# build the frontend (optional)
|
||||||
|
make frontend
|
||||||
|
|
||||||
|
# build the binary
|
||||||
|
make build
|
||||||
|
```
|
||||||
|
|
||||||
## What is out of scope
|
## What is out of scope
|
||||||
* Automatic generation or application of any `iptables` or `nftables` rules.
|
* Automatic generation or application of any `iptables` or `nftables` rules.
|
||||||
* Support for operating systems other than linux.
|
* Support for operating systems other than linux.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user