{"id":50561811,"url":"https://github.com/simtabi/get-installer-admin","last_synced_at":"2026-06-04T12:01:09.413Z","repository":{"id":358320814,"uuid":"1240652774","full_name":"simtabi/get-installer-admin","owner":"simtabi","description":"Admin web app for get-installer registries — Laravel 13 + Inertia + React + REST API + OAuth. Sibling repo to simtabi/get-installer.","archived":false,"fork":false,"pushed_at":"2026-05-16T18:49:14.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-16T20:42:31.163Z","etag":null,"topics":["admin","inertia","install-management","laravel","multi-tenant","oauth","oss","php","react"],"latest_commit_sha":null,"homepage":"https://opensource.simtabi.com/products/get-installer-admin","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simtabi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T11:56:28.000Z","updated_at":"2026-05-16T18:49:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/simtabi/get-installer-admin","commit_stats":null,"previous_names":["simtabi/get-installer-admin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/simtabi/get-installer-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simtabi%2Fget-installer-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simtabi%2Fget-installer-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simtabi%2Fget-installer-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simtabi%2Fget-installer-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simtabi","download_url":"https://codeload.github.com/simtabi/get-installer-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simtabi%2Fget-installer-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","inertia","install-management","laravel","multi-tenant","oauth","oss","php","react"],"created_at":"2026-06-04T12:01:08.234Z","updated_at":"2026-06-04T12:01:09.395Z","avatar_url":"https://github.com/simtabi.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-installer-admin\n\nWeb admin for [`get-installer`](https://github.com/simtabi/get-installer)\nregistries. Laravel 12 + Inertia + React + REST API + OAuth.\n\n\u003e **Status: Laravel bootstrap landed.** PHP skeleton + PHPUnit +\n\u003e Vite are installed and committed; CI is green on PHP 8.3 + 8.4 ×\n\u003e Linux + macOS. Remaining steps in [`INITIALIZE.md`](INITIALIZE.md)\n\u003e (Passport, Inertia + React, multi-tenancy, OpenAPI validator\n\u003e wiring, Pest swap) run from this baseline.\n\n## What this repo is for\n\n`get-installer` reads a JSON registry of products + versions and\ninstalls them onto user machines. For solo use, the registry sits\nin a git repo. For teams or fleets, it needs a backend:\n\n- Multi-tenant registries (one per organisation).\n- OAuth (GitHub / GitLab / Microsoft Entra) for admin access.\n- REST API at versioned `/api/v1/` for programmatic edits.\n- Inertia + React UI for human admins.\n- Background workers: PyPI yank scans, audit-log compaction.\n- Audit log per tenant: every registry edit recorded.\n- Phase E unlocked: signed-URL handoff to the installer for\n  domain-locked installs.\n\nThe design rationale + alternatives considered live in the\nupstream sibling repo:\n[`simtabi/get-installer/REPO-PROPOSAL-admin.md`](https://github.com/simtabi/get-installer/blob/main/REPO-PROPOSAL-admin.md).\n\n## Bootstrap\n\n1. Clone this repo.\n2. Follow [`INITIALIZE.md`](INITIALIZE.md) end-to-end. It runs\n   `composer create-project laravel/laravel` in this directory,\n   then installs Passport, Inertia, React, and the test stack.\n3. Read `docs/architecture.md` for the multi-tenant data model.\n4. Read `docs/api/v1.yaml` (OpenAPI 3.1 spec) for the contract\n   surface; controllers conform to it.\n\n## Status\n\n| | |\n|---|---|\n| Bootstrap | ✓ Laravel 12 + Vite skeleton landed (`059a60d`) |\n| Tests | PHPUnit (Laravel 12 default); Pest swap is INITIALIZE.md step 6 |\n| Passport / OAuth | pending (INITIALIZE.md step 2) |\n| Inertia + React | pending (INITIALIZE.md step 3) |\n| Multi-tenancy | pending (INITIALIZE.md step 4) |\n| API spec | placeholder at `docs/api/v1.yaml` (no controllers yet) |\n| CI | ✓ PHP 8.3 + 8.4 × Linux + macOS, Node 22 |\n| Trusted publishers | N/A (Laravel app, not a package) |\n\n## License\n\nMIT — see [`LICENSE`](LICENSE).\n\n## Built by\n\n[Simtabi LLC](https://simtabi.com) · contributions welcome once the\nbootstrap has run.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimtabi%2Fget-installer-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimtabi%2Fget-installer-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimtabi%2Fget-installer-admin/lists"}