Create infra directory

This commit is contained in:
Manav Rathi 2024-03-14 17:14:34 +05:30
parent 678879e5fd
commit 6e9893e5c5
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

2
infra/.gitignore vendored Normal file
View file

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

8
infra/README.md Normal file
View file

@ -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!