mirror of
https://github.com/VitexSoftware/abraflexi-config.git
synced 2026-04-04 05:59:55 +00:00
No description
--- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.42 dependency-type: direct:development update-type: version-update:semver-patch ... 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


