mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
44 lines
952 B
Plaintext
44 lines
952 B
Plaintext
{
|
|
"core": {
|
|
"hostname": "<server name>",
|
|
"ssh_keys": [
|
|
"ssh-ed25519 AAAA..."
|
|
],
|
|
"home_key": "<LUKS key>",
|
|
"home_wipe": false,
|
|
"data_dir": "/var/home/core/matthewtrancom_data"
|
|
},
|
|
"drives": [
|
|
{
|
|
"devices": ["/dev/sda"],
|
|
"key": "<LUKS key>",
|
|
"name": "stuff",
|
|
"wipe": false
|
|
}
|
|
],
|
|
"website": {
|
|
"sendgrid_key": "<SendGrid API key from https://app.sendgrid.com/settings/api_keys>"
|
|
},
|
|
"minecraft": {
|
|
"world": "main"
|
|
},
|
|
"minecraft_bedrock": {
|
|
"world": "main"
|
|
},
|
|
"terraria": {
|
|
"password": "password",
|
|
"world": "main",
|
|
"autogen": {
|
|
"size": 3,
|
|
"difficulty": 2
|
|
}
|
|
},
|
|
"nas": {
|
|
"users": {
|
|
"matt": "password"
|
|
},
|
|
"mounts": {
|
|
"stuff": "/var/mnt/stuff"
|
|
}
|
|
}
|
|
} |