Merge branch 'main' of http://192.168.0.234:8765/lutz/OpenTofuPlayground
Some checks failed
Test / Static Analysis (push) Successful in 36s
Test / Unit Tests — Docker Stack (push) Successful in 33s
Test / Unit Tests — K8s Stack (push) Successful in 35s
Test / Integration Test — K8s (k3d) (push) Failing after 11m30s

This commit is contained in:
2026-03-14 18:00:03 +01:00

View File

@@ -1,9 +1,10 @@
# OpenTofu App Deployment Blueprint
A gitops-style infrastructure repository for deploying isolated application stacks to remote
hosts using [OpenTofu](https://opentofu.org/). Secrets are managed by **gopass**, state is
stored in **SeaweedFS** (S3-compatible), and deployments are triggered automatically whenever
an app configuration file is added, changed, or deleted. Two CI/CD systems are supported:
hosts using [OpenTofu](https://opentofu.org/).
Secrets are managed by **gopass**, state is stored in **SeaweedFS** (S3-compatible),
and deployments are triggered automatically whenever an app configuration file is added, changed, or deleted.
Two CI/CD systems are supported:
**Gitea Actions** and **GitLab CI** — both implement identical pipeline logic.
---