AbraFlexi Checker AbraFlexi Checker
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLstringAbraFlexi Server URI
APP_DEBUGbool✔Show debug messages
EASE_LOGGERstringwrite log messages using
RESULT_FILEstringwrite output json data to
AbraFlexi Checker
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Kontrola AbraFlexi",
        en: "AbraFlexi Checker"
    },
    description: {
        cs: "Kontrola dostupnosti AbraFlexi",
        en: "Check AbraFlexi availbility"
    },
    executable: "\/usr\/bin\/abraflexi-client-config-checker",
    homepage: "https:\/\/github.com\/VitexSoftware\/php-abraflexi-config",
    uuid: "35478b99-c65f-4cdd-9ee1-744c55d9ac03",
    tags: [
        "AbraFlexi",
        "FlexiBee",
        "Config",
        "Checker"
    ],
    version: "",
    schemaVersion: "3.3.0",
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            defval: "demo_de",
            required: false
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: false
        },
        APP_DEBUG: {
            type: "bool",
            description: "Show debug messages",
            defval: "0",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "reminder_{ABRAFLEXI_COMPANY}.json",
            required: false
        }
    }
}
Download abraflexi_checker.multiflexi.app.json