matthewtran.com/config/server.example
2025-05-06 03:31:31 -07:00

44 lines
912 B
Plaintext

{
"core": {
"hostname": "<server name>",
"ssh_keys": [
"ssh-ed25519 AAAA..."
],
"stash_key": "<LUKS key>",
"stash_wipe": false,
"data_dir": "/var/home/core/matthewtrancom_data"
},
"drives": [
{
"devices": ["/dev/sda"],
"key": "<LUKS key>",
"name": "stuff",
"wipe": false
}
],
"website": {
"discord_hook": "<Secret Discord Webhook>"
},
"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"
}
}
}