Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
README.md +7 −3
| @@ -4,7 +4,8 @@ | |||
| 4 | 4 | your repositories over **HTTPS** (read) and **SSH** (read + write) behind a fast, themeable, | |
| 5 | 5 | htmx-driven web UI. Private by default, no sign-up required. | |
| 6 | 6 | ||
| 7 | - | It aims to be a **complete forge minus CI**, feature-comparable to Forgejo/Gitea: code | |
| 7 | + | It is already a **complete forge**, feature-comparable to Forgejo/Gitea, with **CI as the one | |
| 8 | + | planned feature still to come**: code | |
| 8 | 9 | browsing, nested groups, three-level visibility, issues and pull requests with server-side | |
| 9 | 10 | merge machinery, and a full account-settings area — all from one binary, one config file, and | |
| 10 | 11 | one data directory. | |
| @@ -33,9 +34,12 @@ one data directory. | |||
| 33 | 34 | - **JSON API** under `/api/v1`, and a CLI that operates directly on the store (no IPC with a | |
| 34 | 35 | running server). | |
| 35 | 36 | ||
| 37 | + | **Planned:** **CI** — the seams already exist (routes, tables, and the `post-receive` hook | |
| 38 | + | entry point, inert behind `ui.show_runs = false`); the runner (HCL config, Docker execution) is | |
| 39 | + | the next thing to be built. | |
| 40 | + | ||
| 36 | 41 | **Out of scope:** orgs, forks, stars, followers, notifications, wikis, releases-as-a-feature, | |
| 37 | - | git-LFS, webhooks, mirroring, federation. **CI is deferred** — the seams exist (inert behind | |
| 38 | - | `ui.show_runs = false`) but the runner is not built yet. | |
| 42 | + | git-LFS, webhooks, mirroring, federation. | |
| 39 | 43 | ||
| 40 | 44 | ## Requirements | |
| 41 | 45 | ||