aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-03-27 12:22:00 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-03-27 12:22:00 +0200
commit4c903a24472d6966835ac6737d0dbd3b23b6da68 (patch)
tree7b89bded55a3e1369ef5f4f9bd0c92753da37db2
parent2de291e9b7059ad7d3c06b7ef930f9e470d65c70 (diff)
downloadnixcfg-4c903a24472d6966835ac6737d0dbd3b23b6da68.tar.gz
nixcfg-4c903a24472d6966835ac6737d0dbd3b23b6da68.zip
update readme
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3527dbb..3d427cb 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,14 @@ Our first abstraction level is the NixOS level, which installs a bunch of standa
Then, inside our Nomad+Consul orchestrator, we deploy a number of base services:
* **[Garage](https://git.deuxfleurs.fr/Deuxfleurs/garage/):** S3-compatible lightweight object store for self-hosted geo-distributed deployments (we also have a legacy glusterfs cluster)
- * **[DiploNAT](https://git.deuxfleurs.fr/Deuxfleurs/diplonat):** network automation (firewalling, upnp igd)
- * **[Bottin](https://git.deuxfleurs.fr/Deuxfleurs/bottin):** authentication and authorization (LDAP protocol, consul backend)
- * **[Guichet](https://git.deuxfleurs.fr/Deuxfleurs/guichet):** a dashboard for our users and administrators
+ * Network Control Plane
+ * **[DiploNAT](https://git.deuxfleurs.fr/Deuxfleurs/diplonat):** network automation (firewalling, upnp igd)
+ * **[D53](https://git.deuxfleurs.fr/lx/d53)**
+ * **[Tricot](https://git.deuxfleurs.fr/Deuxfleurs/tricot)**
+ * **[wgautomesh](https://git.deuxfleurs.fr/Deuxfleurs/wgautomesh)**
+ * User Management
+ * **[Bottin](https://git.deuxfleurs.fr/Deuxfleurs/bottin):** authentication and authorization (LDAP protocol, consul backend)
+ * **[Guichet](https://git.deuxfleurs.fr/Deuxfleurs/guichet):** a dashboard for our users and administrators
* **Stolon + PostgreSQL:** distributed relational database
* **Prometheus + Grafana:** monitoring