docs: leonard adds HTTPS clone solution via Caddy reverse proxy

This commit is contained in:
2026-06-20 23:07:07 +00:00
parent 8ed995bad7
commit fdefe604ad
+12
View File
@@ -53,3 +53,15 @@ git clone ssh://gitea@74.208.111.99:22/Tony_tech/chess-project.git
- Project secret rotated
- Sidecar running but **outbound blocked** — free plan doesn't allow sending to the user's number
- Paused per user request
---
### 2026-06-20 — ✅ SOLVED: HTTPS Clone via Caddy Reverse Proxy
Found that Caddy is already proxying `https://gitea.vps1.afterthedemo.com` → Gitea on port 3000. This is the **canonical clone URL with standard HTTPS** — no blocked ports, no SSH config needed:
```
git clone https://gitea.vps1.afterthedemo.com/Tony_tech/chess-project.git
```
The repo is **public**, so no auth required for cloning. This fully unblocks the Windows desktop setup.