Update variables
This commit is contained in:
parent
8289292403
commit
ef2dacad6a
1 changed files with 8 additions and 4 deletions
12
variables
12
variables
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue