Add a secrets template for use by other people so it doesn't have to be completely reverse engineered

This commit is contained in:
Jimbo 2024-09-30 23:02:14 -04:00
parent 2cf73f517f
commit e97169c246
3 changed files with 74 additions and 1 deletions

View file

@ -0,0 +1,73 @@
{
# Define domains
jimDomain = "";
# User account passwords, generated with 'mkpasswd -m sha-512'
jimboAccPass = "";
# External emails
jimUsername = "";
jimEmail = "";
# SSH Keys
jimKeys = [
""
""
];
# System timezone in standard timezone identifier format
timeZone = "";
# Cloudflare API key
flareApiKey = "";
# Wireguard keys, generated with the wg command
wgServerPriv = "";
wgServerPub = "";
wgClientPriv = "";
wgClientPub = "";
wgPixel9Pub = "";
wgOraclePub = "";
# Icecast, plaintext
castAdminPass = "";
castSourcePass = "";
# Photoprism, plaintext
prismAdminPass = "";
# Matrix secrets
matrixSecret = "";
discordBotID = "";
discordBotToken = "";
# Pixelfed secret, must be 32 characters long
pixelfedKey = ''
APP_KEY=
'';
# Transmission credentials, plaintext
transmissionCredFile = ''
{
"rpc-username": "",
"rpc-password": ""
}
'';
# Email cleartext passwords
noreplyPassword = "";
# Email account hashes, generated with 'mkpasswd -m bcrypt'
noreplyMailHash = "";
jimboMailHash = "";
lunaMailHash = "";
freecornMailHash = "";
tinyMailHash = "";
# IPs
jimIP1 = "";
jimIP2 = "";
lunaIP = "";
cornIP = "";
vertIP = "";
}

Binary file not shown.

View file

@ -8,8 +8,8 @@
mode = "1920x1080@143.980Hz"; mode = "1920x1080@143.980Hz";
max_render_time = "3"; max_render_time = "3";
bg = "~/.wallpapers/1.png fill"; bg = "~/.wallpapers/1.png fill";
scale = "1";
adaptive_sync = "on"; adaptive_sync = "on";
#tearing_allowed = "1";
}; };
${outputs.displays.d2} = { ${outputs.displays.d2} = {
pos = "0 405"; pos = "0 405";