{
    "api": {
        "token": "TEST_TOKEN",
        "enableSwagger": false
    },
    "bitwarden": {
        "enable": false
    },
    "databasePassword": "PASSWORD",
    "domain": "test.tld",
    "hashedMasterPassword": "HASHED_PASSWORD",
    "hostname": "test-instance",
    "nextcloud": {
        "adminPassword": "ADMIN",
        "databasePassword": "ADMIN",
        "enable": true
    },
    "resticPassword": "PASS",
    "ssh": {
        "enable": true,
        "passwordAuthentication": true,
        "rootKeys": [
            "ssh-ed25519 KEY test@pc"
        ]
    },
    "username": "tester",
    "gitea": {
        "enable": false
    },
    "ocserv": {
        "enable": true
    },
    "pleroma": {
        "enable": true
    },
    "autoUpgrade": {
        "enable": true,
        "allowReboot": true
    },
    "timezone": "Europe/Moscow",
    "sshKeys": [
        "ssh-rsa KEY test@pc"
    ],
    "dns": {
        "provider": "CLOUDFLARE",
        "apiKey": "TOKEN"
    },
    "server": {
        "provider": "HETZNER"
    },
    "backup": {
        "provider": "BACKBLAZE",
        "accountId": "ID",
        "accountKey": "KEY",
        "bucket": "selfprivacy"
    }
}