2023-01-09 13:13:56 +00:00
|
|
|
{
|
|
|
|
pubkeys = [
|
|
|
|
""
|
|
|
|
];
|
|
|
|
|
2023-01-11 13:24:38 +00:00
|
|
|
backup = {
|
|
|
|
password = "";
|
|
|
|
accessKey = "";
|
|
|
|
secretKey = "";
|
|
|
|
host = "";
|
|
|
|
hostBucket = "";
|
|
|
|
bucket = "";
|
|
|
|
};
|
|
|
|
|
2023-01-09 13:13:56 +00:00
|
|
|
smtpPassword = "";
|
|
|
|
|
|
|
|
vapidPublicKey = "";
|
|
|
|
secretKeyBase = "";
|
|
|
|
otpSecret = "";
|
|
|
|
vapidPrivateKey = "";
|
|
|
|
|
|
|
|
AWS_ACCESS_KEY_ID = "";
|
|
|
|
AWS_SECRET_ACCESS_KEY = "";
|
|
|
|
|
|
|
|
DEEPL_API_KEY = "";
|
|
|
|
|
|
|
|
ipv4 = {
|
|
|
|
addresses = [
|
|
|
|
{ address = ""; prefixLength = 26; }
|
|
|
|
];
|
|
|
|
routes = [
|
|
|
|
{ address = "0.0.0.0"; prefixLength = 0; via = ""; }
|
|
|
|
];
|
|
|
|
};
|
|
|
|
ipv6 = {
|
|
|
|
addresses = [
|
|
|
|
{ address = ""; prefixLength = 64; }
|
|
|
|
];
|
|
|
|
routes = [
|
|
|
|
{ address = "::"; prefixLength = 0; via = "fe80::1"; }
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|