about summary refs log tree commit diff
path: root/modules/README.md
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-24 13:29:27 +0900
committersefidel <contact@sefidel.net>2024-01-24 18:59:54 +0900
commit8e9b074467006c76768efe04cf1fb1ef9d652c67 (patch)
treefad73c7f94a74c77714c260d1fc0a63e2d205b49 /modules/README.md
downloadinfra-modules-8e9b074467006c76768efe04cf1fb1ef9d652c67.tar.gz
infra-modules-8e9b074467006c76768efe04cf1fb1ef9d652c67.zip
initial commit HEAD main
Diffstat (limited to 'modules/README.md')
-rw-r--r--modules/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/README.md b/modules/README.md
new file mode 100644
index 0000000..25031dc
--- /dev/null
+++ b/modules/README.md
@@ -0,0 +1,9 @@
+infra->modules
+==============
+
+This is all the modules used to configure our systems based on its purposes.
+
+As of now, it doesn't have any clear "naming convention", but generally it's
+`<servicename>` for a module configuring one thing, `<capability>` otherwise.
+
+e.g) `dendrite` -> `dendrite`, `prometheus`, `grafana` -> `metrics`