# Car Wash review collector (wiki/concepts/vision-review-outbox.md). Runs on the # reviewer's host (art-docker-station), reachable by the booths ONLY over the Netbird # overlay. Deployed by its own Komodo stack (komodo/resources.toml, "wash-collector"). # COLLECTOR_HOST=0.0.0.0 # in Docker the compose file binds the published port to the overlay IP # COLLECTOR_PORT=8090 # COLLECTOR_DATA_DIR=/data # collector.sqlite + crops//.jpg # One bearer token per booth: ":" pairs, comma- or newline-separated. The # booth id is the pseudonymous CARWASH_REVIEW_BOOTH_ID that booth was deployed with — never # a site name. Generate tokens with: openssl rand -hex 32 COLLECTOR_BOOTH_TOKENS=booth-7:REPLACE,booth-9:REPLACE # The reviewer's login for the review screen and the export (HTTP Basic over the overlay). COLLECTOR_REVIEWER_USER=reviewer COLLECTOR_REVIEWER_PASS=REPLACE