Update variables

This commit is contained in:
Minecon724 2025-08-06 18:11:01 +02:00
commit ef2dacad6a

View file

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