HTML documentation for MultiFlexi
addonapt install multiflexi-docSphinx-generated HTML documentation for MultiFlexi, a PHP-based task scheduling and automation framework for accounting and business system integrations.
Covers installation, configuration, CLI reference, REST API, integration guides (AbraFlexi, Pohoda, Zabbix, OpenTelemetry, Ansible, Kubernetes), and application development.
English documentation for MultiFlexi — a PHP-based task scheduling and automation framework for accounting and business system integrations.
Read online: https://multiflexi.readthedocs.io/en/latest/
sudo apt install python3-sphinx python3-shibuya-sphinx-theme
Or with pip:
pip install -r requirements.txt
make html
# Output: build/html/index.html
make epub # EPUB e-book
make latex # LaTeX (requires texlive)
make text # Plain text
Every push to main triggers a rebuild on ReadTheDocs via GitHub Actions.
The documentation is also distributed as a Debian package (multiflexi-doc) that installs the built HTML to /usr/share/doc/multiflexi/html/.
# Build the .deb
dpkg-buildpackage -b --no-sign
# Install
sudo apt install ./multiflexi-doc_*.deb
# Browse at http://localhost/multiflexi-doc/ (requires Apache or Nginx)
Apache configuration is enabled automatically on install.
Nginx snippet is installed to /usr/share/doc/multiflexi/multiflexi-doc.nginx.
See AGENTS.md for language, formatting, and content rules that apply to all contributions.
Key rules:
.rst) for all source files.rst file under source/make html| Project | Description |
|---|---|
| MultiFlexi | Main web application |
| multiflexi-cli | Command-line interface |
| multiflexi-tui | Terminal UI |
| php-vitexsoftware-multiflexi-core | Core PHP library |
| multiflexi-api | REST API server |
This package may not be indexed in our database yet. Please try again later or check the package repository directly.