{"id":44179646,"url":"https://github.com/kitconcept/kitconcept-website","last_synced_at":"2026-03-04T11:07:43.937Z","repository":{"id":296539895,"uuid":"991977548","full_name":"kitconcept/kitconcept-website","owner":"kitconcept","description":"A CMS solution for public websites. Created by kitconcept.","archived":false,"fork":false,"pushed_at":"2026-02-16T16:05:13.000Z","size":37339,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-16T22:15:36.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/kitconcept.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-28T12:38:41.000Z","updated_at":"2026-02-16T16:05:16.000Z","dependencies_parsed_at":"2025-09-04T19:09:24.368Z","dependency_job_id":null,"html_url":"https://github.com/kitconcept/kitconcept-website","commit_stats":null,"previous_names":["kitconcept/kitconcept-site","kitconcept/kitconcept-website"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/kitconcept/kitconcept-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitconcept","download_url":"https://codeload.github.com/kitconcept/kitconcept-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-02-09T14:08:13.041Z","updated_at":"2026-03-04T11:07:43.922Z","avatar_url":"https://github.com/kitconcept.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kitconcept Site 🚀\n\n[![Built with Cookieplone](https://img.shields.io/badge/built%20with-Cookieplone-0083be.svg?logo=cookiecutter)](https://github.com/plone/cookiecutter-plone/)\n[![Tests](https://github.com/kitconcept/kitconcept-website/actions/workflows/main.yml/badge.svg)](https://github.com/kitconcept/kitconcept-website/actions/workflows/main.yml)\n\nA CMS solution for public websites. Created by kitconcept.\n\n## Quick Start 🏁\n\n### Prerequisites ✅\n\nEnsure you have the following installed:\n\n- Python 3.12 🐍\n- Node 20 🟩\n- pnpm 🧶\n- Docker 🐳\n\n### Installation 🔧\n\n1. Clone the repository:\n\n```shell\ngit clone git@github.com:kitconcept/kitconcept-website.git\ncd kitconcept.website\n```\n\n2. Install both Backend and Frontend:\n\n```shell\nmake install\n```\n\n### Fire Up the Servers 🔥\n\n1. Create a new Plone site on your first run:\n\n```shell\nmake backend-create-site\n```\n\nor create the site manually by visiting [http://localhost:8080/](http://localhost:8080/).\n\n2. Start the Backend at [http://localhost:8080/](http://localhost:8080/):\n\n```shell\nmake backend-start\n```\n\n3. In a new terminal, start the Frontend at [http://localhost:3000/](http://localhost:3000/):\n\n```shell\nmake frontend-start\n```\n\nVoila! Your Plone site should be live and kicking! 🎉\n\n### Manual site creation 🔥\n\nPoint your browser at [http://localhost:8080/](http://localhost:8080/) and you will be greated with the site creation page:\n\n\u003cimg alt=\"first step\" src=\"./docs/docs/_static/01-new-site.png\" width=\"640\" /\u003e\n\nAfter selecting **kitconcept Site** you will see a form:\n\n\u003cimg alt=\"first step\" src=\"./docs/docs/_static/02-auth-internal.png\" width=\"640\" /\u003e\n\n\n#### Authentication\n\nChoosing **Keycloak** for user authentication will present configuration options:\n\n\u003cimg alt=\"first step\" src=\"./docs/docs/_static/03-auth-keycloak.png\" width=\"300\" /\u003e\n\n\nChoosing **OIDC / OAuth2** for user authentication will present configuration options:\n\n\u003cimg alt=\"first step\" src=\"./docs/docs/_static/04-auth-oidc.png\" width=\"300\" /\u003e\n\n\nChoosing **Google** for user authentication will present configuration options:\n\n\u003cimg alt=\"first step\" src=\"./docs/docs/_static/05-auth-google.png\" width=\"300\" /\u003e\n\n\nChoosing **GitHub** for user authentication will present configuration options:\n\n\u003cimg alt=\"first step\" src=\"./docs/docs/_static/06-auth-github.png\" width=\"300\" /\u003e\n\n\n### Local Stack Deployment 📦\n\nDeploy a local `Docker Compose` environment that includes:\n\n- Docker images for Backend and Frontend 🖼️\n- A stack with a Traefik router and a Postgres database 🗃️\n- Accessible at [http://kitconcept.website.localhost](http://kitconcept.website.localhost) 🌐\n\nExecute the following:\n\n```shell\nmake stack-start\nmake stack-create-site\n```\n\nAnd... you're all set! Your Plone site is up and running locally! 🚀\n\n## Project Structure 🏗️\n\nThis monorepo consists of three distinct sections: `backend`, `frontend`, and `devops`.\n\n- **backend**: Houses the API and Plone installation, utilizing pip instead of buildout, and includes a policy package named kitconcept.website.\n- **frontend**: Contains the React (Volto) package.\n- **devops**: Encompasses Docker Stack, Ansible playbooks, and Cache settings.\n\n### Why This Structure? 🤔\n\n- All necessary codebases to run the site are contained within the repo (excluding existing addons for Plone and React).\n- Specific GitHub Workflows are triggered based on changes in each codebase (refer to .github/workflows).\n- Simplifies the creation of Docker images for each codebase.\n- Demonstrates Plone installation/setup without buildout.\n\n## Code Quality Assurance 🧐\n\nTo automatically format your code and ensure it adheres to quality standards, execute:\n\n```shell\nmake check\n```\n\nLinters can be run individually within the `backend` or `frontend` folders.\n\n## Internationalization 🌐\n\nGenerate translation files for Plone and Volto with ease:\n\n```shell\nmake i18n\n```\n\n## Credits and Acknowledgements 🙏\n\nCrafted with care by **Generated using [Cookieplone (0.7.0)](https://github.com/plone/cookieplone) and [cookiecutter-plone (9937161)](https://github.com/plone/cookiecutter-plone/commit/993716123f0616eea9074ae4bd82eb3fcd48c4f1) on 2024-05-28 19:04:49.900739**. A special thanks to all contributors and supporters!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fkitconcept-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitconcept%2Fkitconcept-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fkitconcept-website/lists"}