vpsmusthave/variables
2024-07-22 11:43:08 +02:00

9 lines
221 B
Text

# the user to create
USERNAME=vpsuser
# the wireguard public key you will use to connect
WIREGUARD_PUBKEY=
# the ssh key you're connecting with
MY_SSH_KEY=""
# the user docker will be installed to
DOCKER_USER=dockeruser