diff --git a/README.md b/README.md index 3ce8b08..7f3003f 100644 --- a/README.md +++ b/README.md @@ -18,26 +18,26 @@ Sovereign is an Ansible project that deploys a complete self-hosted infrastructu ## Services -| Role | Service | URL | -|------|---------|-----| -| `common` | Traefik (reverse proxy + TLS) | `traefik.` | -| `dns` | BIND9 (authoritative nameserver) | `ns1.` | -| `graylog` | Graylog + OpenSearch + MongoDB | `logs.` | -| `authentik` | Authentik (identity provider) | `auth.` | -| `minio` | MinIO (object storage) | `s3.`, `minio.` | -| `nextcloud` | Nextcloud + MariaDB + Redis | `cloud.` | -| `stalwart` | Stalwart Mail (SMTP/IMAP) | `mail.` | -| `roundcube` | Roundcube (webmail) | `webmail.` | -| `matrix` | Synapse + Element | `matrix.`, `chat.` | -| `jitsi` | Jitsi Meet | `meet.` | -| `headscale` | Headscale (WireGuard mesh VPN) | `headscale.` | -| `wazuh` | Wazuh Manager + Indexer + Dashboard | `wazuh.` | -| `vaultwarden` | Vaultwarden + PostgreSQL | `vault.` | -| `forgejo` | Forgejo + PostgreSQL | `git.` | -| `uptimekuma` | Uptime Kuma (uptime monitoring) | `status.` | -| `automatisch` | Automatisch (workflow automation) | `automate.` | -| `twenty` | Twenty CRM + PostgreSQL + Redis | `crm.` | -| `website` | Nginx (static website) | `` | +| Role | Service | URL | +|---------------|-------------------------------------|------------------------------------| +| `common` | Traefik (reverse proxy + TLS) | `traefik.` | +| `dns` | BIND9 (authoritative nameserver) | `ns1.` | +| `graylog` | Graylog + OpenSearch + MongoDB | `logs.` | +| `authentik` | Authentik (identity provider) | `auth.` | +| `minio` | MinIO (object storage) | `s3.`, `minio.` | +| `nextcloud` | Nextcloud + MariaDB + Redis | `cloud.` | +| `stalwart` | Stalwart Mail (SMTP/IMAP) | `mail.` | +| `roundcube` | Roundcube (webmail) | `webmail.` | +| `matrix` | Synapse + Element | `matrix.`, `chat.` | +| `jitsi` | Jitsi Meet | `meet.` | +| `headscale` | Headscale (WireGuard mesh VPN) | `headscale.` | +| `wazuh` | Wazuh Manager + Indexer + Dashboard | `wazuh.` | +| `vaultwarden` | Vaultwarden + PostgreSQL | `vault.` | +| `forgejo` | Forgejo + PostgreSQL | `git.` | +| `uptimekuma` | Uptime Kuma (uptime monitoring) | `status.` | +| `automatisch` | Automatisch (workflow automation) | `automate.` | +| `twenty` | Twenty CRM + PostgreSQL + Redis | `crm.` | +| `website` | Nginx (static website) | `` | ---