10 lines
221 B
Text
10 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
|