multi-flexibee-setup-mysql

multi-flexibee-setup-mysql 0.3.11

 pool/sid/main/m/multi-flexibee-setup/multi-flexibee-setup-mysql_0.3.11_all.deb multi-flexibee-setup-mysql
mariadb support for multiflexibee setup
Filename pool/sid/main/m/multi-flexibee-setup/multi-flexibee-setup-mysql_0.3.11_all.deb
Version0.3.11
Age in days73
Release date2025 08. 27.
Size1.58 KB
id122
Namemulti-flexibee-setup-mysql
Package
Appname
Essential
Vendor
License
Distributionsid
Suitemain
Sourcemulti-flexibee-setup
Architecturebinary-i386
MultiArchforeign
Maintainer"Vítězslav Dvořák" t
InstalledSize7
Dependsmulti-flexibee-setup , dbconfig-mysql , php-mysql
PreDepends
Breaks
Enhances
Sectionweb
Priorityoptional
Descriptionmariadb support for multiflexibee setup
LongDescriptionMandatory dependencies for use Multi FlexiBee setup with MySQL/MariaDB databas
AutoBuiltPackage
Filenamepool/sid/main/m/multi-flexibee-setup/multi-flexibee-setup-mysql_0.3.11_all.deb
MD5sum8e438f5bbfd3c5832f235f0c70653612
SHA147a71730ba1be53c3edbf5c0bfa946711b772bbe
SHA2569ffe77657284c6633d0f4a7b20fb7e1524e35620bcf32723f7463bb95e942292
SHA5123c7a3becd8d0ffbaaf08c1832b2ca95ce97ac2d2e73102997855399a95f965205b73d076197b19d73737e552de17e5b9c9e3b333e2043f188a14e4c585796cb9
Size1616
Auto-Built-Package
Conflictsmulti-flexibee-setup-pgsql , multi-flexibee-setup-sqlite
Homepagehttps://github.com/VitexSoftware/MultiFlexiBeeSetup
Provides
Suggestsmariadb-server
Existing
fileMtime2025-08-27 01:05:30
created2021-03-20 03:24:34
updated2025-08-26 23:05:30
./
./usr/
./usr/share/
./usr/share/doc/
./usr/share/doc/multi-flexibee-setup-mysql/
./usr/share/doc/multi-flexibee-setup-mysql/changelog.gz503
./
./usr/
./usr/share/
./usr/share/doc/
./usr/share/doc/multi-flexibee-setup-mysql/
./usr/share/doc/multi-flexibee-setup-mysql/changelog.gz503
<>

MultiFlexi

MFB

ReadTheDocs wakatime CodeFactor GitHub license GitHub release

MultiFlexi is a comprehensive PHP-based task scheduling and automation framework designed for accounting and business system integrations. It enables scheduled execution of applications and tools across multiple companies and platforms, with primary focus on systems like AbraFlexi and Pohoda.

Version 1.32.0 introduces comprehensive security enhancements as part of GDPR Phase 3 compliance, including security audit logging, data encryption, API rate limiting, and IP whitelisting.

Key Features

  • Multi-Platform Integration: Native support for AbraFlexi, Pohoda, and other business systems
  • Flexible Job Scheduling: Automated task execution with customizable intervals and dependencies
  • Advanced Credential Management: Secure handling of authentication credentials with extensible credential types
  • Multiple Execution Environments: Support for native execution, containerized deployments, and cloud environments
  • Comprehensive Logging: Detailed execution logs with system integration and monitoring capabilities
  • Multi-Interface Support:
    • Responsive Bootstrap 4 web interface with real-time monitoring
    • Rich command-line interface with extensive management commands
    • RESTful API with OAuth2 authentication and multiple output formats
  • Enterprise-Ready: User authentication, API tokens, data isolation, and Zabbix monitoring integration
  • Privacy & GDPR Compliance: Comprehensive consent management, self-hosted analytics support, and European privacy standards
  • Security Features: AES-256 data encryption, comprehensive audit logging, API rate limiting, IP whitelisting, and advanced security monitoring

