Public Brightturn website
  • JavaScript 76.6%
  • Shell 23.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
codex coding agent 8e1c73249c
All checks were successful
verify-build-deploy / verify-build (push) Successful in 32s
verify-build-deploy / deploy (push) Successful in 1s
Merge pull request 'Clarify Niki Forgejo SSO and no OpenBao path' (#3) from niki-login-instructions into main
2026-09-13 22:16:40 +00:00
.forgejo/workflows Use Forgejo-compatible artifact actions 2026-09-13 16:57:23 -05:00
content Clarify Niki Forgejo SSO and no OpenBao path 2026-09-13 17:15:20 -05:00
scripts Rename the public brand to BrightTurn 2026-09-13 17:07:33 -05:00
.developer-tools.json Document Harvolution Forgejo skills for Grok Build 2026-09-13 16:44:16 -05:00
.gitignore Rename the public brand to BrightTurn 2026-09-13 17:07:33 -05:00
AGENTS.md Rename the public brand to BrightTurn 2026-09-13 17:07:33 -05:00
CONTRIBUTING.md Rename the public brand to BrightTurn 2026-09-13 17:07:33 -05:00
LICENSE Rename the public brand to BrightTurn 2026-09-13 17:07:33 -05:00
README.md Rename the public brand to BrightTurn 2026-09-13 17:07:33 -05:00

BrightTurn website

Public, unauthenticated site at https://brightturn.harvolution.com.

Source of truth is this repository. Edge Caddy serves the dist/ tree published by Forgejo Actions. Start from content/index.md.

Local build

scripts/build.sh

If package.json is present, that script runs npm ci and npm run build and copies the static output into dist/. Otherwise it renders the Markdown seed page.

Delivery

Pull requests run secret scanning and a reproducible static build on the shared verification runner. Merges to main publish the exact dist/ artifact. There is no runtime coverage gate on this static brochure; add tests in this repository if you introduce a runtime.

House DNS, TLS, and the constrained edge deploy helper are in ben/proxmox. Do not put secrets, .env files, or OpenBao tokens here.

Grok Build should install harvolution-repository and forgejo-repository-operations from the .developer-tools.json pin when it will mutate Forgejo. See content/index.md.