- New Go backend binary (backend + runner) replacing old scraper/ - Rename SCRAPER_API_URL → BACKEND_API_URL in UI env and docker-compose - Rename scraperFetch → backendFetch across all 19 UI server files - Remove SCRAPER_PROXY env var and proxy transport from browser.Config - Add Meilisearch, Valkey, Caddy to docker-compose - Add docs/: api-endpoints.md, request-flow.mermaid.md, data-flow.mermaid.md
14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
# Exclude compiled binaries
|
|
bin/
|
|
|
|
# Exclude test binaries produced by `go test -c`
|
|
*.test
|
|
|
|
# Git history is not needed inside the image
|
|
.git/
|
|
|
|
# Editor/OS noise
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|