Skip to content

chore(dollarbox-status): make repo public for Upptime status page - #36

Merged
lazzurs merged 1 commit into
mainfrom
feat/dollarbox-status-custom-domain
Jun 21, 2026
Merged

chore(dollarbox-status): make repo public for Upptime status page#36
lazzurs merged 1 commit into
mainfrom
feat/dollarbox-status-custom-domain

Conversation

@lazzurs

@lazzurs lazzurs commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Changes dollarbox-status repo visibility from private to public

Why

Upptime's status page client-side JavaScript reads from GitHub API and raw GitHub content without authentication (it runs in the browser). For private repos this returns 404, causing the status page to redirect to /error on load.

Making it public is Upptime's intended use case. The repo contains only uptime history YAML, workflow files using github.token, and public endpoint URLs — nothing sensitive.

Test plan

  • Apply Terragrunt — repo becomes public
  • Verify status.dollarbox.dev loads correctly (no redirect to /error)

🤖 Generated with Claude Code

https://claude.ai/code/session_01GwtazGHxMMHxxqHU6nTR5d

Upptime's status page client-side JS reads from GitHub API and raw
GitHub content unauthenticated. Private repos return 404, causing the
browser to redirect to /error. Making the repo public as intended.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GwtazGHxMMHxxqHU6nTR5d
@lazzurs
lazzurs merged commit c5b2287 into main Jun 21, 2026
3 checks passed
@lazzurs
lazzurs deleted the feat/dollarbox-status-custom-domain branch June 21, 2026 18:25
@github-actions

Copy link
Copy Markdown

✅ Terragrunt plan completed for github/ directory. Check the workflow logs for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant