mirror of
https://github.com/VitexSoftware/abraflexi-config.git
synced 2026-02-01 00:07:16 +00:00
No description
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> |
||
|---|---|---|
| .github | ||
| bin | ||
| debian | ||
| doc | ||
| multiflexi | ||
| nbproject | ||
| src | ||
| .env | ||
| .gitignore | ||
| .php-cs-fixer.dist.php | ||
| abraflexi-client-config-checker.1 | ||
| abraflexi-client-config.1 | ||
| abraflexi-client-reconfigure.1 | ||
| abraflexi-config-export.1 | ||
| bootstrap.sh | ||
| composer.json | ||
| composer.lock | ||
| Dockerfile | ||
| flexibee-client-reconfigure.1 | ||
| Makefile | ||
| project-logo.svg | ||
| README.cs.md | ||
| README.md | ||
| Vagrantfile | ||
| WARP.md | ||
abraflexi-client-config
Configurator and shared configuration for applications using php-abraflexi
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
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:
- PHP Ease Framework - helper functions, e.g., logging
- PHP-AbraFlexi - communication with AbraFlexi
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.
Exit Codes
This application uses the following exit codes:
0: Success1: General error


