From b664d5b15526543f6cc38257a5f2d46673afe99f Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar <30073382+mighty840@users.noreply.github.com> Date: Sun, 19 Apr 2026 16:22:34 +0200 Subject: [PATCH] docs: remove Apache-2.0 license from README Removes the license badge, the License section, and the LICENSE file reference. Fixes clone URL to use SSH and aligns the dev workflow to push to origin only. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9b58e25..50aa60c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ ![Node.js](https://img.shields.io/badge/Node.js-20-339933?logo=node.js&logoColor=white) ![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178C6?logo=typescript&logoColor=white) ![FastAPI](https://img.shields.io/badge/FastAPI-0.123-009688?logo=fastapi&logoColor=white) -![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg) ![DSGVO](https://img.shields.io/badge/DSGVO-compliant-green) ![AI Act](https://img.shields.io/badge/EU%20AI%20Act-compliant-green) ![LOC guard](https://img.shields.io/badge/LOC%20guard-500%20hard%20cap-orange) @@ -46,7 +45,7 @@ All containers share the external `breakpilot-network` Docker network and depend **Prerequisites:** Docker, Go 1.24+, Python 3.12+, Node.js 20+ ```bash -git clone https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance.git +git clone ssh://git@coolify.meghsakha.com:22222/Benjamin_Boenisch/breakpilot-compliance.git cd breakpilot-compliance # Copy and populate secrets (never commit .env) @@ -66,15 +65,15 @@ docker compose -f docker-compose.yml -f docker-compose.hetzner.yml up -d ## Development Workflow -Work on the `coolify` branch. Push to **both** remotes to trigger CI and deploy: +Work on the `coolify` branch. Push to `origin` to trigger CI and deploy: ```bash git checkout coolify # ... make changes ... -git push origin coolify && git push gitea coolify +git push origin coolify ``` -Push to `gitea` triggers: +Push to `origin` triggers: 1. **Gitea Actions** — lint → test → validate (see CI Pipeline below) 2. **Coolify** — automatic build + deploy (~3 min total) @@ -125,8 +124,3 @@ The `.claude/settings.json` `PreToolUse` hook blocks Claude Code from writing or | Gitea repo | | | Gitea Actions | | ---- - -## License - -Apache-2.0. See [LICENSE](LICENSE).