You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository renamed from game-server-deploy to Hyveon on GitHub. Update
all visible brand references — README, docs site title + URLs, app
header text, setup banner, scripts, and the design spec — plus update
77+ open issue bodies to use the new repo URL.
Intentionally NOT changing in this PR:
- @gsd/* npm workspace scope (separate refactor; affects every import)
- terraform `project_name` default of "game-servers-poc" (changing it
would re-tag every AWS resource and break Cost Explorer's existing
Project-tag activation; needs a planned migration)
- CLAUDE.md's reference to the existing Project tag value
The desktop pivot work (epic A et al.) will handle the workspace
rename as part of the @gsd/server → @gsd/desktop-main migration.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Game Server Manager
1
+
# Hyveon
2
2
3
3
A cost-efficient multi-game dedicated server platform on **AWS Fargate** with a
4
-
local web UI and a fully serverless Discord bot. Servers only run — and only
5
-
cost money — while someone is playing.
4
+
local management UI and a fully serverless Discord bot. Servers only run — and
5
+
only cost money — while someone is playing.
6
6
7
-
> 📚 Full documentation lives at **[codercoco.github.io/game-server-deploy](https://codercoco.github.io/game-server-deploy/)**
7
+
> 📚 Full documentation lives at **[codercoco.github.io/Hyveon](https://codercoco.github.io/Hyveon/)**
8
8
> (built from [`docs/`](./docs) by GitHub Pages). The rest of this README is a
9
9
> quick tour; deep-dives, setup steps, and architecture diagrams are on the
10
10
> site.
@@ -31,22 +31,22 @@ cost money — while someone is playing.
31
31
32
32
## Documentation
33
33
34
-
The [docs site](https://codercoco.github.io/game-server-deploy/) is
34
+
The [docs site](https://codercoco.github.io/Hyveon/) is
35
35
organised around three roles. Pick the one that matches what you need to do.
36
36
37
37
| Guide | You are… |
38
38
|---|---|
39
-
|[**Setup guide**](https://codercoco.github.io/game-server-deploy/setup/)| Going from a blank AWS account to a running Fargate task. |
40
-
|[**User guide**](https://codercoco.github.io/game-server-deploy/guides/user/)| Driving an already-provisioned deployment — the dashboard, Discord commands, day-to-day ops. |
41
-
|[**Maintainer guide**](https://codercoco.github.io/game-server-deploy/guides/maintainer/)| Working on this codebase. |
42
-
|[**Private parent + submodule guide**](https://codercoco.github.io/game-server-deploy/guides/submodule/)| Wrapping this repo in a private repo that holds `terraform.tfvars` and tfstate. Includes an interactive scaffolder ([`scripts/init-parent.ts`](./scripts/init-parent.ts)) that generates the wrapper Makefile, tfvars, and `.env`. |
39
+
|[**Setup guide**](https://codercoco.github.io/Hyveon/setup/)| Going from a blank AWS account to a running Fargate task. |
40
+
|[**User guide**](https://codercoco.github.io/Hyveon/guides/user/)| Driving an already-provisioned deployment — the dashboard, Discord commands, day-to-day ops. |
41
+
|[**Maintainer guide**](https://codercoco.github.io/Hyveon/guides/maintainer/)| Working on this codebase. |
42
+
|[**Private parent + submodule guide**](https://codercoco.github.io/Hyveon/guides/submodule/)| Wrapping this repo in a private repo that holds `terraform.tfvars` and tfstate. Includes an interactive scaffolder ([`scripts/init-parent.ts`](./scripts/init-parent.ts)) that generates the wrapper Makefile, tfvars, and `.env`. |
43
43
44
44
Component deep-dives:
45
45
46
-
-[**Architecture**](https://codercoco.github.io/game-server-deploy/architecture/) — full diagram + `/server-start` sequence.
47
-
-[**Terraform**](https://codercoco.github.io/game-server-deploy/components/terraform/) — every `.tf` file, variables, outputs, gotchas.
0 commit comments