Browse Source

Create infra directory

Manav Rathi 1 year ago
parent
commit
6e9893e5c5
2 changed files with 10 additions and 0 deletions
  1. 2 0
      infra/.gitignore
  2. 8 0
      infra/README.md

+ 2 - 0
infra/.gitignore

@@ -0,0 +1,2 @@
+# macOS
+.DS_Store

+ 8 - 0
infra/README.md

@@ -0,0 +1,8 @@
+# Infra
+
+Various knick-knacks that we use when hosting our servers.
+
+These are not needed for running Ente's server or for self-hosting, these are
+just additional services we run to make our infrastructure more robust. As such,
+it's unlikely that you'll find the pieces here directly useful for your needs,
+but feel free to have a look around if you're curious!