Architecture

MultiFlexi features a layered architecture with:

  • Database Layer: ORM with migrations managing applications, companies, run templates, and jobs
  • Application Management: External app definitions, metadata validation, and lifecycle management
  • Job Execution System: Multi-environment execution with environment variable injection
  • Credential Framework: Extensible credential types for various system integrations
  • Configuration Management: Environment-based configuration with type-safe field definitions
  • Security Layer: Authentication, authorization, secure credential handling, data encryption, audit logging, rate limiting, and IP access control

Member Projects

Environment Variables

MultiFlexi automatically configures environment variables for executed applications:

AbraFlexi Integration:

  • ABRAFLEXI_URL
  • ABRAFLEXI_LOGIN
  • ABRAFLEXI_PASSWORD
  • ABRAFLEXI_COMPANY

Pohoda Integration:

  • POHODA_ICO
  • POHODA_URL
  • POHODA_USERNAME
  • POHODA_PASSWORD

Privacy & Analytics:

  • ENABLE_GOOGLE_ANALYTICS - Enable/disable Google Analytics (default: false for European self-hosting)

Security Configuration (GDPR Phase 3):

  • SECURITY_AUDIT_ENABLED - Enable comprehensive security event logging (default: true)
  • DATA_ENCRYPTION_ENABLED - Enable AES-256 data encryption for sensitive information (default: true)
  • RATE_LIMITING_ENABLED - Enable API rate limiting protection (default: true)
  • IP_WHITELIST_ENABLED - Enable IP whitelisting for administrative access (default: false)
  • ENCRYPTION_MASTER_KEY - Master key for data encryption (must be set securely)

Custom Variables: Individual module configurations per company with extensible variable definitions.

See the https://multiflexi.readthedocs.io/ for complete documentation

Demo

A demo instance is available

demo screenshot

Installation

Debian packages are available. For more information about installation, see the installation documentation

Command Line Usage

In the bin directory, you will find the following launchers for various functions:

  • multiflexi-app2json - exports the application definition to a file
  • multiflexi-executor - periodic application launcher
  • multiflexi-job2script - generates a script with environment settings and a command to run a job by its number
  • multiflexi-json-app-remover - removes an application from MultiFlexi based on a JSON definition
  • multiflexi-json2app - loads application definitions from a file
  • multiflexi-probe - system monitoring and health check probe for MultiFlexi functionality testing

multiflexi-cli

The MultiFlexi CLI provides comprehensive management capabilities with support for applications, companies, jobs, run templates, and more.

Usage: multiflexi-cli [action] [options]

Key commands: application, company, job, runtemplate, version

Application management:

  • multiflexi-cli application validate-json --json app.json - validate application JSON against schema
  • multiflexi-cli application import-json --json app.json - import application from JSON
  • multiflexi-cli application list - list all applications

Example:

$ multiflexi-cli remove app 15
02/20/2024 23:48:51 🌼 ❲MultiFlexi cli⦒(15)AbraFlexi send@MultiFlexi\Application❳ Unassigned from 3 companies
02/20/2024 23:48:53 🌼 ❲MultiFlexi cli⦒(15)AbraFlexi send@MultiFlexi\Application❳ 2 RunTemplate removal
02/20/2024 23:48:56 🌼 ❲MultiFlexi cli⦒(15)AbraFlexi send@MultiFlexi\Application❳ 2 Config fields removed
02/20/2024 23:48:57 🌼 ❲MultiFlexi cli⦒(15)AbraFlexi send@MultiFlexi\Application❳ 881 Jobs removed
Done.

Plugins

Any executable script or binary can be used as a plugin.

App Listing page

You can find the complete list on the project page.

See the full list of ready-to-run applications within the MultiFlexi platform on the application list page.

MultiFlexi App

VersionDownload/Install countLast hit