Skip to content
@K2-Rocket-Apps

K2-Tek Rocket Apps

Platforms conceived, built, and run entirely by AI—from raw idea to public launch in 48 hours. 🚀

K2 Rocket Apps — GitHub Actions policy

Self-hosted CI is the org default

All Laravel app CI (tests, lint, security) runs on the Proxmox ARC fleet via reusable workflows — not GitHub-hosted minutes.

What Where
Runner label k2-arc-linux
Reusable workflows ci-workflows @v1
New app template laravel-skeleton
Infra / runbook ci-workflows/infra

Required pattern for app repos

Do not copy inline ubuntu-latest CI YAML. Use thin callers:

jobs:
  tests:
    uses: K2-Rocket-Apps/ci-workflows/.github/workflows/tests.yml@v1
    secrets: inherit

Same for lint.yml and security.yml. See ci-workflows README.

Allowed exceptions (stay on GitHub-hosted)

  • ci-workflows/.github/workflows/auto-merge.yml — lightweight Dependabot control plane
  • Site audit tooling (Lighthouse, pa11y) until pointed at preview URLs
  • Release/split automation (packages/split.yml)
  • AI review bots (helm-deploy-broker claude/ai-review)

New repositories

Spin apps from laravel-skeleton. It already wires tests/lint/security/auto-merge to @v1.

Org settings checklist

  1. Actions → General → Access: reusable workflows from ci-workflows allowed for all org repos (already set).
  2. Org secrets: FLUX_USERNAME, FLUX_LICENSE_KEY, COMPOSER_GITHUB_TOKEN (for secrets: inherit).
  3. Runners: org-level ARC scale set k2-arc-linux on Proxmox — do not register repo-level runners.

Popular repositories Loading

  1. .github .github Public

    K2 Rocket Apps org defaults and policies

  2. server-workload-ai-manager server-workload-ai-manager Public

    Mistral AI agent for Proxmox VE — MCP tools, TUI, daemon alerts

    TypeScript

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…