Skip to content

Add dashboard push/deploy controls and status webapp secrets - #24

Merged
moritzbrantner merged 2 commits into
mainfrom
feature/push-deploy-controls
Apr 16, 2026
Merged

moritzbrantner merged 2 commits into
mainfrom
feature/push-deploy-controls

Conversation

@moritzbrantner

Copy link
Copy Markdown
Owner

Summary

  • Replaces the retired Python dashboard with the Next.js status webapp as the canonical control surface.
  • Adds admin actions for starting/restarting nginx, restarting services, and creating sites from the dashboard.
  • Adds per-site GitHub Actions secret management through both the webapp API and a CLI helper.
  • Consolidates deploy/runtime state into host-local JSON state and updates docs, systemd units, and CI around the new flow.
  • Converts server setup scripts to direct Python entrypoints and adds idempotency coverage for the server preparation/deploy path.

Testing

  • ./tests/run-tests.sh
  • ./tests/test_status_webapp_frontend.sh
  • ./tests/test_python_entrypoints.sh
  • ./tests/test_manage_github_secrets.py
  • ./tests/test_prepare_server.py
  • ./tests/test_setup_status_webapp.py
  • ./tests/test_deploy_engine.py
  • Not run: full end-to-end deployment on a live server

Moenarch added 2 commits April 16, 2026 15:43
- Add API and UI for listing, creating, and deleting repo Actions secrets
- Add CLI helper for managing secrets from the terminal
- Wire status webapp and setup docs to the new GitHub token flow
- Discover workflow secret references from checkout metadata
- Store, list, and delete secrets in repo-local env files
- Update dashboard, API, tests, and docs for repository secrets
@moritzbrantner
moritzbrantner merged commit a95d7d7 into main Apr 16, 2026
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