docs: leonard adds HTTPS clone solution via Caddy reverse proxy
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user