Navigable site map · every route on this host

raw-process.solamp.online — sitemap

One hostname, three independent systems stitched together by a single Caddy vhost on the Helsinki edge (CT 100). The bare root is a static gallery, /showcase/* is a second static tree, and everything else proxies to the FastAPI review app on 127.0.0.1:8099. The three don't share navigation — this page is the connective tissue they're missing.

68 HTML pages · 3,211 images · 3.4 GB · mapped 2026-08-11 · served from /showcase/sitemap.html
68HTML pages
41property reviews
23showcase reports
0unreachable by link
3serving layers

Edge routing /etc/caddy/vhosts/raw-process.conf on CT 100

Match order matters: the two handle blocks win first, then everything falls through to the app. This is why / and /review are two entirely different pages.

PatternServes fromNotes
handle_path /showcase/*/var/www/dhm-showcaseStatic file server. /showcase/showcase/ redirect.
handle //var/www/dhm-galleryBare root only — a single 68 KB index.html that hotlinks images out of the showcase tree.
handle /reviewproxy :8099 → /Rewrites to the app's own index. /review//review redirect.
(fallback)proxy :8099Every other path: /more, /p/*, /export/*, /curate*, /static/*, /preview/*, /fullres/*.
static served from disk app FastAPI “DHM Image Review” unlinked live, but nothing on the site links to it

Layer 1 — root gallery 1 page

Layer 2 — showcase reports 23 pages · 3.4 GB

Experiment write-ups generated by the gallery builders in packages/raw-process/scripts/. Each page sits beside its own full/, prev/ and sometimes upscaled/ image directories. Only four are reachable from the root — the rest are the reason this sitemap exists.

/showcase//var/www/dhm-showcasestatic
/showcase/ v7.2 Reference Set — 30 held-out scenes unlinked60 imgs lora/ FLUX.2 LoRA Lab — trained-LoRA results, v1 vs v2322 imgs · 3.1 GB │ ├ lora/picks/ v1 LoRA picks (90 outputs)360 imgs · 71 MB │ ├ lora/canary/ s009 canary — LUT bake-off, 2026-08-06 unlinked92 imgs · 27 MB │ │ └ lora/canary/compare.html s009: fitted-RGB curve vs v1+lift s1.6 raw unlinked │ ├ lora/caption-test/ Window clause v2 → v3 → v4, stock FLUX.2 seed 42 unlinked84 imgs · 95 MB │ ├ lora/guidefuse/ LoRA output as HDR-merge guide — v0 vs v2 unlinked90 imgs · 34 MB │ │ ├ lora/guidefuse/halo/ Window halo check — resolution vs registration unlinked │ │ └ lora/guidefuse/s009/ s009 — canary scene lab unlinked │ ├ lora/report/ golden-track-b — session report unlinked │ ├ lora/track-b2/ track-b2 full run — 11 Scotch Pine Cir unlinked200 imgs · 54 MB │ ├ lora/unmask-check/ unmask check unlinked9 imgs · 2.9 MB │ ├ lora/fotello-matrix/ Golden-A vs the full Golden-B matrix on two never-seen fotello interiors — 11 arms, window pull-through new22 imgs · 19 MB │ ├ lora/window-clause/ Window clause A/B on the shipped LoRA — can a better prompt hold windows without retraining? new30 imgs · 26 MB │ ├ lora/v1-fitted/ 11 Scotch Pine Cir — automated processing, 24 scenes unlinked96 imgs · 17 MB │ ├ lora/v3-e2e/ v3 end-to-end acceptance, 2026-08-07 — the biggest report on the host unlinked988 imgs · 2.3 GB │ │ ├ …/e2e_15_Tacoma_St.html 15 Tacoma St — never seen by any pipeline stage unlinked │ │ ├ …/e2e_28_Brooks_Rd.html 28 Brooks Rd — never seen by any pipeline stage unlinked │ │ └ …/e2e_2_Seekonk_St.html 2 Seekonk St — never seen by any pipeline stage unlinked │ ├ lora/v3-peek/ v3 sneak peek — 25 Park St + 67 Blacksmith Dr unlinked36 imgs · 29 MB │ └ lora/v3-sneak/ v3 sneak peek — 25 Park St, both v3 LoRAs @ scale 1.0 unlinked18 imgs · 15 MB
│   lora/v3out-holdout/Images only — no index.html, so there is no page to open. 101 files with no viewer. no page405 MB
model-compare/ fal.ai i2i model bake-off on the v7.2 held-out set653 imgs · 132 MB   └ model-compare/sweep/ FLUX.2 LoRA prompt & scale sweep, window scenes21 imgs · 6.7 MB

Layer 3 — review app FastAPI · 44 pages + endpoints

Source lives in packages/review-site/. The front page splits into a curated featured set (the FEATURED_SLUGS list in app/main.py) and everything else under /more. Comments append per-property to comments/<slug>.jsonl.

Property index 41 review pages · /p/{slug}

Amber-marked entries are the ten featured on /review, in the order they appear there; the rest live under /more. Watch the near-duplicate slugs — 100-centre and 100-centre-st render the same address, as do the 10-spiers-rd, 102-park-st, 104-mason and 10-ashland pairs.

What the map turns up

18 of 66 pages could not be reached by clicking — now fixed

This page is now linked from the root gallery footer, so a crawl from / reaches all 68. Before that it found 48. The /showcase/ index itself is orphaned — the root links straight past it to /showcase/lora/ — and /showcase/lora/ links only to picks/ and model-compare/. Everything else in the showcase tree, including the 2.3 GB v3-e2e acceptance report and its three per-property pages, is direct-URL-only. Same for the whole /curate tool.