Skip to content

Commit c806e13

Browse files
added matrix server project
1 parent 072a532 commit c806e13

7 files changed

Lines changed: 52 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ All project documentation lives in the [`docs/applications/`](docs/applications/
6464
| Application | Type | Docs | Discussions |
6565
|---|---|---|---|
6666
| Game Servers Panel | Hosting / Infrastructure | [Docs](docs/applications/game-servers-panel/README.md) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/game-servers-panel-general) |
67+
| WDS Matrix Stack | Infrastructure / Utility | [Docs](docs/applications/matrix-stack/README.md) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/game-servers-panel-general) |
6768
| Hostile Planets | Game | [Docs](docs/applications/hostile-planets/README.md) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/hostile-planets-general) |
6869
| Optimization Protocol | Utility | [Docs](docs/applications/optimization-protocol/README.md) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/optimization-protocol-general) |
6970
| Pure OPS | Game | [Docs](docs/applications/pure-ops/README.md) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/pure-ops-general) |

docs/INDEX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For shared documentation (FAQ, support, roadmap, troubleshooting), see the [GitH
1111
| Application | Type | Docs | GitHub Wiki | Discussions |
1212
|---|---|---|---|---|
1313
| Game Servers Panel | Hosting / Infrastructure | [docs/applications/game-servers-panel/](applications/game-servers-panel/README.md) | [Wiki](https://github.com/World-Domination-Software/Projects/wiki/Game-Servers-Panel) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/game-servers-panel-general) |
14+
| WDS Matrix Stack | Infrastructure / Utility | [docs/applications/matrix-stack/](applications/matrix-stack/README.md) | [Wiki](https://github.com/World-Domination-Software/Projects/wiki/WDS-Matrix-Stack) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/game-servers-panel-general) |
1415
| Hostile Planets | Game | [docs/applications/hostile-planets/](applications/hostile-planets/README.md) | [Wiki](https://github.com/World-Domination-Software/Projects/wiki/Hostile-Planets) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/hostile-planets-general) |
1516
| Optimization Protocol | Utility | [docs/applications/optimization-protocol/](applications/optimization-protocol/README.md) | [Wiki](https://github.com/World-Domination-Software/Projects/wiki/Optimization-Protocol) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/optimization-protocol-general) |
1617
| Pure OPS | Game | [docs/applications/pure-ops/](applications/pure-ops/README.md) | [Wiki](https://github.com/World-Domination-Software/Projects/wiki/Pure-OPS) | [Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/pure-ops-general) |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Not applicable – infrastructure project (kept for schema consistency). -->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Getting Started – WDS Matrix Stack
2+
3+
This page is a high-level consumer view. For operator/developer details, see
4+
the Matrix Stack code repository and internal docs.
5+
6+
- Host: `kc.iaregamer.com`
7+
- Client: Element Web at `https://kc.iaregamer.com/`
8+
9+
Account creation and access policies are managed by WDS staff.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Implementation Notes – WDS Matrix Stack
2+
3+
- Synapse is installed from the official Matrix.org APT repository on Ubuntu.
4+
- Apache serves Element Web from `/var/www/html` and proxies Matrix traffic.
5+
- Federation is exposed on port `8448` with a dedicated vhost.
6+
- Configuration and deployment are managed from a dedicated infrastructure
7+
repository (WDS Matrix Stack) using `ssh` + `rsync`.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Overview – WDS Matrix Stack
2+
3+
WDS Matrix Stack is a self-hosted Matrix homeserver environment used by World
4+
Domination Software to provide chat and collaboration for internal teams,
5+
partners, and selected communities.
6+
7+
It combines:
8+
9+
- Synapse (Matrix reference homeserver) installed from official packages
10+
- Apache2 for TLS termination and reverse proxy
11+
- Element Web as the primary web client
12+
- Optional bots and integrations maintained by WDS
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# WDS Matrix Stack
2+
3+
Self-hosted Matrix / Synapse / Apache / Element Web stack used by World
4+
Domination Software for `kc.iaregamer.com`.
5+
6+
**Type:** Infrastructure / Utility | **Developer:** World Domination Software LLC
7+
8+
## Documentation
9+
- [Overview](./Overview.md)
10+
- [Getting Started](./Getting-Started.md)
11+
- [Implementation Notes](./Implementation-Notes.md)
12+
13+
## Public Links
14+
- GitHub Wiki: https://github.com/World-Domination-Software/Projects/wiki/WDS-Matrix-Stack
15+
- Bug Reports: https://github.com/World-Domination-Software/Projects/issues
16+
- Discussions: https://github.com/World-Domination-Software/Projects/discussions/categories/game-servers-panel-general
17+
18+
## Notes
19+
This folder contains application-specific documentation only.
20+
Shared FAQ, support, roadmap, and troubleshooting are maintained in the
21+
[GitHub Wiki](https://github.com/World-Domination-Software/Projects/wiki).

0 commit comments

Comments
 (0)