{"id":25363495,"url":"https://github.com/vitexsoftware/php-abraflexi-config","last_synced_at":"2025-04-09T04:19:19.668Z","repository":{"id":75146848,"uuid":"111840394","full_name":"VitexSoftware/php-abraflexi-config","owner":"VitexSoftware","description":"sdílená konfigurace a konfigurátor pro aplikace využívající php-flexibee","archived":false,"fork":false,"pushed_at":"2024-03-16T22:25:08.000Z","size":473,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-14T22:37:54.251Z","etag":null,"topics":["api-client","debian-packages","flexibee","flexipeehp","php"],"latest_commit_sha":null,"homepage":null,"language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VitexSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"VitexSoftware","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-11-23T18:35:35.000Z","updated_at":"2024-11-20T14:30:51.000Z","dependencies_parsed_at":"2024-02-26T16:58:07.411Z","dependency_job_id":"d32b4cf8-156d-4c65-ad93-eeec11b2a2d7","html_url":"https://github.com/VitexSoftware/php-abraflexi-config","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fphp-abraflexi-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fphp-abraflexi-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fphp-abraflexi-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fphp-abraflexi-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VitexSoftware","download_url":"https://codeload.github.com/VitexSoftware/php-abraflexi-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974945,"owners_count":21026777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","debian-packages","flexibee","flexipeehp","php"],"created_at":"2025-02-14T22:33:42.368Z","updated_at":"2025-04-09T04:19:19.644Z","avatar_url":"https://github.com/VitexSoftware.png","language":"Roff","readme":"![Package Logo](package_logo.png?raw=true \"Project Logo\")\n\nabraflexi-client-config\n=======================\n\nKonfigurátor a sdílená konfigurace pro aplikace využívající php-abraflexi\n\n[![Použití](http://img.youtube.com/vi/JJW6JAiqgAE/0.jpg)](http://www.youtube.com/watch?v=JJW6JAiqgAE)\n\nInstalace Debian/Ubuntu\n-----------------------\n\nPro Linux jsou k dispozici .deb balíčky. Prosím použijte repo:\n\n```shell\nsudo apt install lsb-release wget apt-transport-https bzip2\n\nsudo wget -O /usr/share/keyrings/vitexsoftware.gpg https://repo.vitexsoftware.com/keyring.gpg\necho \"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\nsudo apt update\n\nsudo apt install abraflexi-client-config\n```\n\nPro webové aplikace je zde i balíček s předpřipravenou konfigurací pro Apache\n\n```shell\nsudo apt install apache-abraflexi-client-config\n```\n\nYoutube:\n[![Instalace](http://img.youtube.com/vi/pToYZfh3dFE/0.jpg)](http://www.youtube.com/watch?v=pToYZfh3dFE)\n\nScreenshot:\n![Install Upgrade](doc/install-upgrade.png?raw=true \"Install Upgrade Screenshot\")\n\n\nPo instalaci balíku jsou v systému k dispozici dva nové příkazy:\n\n  * **abraflexi-client-config**         - nástroj příkazové řádky pro změnu hodnot v /etc/abraflexi/client.json\n  * **abraflexi-client-config-checker** - slouží k otestování nastavené konfigurace\n  * **abraflexi-client-reconfigure**    - dialogy k zadání přihlašovacích údajů\n\nZávislosti\n----------\n\nTento nástroj ke svojí funkci využívá následující knihovny:\n\n * [**PHP Ease Framework**](https://github.com/VitexSoftware/php-ease-core) - pomocné funkce např. logování\n * [**PHP-AbraFlexi**](https://github.com/Spoje-NET/php-abraflexi/)        - komunikace s [AbraFlexi](https://abraflexi.eu/)\n\nBalíček je využíván těmito aplikacemi:\n\n * [abraflexi-testing-tools]( https://github.com/VitexSoftware/AbraFlexi-Tools )\n * [php-abraflexi-reminder]( https://github.com/VitexSoftware/php-abraflexi-reminder)\n * [php-abraflexi-matcher]( https://github.com/VitexSoftware/php-abraflexi-matcher )\n * [monitoring-plugins-abraflexi]( https://github.com/VitexSoftware/monitoring-plugins-abraflexi )\n","funding_links":["https://patreon.com/VitexSoftware"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitexsoftware%2Fphp-abraflexi-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitexsoftware%2Fphp-abraflexi-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitexsoftware%2Fphp-abraflexi-config/lists"}