22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
# -->
|
|
# MANDATORY SETTINGS
|
|
# <--
|
|
|
|
## Script settings
|
|
export DEBUG="true"
|
|
|
|
## Live target settings
|
|
export LIVE_TARGET_IP="192.168.1.10"
|
|
export LIVE_TARGET_PASSWD="example"
|
|
|
|
## Computer settings
|
|
export COMPUTER_LANGUAGE="FR"
|
|
export COMPUTER_LOCALE="fr_FR"
|
|
export COMPUTER_TIMEZONE="Europe/Paris"
|
|
export COMPUTER_OWNER_NAME="yourName"
|
|
export COMPUTER_AUTHORIZED_SSH_PUBKEYS=( "ssh-ed25519 AAAAoefzefpoipoeCEZJCPEACPAcjapjcpajepcjAPJECJPEJAPJAZ yours@yourdomain.com" )
|
|
|
|
## Network settings
|
|
export NETWORK_SUBNET="192.168.1.0/24"
|
|
export NETWORK_ROUTER_IP="192.168.1.1"
|
|
export HOME_SERVER_IP="192.168.1.5" |