This repository is the public, static front door for the BucketComps preservation program.
- Default Pages URL: https://bucketcomps.github.io/
- Eventual custom URL:
https://decomp.deucebucket.com/ - Project dossiers: one public repository per game
- Live dashboards: locally hosted behind a separate, explicit live hostname
The site contains no game assets, ROM data, keys, private evidence, runtime telemetry, or credentials. See the security boundary before contributing.
python3 scripts/check_site.py
python3 -m http.server 8080 --directory siteThen open http://127.0.0.1:8080/.
Pushes to main validate and deploy site/ through GitHub Pages. Every action
dependency is pinned to a full commit SHA. Pull requests validate but do not
deploy.
The custom domain and Cloudflare records are intentionally not configured. The reviewed future procedure lives in docs/CUTOVER.md.