{"id":21912953,"url":"https://github.com/qazima/habari-core","last_synced_at":"2026-05-16T13:33:07.339Z","repository":{"id":60370868,"uuid":"542434533","full_name":"Qazima/habari-core","owner":"Qazima","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-16T04:49:46.000Z","size":3861,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T08:44:10.550Z","etag":null,"topics":["java","plugin-architecture","plugin-manager","plugins","webserver","webservers"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Qazima.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-28T06:09:24.000Z","updated_at":"2022-10-14T03:31:20.000Z","dependencies_parsed_at":"2023-01-20T01:03:45.881Z","dependency_job_id":null,"html_url":"https://github.com/Qazima/habari-core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qazima%2Fhabari-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qazima%2Fhabari-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qazima%2Fhabari-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qazima%2Fhabari-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qazima","download_url":"https://codeload.github.com/Qazima/habari-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931585,"owners_count":20534009,"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":["java","plugin-architecture","plugin-manager","plugins","webserver","webservers"],"created_at":"2024-11-28T18:13:54.897Z","updated_at":"2026-05-16T13:33:02.320Z","avatar_url":"https://github.com/Qazima.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Habari\n## Purpose\nHabari is a java application doing nothing by itself.\\\nIt takes its force when it's linked to wonderful plugins to extends the multiples capabilities.\n\n## Configuration\n### Sample\n```json\n{\n  \"configurations\": [\n    {\n      \"allowGet\": true,\n      \"allowPost\": false,\n      \"allowPut\": false,\n      \"allowDelete\": false,\n      \"defaultPageSize\": 0,\n      \"servers\": [\n        {\n          \"allowPost\": true,\n          \"allowPut\": true,\n          \"allowDelete\": true,\n          \"secured\": false,\n          \"host\": \"127.0.0.1\",\n          \"port\": 8080,\n          \"configurationUri\": \"/configuration\",\n          \"metadataUri\": \"/metadata\",\n          \"uri\": \"/\"\n        },\n        {\n          \"secured\": false,\n          \"host\": \"0.0.0.0\",\n          \"port\": 8080\n        }\n      ],\n      \"connections\": []\n    }\n  ]\n}\n```\n\n### Explanation\nFor the connections part, please refer to the desired plugin(s).\\\nYou can find a list of all available plugins at [this place](https://github.com/Qazima/habari-plugin-core).\n\nWhen knowing java and in the case the plugin doesn't already exist, feel free to take a look at existing plugins to create yours.\n\nTo block the configuration access, just leave blank the value in the configuration file.\n\n## Status\n[![Build](https://github.com/Qazima/habari-core/actions/workflows/maven-build.yml/badge.svg)](https://github.com/Qazima/habari-core/actions/workflows/maven-build.yml)\n[![Publish Package](https://github.com/Qazima/habari-core/actions/workflows/maven-publish-package.yml/badge.svg)](https://github.com/Qazima/habari-core/actions/workflows/maven-publish-package.yml)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqazima%2Fhabari-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqazima%2Fhabari-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqazima%2Fhabari-core/lists"}