{"id":21638788,"url":"https://github.com/novactive/almaviacxrestrictedsiteaccessbundle","last_synced_at":"2026-05-18T19:40:09.599Z","repository":{"id":85026442,"uuid":"596966046","full_name":"Novactive/AlmaviaCXRestrictedSiteAccessBundle","owner":"Novactive","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-23T08:53:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-19T01:48:09.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Novactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-02-03T10:23:25.000Z","updated_at":"2023-02-23T08:57:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8007fe9-11fd-4814-9c6b-28d3f099e508","html_url":"https://github.com/Novactive/AlmaviaCXRestrictedSiteAccessBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Novactive/AlmaviaCXRestrictedSiteAccessBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FAlmaviaCXRestrictedSiteAccessBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FAlmaviaCXRestrictedSiteAccessBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FAlmaviaCXRestrictedSiteAccessBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FAlmaviaCXRestrictedSiteAccessBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Novactive","download_url":"https://codeload.github.com/Novactive/AlmaviaCXRestrictedSiteAccessBundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FAlmaviaCXRestrictedSiteAccessBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272766776,"owners_count":24989407,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-25T04:11:42.259Z","updated_at":"2026-05-18T19:40:04.562Z","avatar_url":"https://github.com/Novactive.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AlmaviaCX Restricted SiteAccess Bundle\n\nAlmaviaCX Restricted SiteAccess Bundle provide a restriction of one or more siteaccess by IP addresses for ibexa 4.x in case it is impossible to restrict by nginx/apache or .htaccess. Useful for restricting a siteaccess on platform.sh\n\n----\n\n## Installation\n\n### Use Composer\n\nAdd the lib to your composer.json, run `composer require almaviacx/restrictedsiteaccess` to refresh dependencies.\n\n### Register the bundle\n\nThen inject the bundle in the `config\\bundles.php` of your application.\n\n```php\n    return [\n        // ...\n        AlmaviaCX\\RestrictedSiteaccess\\AlmaviacxRestrictedSiteaccessBundle::class =\u003e ['all' =\u003e true],\n    ];\n```\n\n### Add parameters\n\nThe values can be updated according to the project specification\n\n```yaml\n# config/packages/ibexa.yaml\n\nparameters:\n  ...\n  acx_acl.default.siteaccess_controls:\n    'siteaccessname':\n      enabled: true\n      authorized_ips:\n        - 192.168.16.1\n        - X.X.X.X\n    'admin':\n      enabled: true\n      authorized_ips:\n        - 192.168.16.1\n        - X.X.X.X\n\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovactive%2Falmaviacxrestrictedsiteaccessbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovactive%2Falmaviacxrestrictedsiteaccessbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovactive%2Falmaviacxrestrictedsiteaccessbundle/lists"}