vpsmusthave/variables

10 lines
221 B
Text
Raw Permalink Normal View History

2024-07-22 11:43:08 +02:00
# 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