docs: document private-beta clone (token/SSH) for git.churchofmalware.org
CI / rust client (hh) (macos-latest) (push) Waiting to run
CI / rust client (hh) (ubuntu-latest) (push) Waiting to run
CI / rust coverage (push) Waiting to run
CI / python server (3.10) (push) Waiting to run
CI / python server (3.11) (push) Waiting to run
CI / python server (3.12) (push) Waiting to run
CI / headless e2e smoke (push) Waiting to run
CI / dependency audit (push) Waiting to run
CI / secret scanning (push) Waiting to run
CI / rust client (hh) (macos-latest) (push) Waiting to run
CI / rust client (hh) (ubuntu-latest) (push) Waiting to run
CI / rust coverage (push) Waiting to run
CI / python server (3.10) (push) Waiting to run
CI / python server (3.11) (push) Waiting to run
CI / python server (3.12) (push) Waiting to run
CI / headless e2e smoke (push) Waiting to run
CI / dependency audit (push) Waiting to run
CI / secret scanning (push) Waiting to run
The repo is private, so anonymous clone 404s. Add token + SSH clone instructions under the quick-start so invited users can install while we promote the Gitea instance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -60,6 +60,17 @@ git clone https://git.churchofmalware.org/trilltechnician/hack-house.git
|
|||||||
cd hack-house
|
cd hack-house
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Private beta.** The repo is private for now, so an anonymous clone returns
|
||||||
|
> *Not found*. Until it's public, clone with your Gitea credentials:
|
||||||
|
>
|
||||||
|
> ```bash
|
||||||
|
> # Personal access token (Gitea → Settings → Applications → Generate Token)
|
||||||
|
> git clone https://<user>:<token>@git.churchofmalware.org/trilltechnician/hack-house.git
|
||||||
|
>
|
||||||
|
> # …or SSH (add your key under Gitea → Settings → SSH Keys)
|
||||||
|
> git clone git@git.churchofmalware.org:trilltechnician/hack-house.git
|
||||||
|
> ```
|
||||||
|
|
||||||
### 1. One-shot setup (`hh/scripts/bootstrap.sh`)
|
### 1. One-shot setup (`hh/scripts/bootstrap.sh`)
|
||||||
|
|
||||||
Checks prerequisites, creates the Python venv, installs the server's
|
Checks prerequisites, creates the Python venv, installs the server's
|
||||||
|
|||||||
Reference in New Issue
Block a user