vpsmusthave/variables
2025-08-06 18:12:46 +02:00

13 lines
370 B
Text

# the user to create (secure.sh)
USERNAME=vpsuser
# the wireguard public key you will use to connect (secure.sh)
WIREGUARD_PUBKEY=
# the ssh key you're connecting with (secure.sh)
MY_SSH_KEY=""
# if you want to use specific IPs, set it here (secure.sh)
SERVER_IP=
CLIENT_IP=
PREFIXLEN=
# the user docker will be installed to (docker-rootless.sh)
DOCKER_USER=dockeruser