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
+13 -1
View File
@@ -52,4 +52,16 @@ git clone ssh://gitea@74.208.111.99:22/Tony_tech/chess-project.git
- Device token reissued (valid through June 27)
- Project secret rotated
- Sidecar running but **outbound blocked** — free plan doesn't allow sending to the user's number
- Paused per user request
- 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.