moving deprecated things to it's own folder

This commit is contained in:
2024-05-04 18:58:51 -07:00
parent 6203f355b2
commit 5abcff70ec
53 changed files with 1 additions and 8 deletions

View File

@@ -0,0 +1,32 @@
# Gary Gitea
This folder contains all the infra code for setting up the Gitea
instance. This will be a single public server that contains both
the main Gitea service as well as the CI/CD pipeline that we'll
be using for deployment things. This is all part of a move away
from hosted services such as Gitlab.
# Services To Support
* Gitea Git services
* LFS for ( Temper ) related projects that require larger file storage
## Why the move to self hosted Gitea
Dubious copyright protection/user agreements with SaaS providers.
I would much rather setup my own repositories with all content
in one place that I can manage on my own instead.
## Why Vultr
Two reasons:
* To not rope myself further into using only AWS.
* Good Terraform support which makes the infrastructure setup
relatively painless