Skip to content

Commit a5b2d90

Browse files
committed
chore: verify new remote connection
1 parent 95e4a47 commit a5b2d90

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ Open source developer multi-cloud infrastructure management platform.
99
StackDock provides a unified interface for managing infrastructure across multiple providers. You own the code.
1010

1111
**Three Registries:**
12+
1213
1. **Docks Registry** (`packages/docks/`) - Infrastructure adapters (copy/paste/own)
1314
2. **UI Registry** (`packages/ui/`) - Dashboard components (shadcn/ui model)
1415
3. **The Platform** (`convex/`, `apps/web/`) - Orchestration layer (RBAC, encryption, audit)
1516

1617
## Architecture
1718

1819
**Universal Tables** (Provider-Agnostic):
20+
1921
- `servers` - Vultr, DigitalOcean, Linode, Hetzner, Coolify
2022
- `webServices` - Vercel, Netlify, Cloudflare, Coolify
2123
- `domains` - Cloudflare
@@ -71,12 +73,14 @@ Open http://localhost:3000
7173
**Status**: Pre-alpha. Read-only mode.
7274

7375
**What Works:**
76+
7477
- 16 providers integrated (Vercel, Netlify, Cloudflare, Turso, Neon, Convex, PlanetScale, Vultr, DigitalOcean, Linode, Hetzner, Coolify, GitHub, Sentry, Better Stack)
7578
- Universal schema validated across provider types
7679
- Real-time sync via Convex subscriptions
7780
- RBAC, encryption, audit logging
7881

7982
**What Doesn't:**
83+
8084
- Write operations (create, modify, delete, provision) are not implemented
8185
- All functionality is view-only
8286

@@ -107,3 +111,5 @@ MIT License - see [LICENSE](LICENSE) for details.
107111
Report vulnerabilities to security@stackdock.dev. Do not create public GitHub issues for security vulnerabilities.
108112

109113
See [SECURITY.md](./docs/architecture/SECURITY.md) for complete security documentation.
114+
115+
<!-- Remote Verification -->

0 commit comments

Comments
 (0)