Files
learning-garden/sources/kanban-reverse-proxy.md
psb-gemma 47a8b40fdb Add growth state frontmatter to all 280 wiki files
TREE(74): training modules, entity profiles, 2890 references, keyword indices
SPROUT(42): knowledge pages, project docs, curated source material
SEED(164): daily notes, raw session logs, unprocessed material

Updated AUDIT_MANIFEST.json with growth classifications.
2026-05-14 01:27:59 +00:00

1.7 KiB

pageType, id, title, sourceType, sourcePath, ingestedAt, updatedAt, status, growth
pageType id title sourceType sourcePath ingestedAt updatedAt status growth
source source.kanban-reverse-proxy kanban-reverse-proxy local-file /home/topher/.openclaw/workspace-2890-bot/docs/kanban-reverse-proxy.md 2026-05-02T21:23:47.662Z 2026-05-02T21:23:47.662Z active seed

kanban-reverse-proxy

Source

  • Type: local-file
  • Path: /home/topher/.openclaw/workspace-2890-bot/docs/kanban-reverse-proxy.md
  • Bytes: 1022
  • Updated: 2026-05-02T21:23:47.662Z

Content

# Reverse Proxy Setup for Kanban Board

## Option 1 — CasaOS Reverse Proxy (Recommended)

1. Open **CasaOS Admin UI** → Settings → Reverse Proxy (or Apps → find the reverse proxy app if installed)
2. Add a new rule:
   - **Name:** `kanban-board`
   - **Domain:** `2890.duckdns.org`
   - **Port:** `8080`
   - **Path:** `/board` → rewrite to `/board`
   - **Protocol:** `http`

This routes `http://2890.duckdns.org/board` → your kanban server on port 8080.

---

## Option 2 — Subdomain (if you have a wildcard DNS entry)

Point `board.2890.duckdns.org` at your machine IP, then reverse proxy:
- `board.2890.duckdns.org` → `localhost:8080`

---

## Option 3 — Move kanban to port 80 directly

CasaOS runs on port 80 but can be moved. If you move CasaOS to port 8081, port 80 becomes free for the kanban server. This is risky — test carefully.

---

## Verification

After setting up the reverse proxy:
```bash
curl -s -o /dev/null -w "%{http_code}" http://2890.duckdns.org/board
# Should return 200
```

Notes

  • No related pages yet.