README: remove Priority Order section, drop vCPUs from infra table
Priority Order is stale project tracking that doesn't belong in a README. vCPUs removed from the infrastructure table — containers are HA and can migrate between physical hosts so pinning a CPU model is misleading. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,23 +10,6 @@ Matrix server infrastructure for the Lotus Guild homeserver (`matrix.lotusguild.
|
||||
|
||||
---
|
||||
|
||||
## Priority Order
|
||||
1. ~~PostgreSQL migration~~
|
||||
2. ~~TURN server~~
|
||||
3. ~~Room structure + space setup~~
|
||||
4. ~~Matrix bot (core + commands)~~
|
||||
5. ~~LiveKit / Element Call~~
|
||||
6. ~~SSO / OIDC (Authelia)~~
|
||||
7. ~~Webhook integrations (hookshot)~~
|
||||
8. ~~Voice stability & quality tuning~~
|
||||
9. ~~Custom Cinny client (chat.lotusguild.org)~~
|
||||
10. Custom emoji packs (partially finished)
|
||||
11. Cinny custom branding (Lotus Guild theme)
|
||||
12. ~~Draupnir moderation bot~~
|
||||
13. Push notifications (Sygnal)
|
||||
|
||||
---
|
||||
|
||||
## Repo Structure
|
||||
|
||||
```
|
||||
@@ -66,18 +49,18 @@ matrix/
|
||||
|
||||
## Infrastructure
|
||||
|
||||
| Service | IP | LXC | RAM | vCPUs | Disk | Versions |
|
||||
|---------|----|-----|-----|-------|------|----------|
|
||||
| Synapse | 10.10.10.29 | 151 | 8GB | 4 (Ryzen 9 7900) | 50GB | Synapse 1.149.0, LiveKit 1.9.11, hookshot 7.3.2, coturn latest |
|
||||
| PostgreSQL 17 | 10.10.10.44 | 109 | 6GB | 3 (Ryzen 9 7900) | 30GB | PostgreSQL 17.9 |
|
||||
| Cinny Web | 10.10.10.6 | 106 | 2GB | 1 | 8GB | Debian 12, nginx, Node 24, Cinny `dev` branch (nightly build) |
|
||||
| Draupnir | 10.10.10.24 | 110 | 1GB | 2 (Ryzen 9 7900) | 10GB | Draupnir v2.9.0, Node.js v22 |
|
||||
| Prometheus | 10.10.10.48 | 118 | — | — | — | Prometheus — scrapes all Matrix services |
|
||||
| Grafana | 10.10.10.49 | 107 | — | — | — | Grafana 12.4.0 — dashboard.lotusguild.org |
|
||||
| NPM | 10.10.10.27 | 139 | — | — | — | Nginx Proxy Manager + matrix landing page |
|
||||
| Authelia | 10.10.10.36 | 167 | — | — | — | SSO/OIDC provider |
|
||||
| LLDAP | 10.10.10.39 | 147 | — | — | — | LDAP user directory |
|
||||
| Uptime Kuma | 10.10.10.25 | 101 | — | — | — | Uptime monitoring (micro1 node) |
|
||||
| Service | IP | LXC | RAM | Disk | Versions |
|
||||
|---------|----|-----|-----|------|----------|
|
||||
| Synapse | 10.10.10.29 | 151 | 8GB | 50GB | Synapse 1.149.0, LiveKit 1.9.11, hookshot 7.3.2, coturn latest |
|
||||
| PostgreSQL 17 | 10.10.10.44 | 109 | 6GB | 30GB | PostgreSQL 17.9 |
|
||||
| Cinny Web | 10.10.10.6 | 106 | 2GB | 8GB | Debian 12, nginx, Node 24, Cinny `dev` branch (nightly build) |
|
||||
| Draupnir | 10.10.10.24 | 110 | 1GB | 10GB | Draupnir v2.9.0, Node.js v22 |
|
||||
| Prometheus | 10.10.10.48 | 118 | — | — | Prometheus — scrapes all Matrix services |
|
||||
| Grafana | 10.10.10.49 | 107 | — | — | Grafana 12.4.0 — dashboard.lotusguild.org |
|
||||
| NPM | 10.10.10.27 | 139 | — | — | Nginx Proxy Manager + matrix landing page |
|
||||
| Authelia | 10.10.10.36 | 167 | — | — | SSO/OIDC provider |
|
||||
| LLDAP | 10.10.10.39 | 147 | — | — | LDAP user directory |
|
||||
| Uptime Kuma | 10.10.10.25 | 101 | — | — | Uptime monitoring (micro1 node) |
|
||||
|
||||
**Key paths on Synapse LXC (151):**
|
||||
- Synapse config: `/etc/matrix-synapse/homeserver.yaml`
|
||||
|
||||
Reference in New Issue
Block a user