No description
Find a file
dependabot[bot] 0d6d8a8eaf
composer: bump symfony/process from 8.0.4 to 8.0.5 (#48)
Bumps [symfony/process](https://github.com/symfony/process) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/process/compare/v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-version: 8.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 23:05:16 +01:00
.github Add exit code definitions to application schema 2025-11-20 23:11:13 +01:00
bin refactor: update jq command syntax and improve package dependencies 2025-06-24 00:35:44 +02:00
debian build pipelines update 2026-01-26 10:04:46 +01:00
doc Run Composer under root fixed 2018-06-07 16:43:16 +02:00
multiflexi Refactors build pipeline and updates multiflexi-cli integration 2025-11-29 18:59:16 +01:00
nbproject Refactor AbraFlexi connection checker to support dynamic environment file and output options 2025-06-24 11:27:24 +02:00
src refactor: remove unused Company class import in abraflexi-checker.php 2025-06-24 11:39:03 +02:00
.env code cleanup 2024-02-06 15:09:58 +01:00
.gitignore coding standart psr12 2025-06-24 00:03:28 +02:00
.php-cs-fixer.dist.php coding standart psr12 2025-06-24 00:03:28 +02:00
abraflexi-client-config-checker.1 v1.0 release 2020-11-12 03:12:59 +01:00
abraflexi-client-config.1 v1.0 release 2020-11-12 03:12:59 +01:00
abraflexi-client-reconfigure.1 apache configuration moved to separate packagage apache-abraflexi-client-config 2021-07-20 22:28:05 +02:00
abraflexi-config-export.1 apache configuration moved to separate packagage apache-abraflexi-client-config 2021-07-20 22:28:05 +02:00
bootstrap.sh command php-flexibee-reconfigure added 2018-04-23 18:33:37 +02:00
composer.json composer: bump friendsofphp/php-cs-fixer from 3.92.0 to 3.92.3 (#39) 2025-12-22 09:32:34 +01:00
composer.lock composer: bump symfony/process from 8.0.4 to 8.0.5 (#48) 2026-01-28 23:05:16 +01:00
Dockerfile Debian package config fix 2018-07-03 02:50:05 +02:00
flexibee-client-reconfigure.1 apache configuration moved to separate packagage apache-abraflexi-client-config 2021-07-20 22:28:05 +02:00
Makefile coding standart psr12 2025-06-24 00:03:28 +02:00
project-logo.svg Refactor AbraFlexi connection checker to support dynamic environment file and output options 2025-06-24 11:27:24 +02:00
README.cs.md Add exit code definitions to application schema 2025-11-20 23:11:13 +01:00
README.md Add exit code definitions to application schema 2025-11-20 23:11:13 +01:00
Vagrantfile Update for Ubuntu 18.04 2018-10-31 17:15:09 +01:00
WARP.md Adds project overview and improves Czech localization 2025-11-29 18:32:40 +01:00

Package Logo

abraflexi-client-config

Configurator and shared configuration for applications using php-abraflexi

Usage

Debian/Ubuntu Installation

For Linux, .deb packages are available. Please use the repository:

sudo apt install lsb-release wget apt-transport-https bzip2

sudo wget -O /usr/share/keyrings/vitexsoftware.gpg https://repo.vitexsoftware.com/keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/vitexsoftware.gpg]  https://repo.vitexsoftware.com  $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update

sudo apt install abraflexi-client-config

For web applications, there is also a package with preconfigured settings for Apache

sudo apt install apache-abraflexi-client-config

Youtube: Installation

Screenshot: Install Upgrade

After installing the package, two new commands are available in the system:

  • abraflexi-client-config - command line tool for changing values in /etc/abraflexi/client.json
  • abraflexi-client-config-checker - used to test the configured settings
  • abraflexi-client-reconfigure - dialogs for entering login credentials

Dependencies

This tool uses the following libraries for its functionality:

The package is used by these applications:

MultiFlexi

Config for AbraFlexi is ready for run as MultiFlexi application.

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

MultiFlexi App

Exit Codes

This application uses the following exit codes:

  • 0: Success
  • 1: General error