{"id":22956941,"url":"https://github.com/codemancers/strapi-plugin-stellate","last_synced_at":"2025-04-16T22:25:39.223Z","repository":{"id":173041958,"uuid":"622856336","full_name":"codemancers/strapi-plugin-stellate","owner":"codemancers","description":"Strapi Plugin Stellate is a plugin for the Strapi headless CMS that provides a convenient way to purge the cache.","archived":false,"fork":false,"pushed_at":"2023-06-12T07:10:41.000Z","size":3218,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T05:41:42.369Z","etag":null,"topics":["strapi","strapi-cms","strapi-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/codemancers.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}},"created_at":"2023-04-03T07:50:54.000Z","updated_at":"2023-08-24T22:29:52.000Z","dependencies_parsed_at":"2023-12-02T19:20:55.306Z","dependency_job_id":"15c8015f-fe19-446c-8758-2b0e4b5746f4","html_url":"https://github.com/codemancers/strapi-plugin-stellate","commit_stats":null,"previous_names":["code-mancers/strapi-plugin-stellate","codemancers/strapi-plugin-stellate"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemancers%2Fstrapi-plugin-stellate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemancers%2Fstrapi-plugin-stellate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemancers%2Fstrapi-plugin-stellate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemancers%2Fstrapi-plugin-stellate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemancers","download_url":"https://codeload.github.com/codemancers/strapi-plugin-stellate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249282504,"owners_count":21243550,"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":["strapi","strapi-cms","strapi-plugin"],"created_at":"2024-12-14T17:14:00.847Z","updated_at":"2025-04-16T22:25:39.207Z","avatar_url":"https://github.com/codemancers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strapi-plugin-stellate\n\nStrapi Plugin Stellate is a plugin for the Strapi headless CMS that provides a convenient way to purge the cache.\n\n## Instalation\n\nTo install this plugin, you can run the following command in your Strapi project:\n\n```\nnpm install @code-mancers/strapi-plugin-stellate\n```\n\nOR\n\n```\nyarn add @code-mancers/strapi-plugin-stellate\n```\n\n## Configuration\n\nConfigure the plugin by adding the necessary lines to the `config/plugins.js` file in your Strapi application, including the Stellate API endpoint URL and authentication token.\n\n```\nmodule.exports = ({ env }) =\u003e ({\n\"stellate\": {\n    enabled: true,\n    config: {\n      stellateToken: \u003cSTELLATE_TOKEN\u003e,\n      stellateUrl: \u003cSTELLATE_URL\u003e,\n    },\n  },\n})\n```\n\n`STELLATE_URL :` URL endpoint of the Stellate API service used to clear the cache.\n\n`STELLATE_TOKEN :` An authentication token used to access the stellate API.\n\nNote: This information should be provided in the plugin configuration. You would need to enter the correct URL endpoint and necessary authentication or authorization tokens to successfully clear the cache.\n\n## Usage\n\nTo clear the cache after running `npm run develop` or `yarn develop` in the Strapi application, go to the dropdown and select the collection type for which you want to clear the cache, then click Purge Cache, which will make an HTTP request to the designated URL endpoint with the required authentication token and clear the Strapi CMS cache.\n\n![DashBoard](./docs/Dashboard.png)\n![Selection UI](./docs/Selection.png)\n![Success](./docs/Success.png)\n\n## Contribution\n\nIf you would like to contribute to the development of Strapi Plugin Stellate, you can do so by following these steps:\n\nFork the repository on GitHub.\nMake your changes and commit them to a new branch on your fork.\nSubmit a pull request to the main repository with a description of your changes.\nYour contributions are appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemancers%2Fstrapi-plugin-stellate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemancers%2Fstrapi-plugin-stellate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemancers%2Fstrapi-plugin-stellate/lists"}