rewrite in js

This commit is contained in:
tetuaoro 2024-07-14 17:13:27 +02:00
parent 8bfcb5d502
commit 883ca34182
10 changed files with 85 additions and 430 deletions

6
wg-password/wgpw.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
# This script is intended to be run only inside a docker container, not on the development host machine
set -e
# proxy command
export NODE_PATH="/node_modules_wg"
node /wgpw/index.mjs "$@"