Updated Using WireGuard Easy without Docker (markdown)
@@ -7,7 +7,7 @@ git clone https://github.com/WeeJeWel/wg-easy
|
|||||||
cd wg-easy
|
cd wg-easy
|
||||||
mv src /app
|
mv src /app
|
||||||
cd /app
|
cd /app
|
||||||
npm ci --production
|
npm ci --omit=dev
|
||||||
cp node_modules ..
|
cp node_modules ..
|
||||||
ufw allow 51821/tcp # (webui) Only for users of the UFW firewall
|
ufw allow 51821/tcp # (webui) Only for users of the UFW firewall
|
||||||
ufw allow 51820/udp # (wireguard listening port) Only for users of the UFW firewall
|
ufw allow 51820/udp # (wireguard listening port) Only for users of the UFW firewall
|
||||||
@@ -29,6 +29,6 @@ git pull
|
|||||||
rm -rf /app /node_modules
|
rm -rf /app /node_modules
|
||||||
mv src /app
|
mv src /app
|
||||||
cd /app
|
cd /app
|
||||||
npm ci --production
|
npm ci --omit=dev
|
||||||
cp node_modules ..
|
cp node_modules ..
|
||||||
</pre>
|
</pre>
|
||||||
Reference in New Issue
Block a user