Create infra directory
This commit is contained in:
parent
678879e5fd
commit
6e9893e5c5
2 changed files with 10 additions and 0 deletions
2
infra/.gitignore
vendored
Normal file
2
infra/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# macOS
|
||||
.DS_Store
|
8
infra/README.md
Normal file
8
infra/README.md
Normal 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!
|
Loading…
Reference in a new issue