rpi_setup/config.json
2024-03-13 14:46:29 +01:00

30 lines
656 B
JSON

{
"image": {
"url": "https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2020-08-24/2020-08-20-raspios-buster-arm64-lite.zip",
"drive": ""
},
"script": [
"curl -fsSL https://deno.land/install.sh | sh",
"git clone https://git.cohabit.fr/gowest/gowest.git",
"cd gowest",
"/home/gowest/.deno/bin/deno task start"
],
"config": {
"host": "gowest.local",
"user": "gowest",
"password": "{{USER_PASSWORD}}"
},
"network": {
"ssid": "cohabit",
"password": "{{WIFI_PASSWORD}}"
},
"local": {
"country": "FR",
"timezone": "Europe/Paris",
"keyboard": "fr"
},
"service": {
"ssh_key": "{{SSH_KEY}}"
}
}