Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-09 13:54:09 +03:00
parent 97f88b63af
commit c1f27f80a1

View File

@ -74,8 +74,8 @@ echo "# Installing dependencies..."
echo "# Copying assets..." echo "# Copying assets..."
@ pct-push-r $ID ./assets / @ pct-push-r $ID ./assets /
echo "# Setup: wireguard server..." #echo "# Setup: wireguard server..."
@ lxc-attach $ID -- bash -c 'wg genkey | tee server.privatekey | wg pubkey > server.publickey' #@ lxc-attach $ID -- bash -c 'wg genkey | tee server.privatekey | wg pubkey > server.publickey'
# XXX move this into a script on the CT side... # XXX move this into a script on the CT side...
echo "# Setup: wireguard user..." echo "# Setup: wireguard user..."