Compare commits

..

No commits in common. "9b0ad608086d6e491710856f0455787131f5ab5f" and "f367cc6a2b03691b896d46e45675f138b4df6b35" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View file

@ -1,5 +0,0 @@
.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 .

View file

@ -92,11 +92,4 @@
.table-success {
color: #000000;
}
/* Customize Server Interface Addresses */
div.tagsinput input:focus {
color: #ffffff !important;
}
div.tagsinput input {
color: #cde69c !important;
}
}

View file

@ -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 $!