From 6e9893e5c516bebb91504d08b3ae2ca91731bce0 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 14 Mar 2024 17:14:34 +0530 Subject: [PATCH] Create infra directory --- infra/.gitignore | 2 ++ infra/README.md | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 infra/.gitignore create mode 100644 infra/README.md diff --git a/infra/.gitignore b/infra/.gitignore new file mode 100644 index 000000000..a0090b46d --- /dev/null +++ b/infra/.gitignore @@ -0,0 +1,2 @@ +# macOS +.DS_Store diff --git a/infra/README.md b/infra/README.md new file mode 100644 index 000000000..e1ad6de6e --- /dev/null +++ b/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!