mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
Compare commits
3 commits
34d47f5223
...
3593e7b6f0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3593e7b6f0 | ||
![]() |
9b0ad60808 | ||
![]() |
508eb2c280 |
3 changed files with 13 additions and 1 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
.PHONY: serve build
|
||||
serve: build
|
||||
docker run --name wgui -v "$(PWD)/db:/app/db" -it --rm -p5000:5000 wgui -disable-login
|
||||
build:
|
||||
docker build -t wgui .
|
|
@ -92,4 +92,11 @@
|
|||
.table-success {
|
||||
color: #000000;
|
||||
}
|
||||
/* Customize Server Interface Addresses */
|
||||
div.tagsinput input:focus {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
div.tagsinput input {
|
||||
color: #cde69c !important;
|
||||
}
|
||||
}
|
||||
|
|
2
init.sh
2
init.sh
|
@ -18,6 +18,6 @@ case $WGUI_MANAGE_RESTART in (1|t|T|true|True|TRUE)
|
|||
done &
|
||||
esac
|
||||
|
||||
./wg-ui &
|
||||
trap 'kill 0; exit 0;' SIGTERM INT EXIT
|
||||
./wg-ui "$@" &
|
||||
wait $!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue