1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-07 23:35:16 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Jason Hall
51ee9aa0ec
Add Gitea deployment with Cloud Run and GCS storage
- Deploy Gitea on Cloud Run with persistent GCS storage
- Pre-configure with app.ini to skip setup wizard
- Enable OAuth2 functionality (GitHub OAuth ready)
- Use SQLite for simple single-instance deployment
- Mount configuration and data via GCS FUSE
- Add documentation for OAuth setup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 15:31:46 -04:00
Jason Hall
e8f0f1436b
gitea: move to sqlite via gcsfuse
Signed-off-by: Jason Hall <jason@chainguard.dev>
2024-02-13 21:48:47 -05:00
Jason Hall
cacdc21540
gitea on cloud run
Signed-off-by: Jason Hall <jason@chainguard.dev>
2024-01-18 22:07:15 -05:00