Skip to content

Add yardsale Traefik routes with RustFS image proxy

jedmund requested to merge add-yardsale-traefik-routes into main

Created by: jedmund

Summary

  • Add yardsale.atelier.house router for the yardsale app
  • Add /images path-based router with higher priority that proxies to RustFS
  • Middleware chain strips /images prefix and adds /yardsale bucket prefix so object URLs resolve correctly

Test plan

  • Verify https://yardsale.atelier.house still routes to the app
  • Verify https://yardsale.atelier.house/images/listings/<id>/<file>.jpg returns the object from RustFS

Merge request reports

Loading