Enhance API with OIDC support, including login and callback endpoints. Update environment variables for OIDC configuration in .env.example. Add new features to the catalog service for listing software families, Minecraft versions, and deployment regions. Implement server management actions such as kill, delete, and update in the servers module. Integrate feature flags for maintenance mode in server operations. Update pnpm-lock.yaml with new dependencies and versions.
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 12s
CI / Go — node-agent tests (push) Failing after 9s
CI / Go — edge-gateway build (push) Successful in 17s

This commit is contained in:
TheOnlyMace
2026-07-05 18:39:53 +02:00
parent bf36cb3159
commit 50cd4b3ffd
225 changed files with 17824 additions and 436 deletions

28
apps/docs/README.md Normal file
View File

@@ -0,0 +1,28 @@
# HexaHost GameCloud — static docs site
Minimal static documentation hub with links to the live API docs and key product pages.
## Serve locally
From the repository root:
```bash
pnpm install
pnpm --filter @hexahost/docs dev
```
Or from this directory:
```bash
pnpm install
pnpm dev
```
The site is served at http://localhost:4000.
## Prerequisites for linked resources
- **Web app** (`http://localhost:3000`) — run `pnpm --filter @hexahost/web dev`
- **API Swagger** (`http://localhost:3001/api/v1/docs`) — run `pnpm --filter @hexahost/api dev`
Repository markdown under `docs/` is referenced by path; open those files in your editor or on GitHub.