From 7cba32560c5e6ad866d669082e55155d3e5f2c1d Mon Sep 17 00:00:00 2001 From: leetcrypt Date: Sun, 7 Jun 2026 13:32:29 -0700 Subject: [PATCH] docs: document private-beta clone (token/SSH) for git.churchofmalware.org 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 --- README.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.MD b/README.MD index 2cd94e0..c1495bb 100644 --- a/README.MD +++ b/README.MD @@ -60,6 +60,17 @@ git clone https://git.churchofmalware.org/trilltechnician/hack-house.git 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://:@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`) Checks prerequisites, creates the Python venv, installs the server's