mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-19 05:13:30 +02:00
12 lines
200 B
Makefile
12 lines
200 B
Makefile
binary:
|
|
go build .
|
|
|
|
container:
|
|
docker build -t wireguard-ui .
|
|
|
|
run-dev: binary
|
|
sudo ./wireguard-ui --log-level=debug --dev-ui-server=http://localhost:5000
|
|
|
|
run-dev-ui: binary
|
|
cd ui && npm run dev
|