From 1d2096d6b33cfb720df1abc3b2b80db4ad370a89 Mon Sep 17 00:00:00 2001 From: yangchuansheng Date: Mon, 24 Aug 2026 05:06:08 +0000 Subject: [PATCH] docs: add Sealos cloud deployment option (#525) ## Summary Adds Sealos to the cloud-provider installation page for the current and next Gitea documentation. ## Why Sealos provides a public, community-maintained one-click Gitea template. The entry fits alongside the existing Cloudron, Linode, alwaysdata, and Exoscale options. ## Proposed files - `docs/installation/on-cloud-provider.md` - `versioned_docs/version-1.27/installation/on-cloud-provider.md` ## Validation - Sealos App Store: https://sealos.io/products/app-store/gitea - Template source: https://github.com/labring-actions/templates/tree/kb-0.9/template/gitea - Gitea image: `docker.gitea.com/gitea:1.27.0-rootless` - Live deployment validated on 2026-07-24 - Verified administrator initialization, login, repository creation, commits, issues, release uploads, persistence, and S3 upload, read, and delete flows ## Maintenance I maintain the Sealos template and can update the documentation when its deployment path changes. Deployment-specific support is handled in the [Sealos templates repository](https://github.com/labring-actions/templates/issues). ## AI assistance This proposal was prepared with OpenAI Codex assistance. I reviewed the deployment evidence and proposed content and will personally handle review feedback. --------- Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/docs/pulls/525 Reviewed-by: Lunny Xiao Co-authored-by: yangchuansheng --- docs/installation/on-cloud-provider.md | 6 ++++++ .../version-1.27/installation/on-cloud-provider.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/installation/on-cloud-provider.md b/docs/installation/on-cloud-provider.md index a6515379..6c2904e3 100644 --- a/docs/installation/on-cloud-provider.md +++ b/docs/installation/on-cloud-provider.md @@ -41,3 +41,9 @@ Exoscale is a European cloud service provider. The package is maintained and update via the open source [Glasskube Kubernetes Operator](https://github.com/glasskube/operator). To deploy Gitea to Exoscale, have a look at the [Exoscale Marketplace](https://www.exoscale.com/marketplace/listing/glasskube-gitea/). + +## Sealos + +Gitea is available as a one-click deployment on [Sealos](https://sealos.io/products/app-store/gitea). + +The community-maintained template source is available [here](https://github.com/labring-actions/templates/tree/kb-0.9/template/gitea). diff --git a/versioned_docs/version-1.27/installation/on-cloud-provider.md b/versioned_docs/version-1.27/installation/on-cloud-provider.md index a6515379..6c2904e3 100644 --- a/versioned_docs/version-1.27/installation/on-cloud-provider.md +++ b/versioned_docs/version-1.27/installation/on-cloud-provider.md @@ -41,3 +41,9 @@ Exoscale is a European cloud service provider. The package is maintained and update via the open source [Glasskube Kubernetes Operator](https://github.com/glasskube/operator). To deploy Gitea to Exoscale, have a look at the [Exoscale Marketplace](https://www.exoscale.com/marketplace/listing/glasskube-gitea/). + +## Sealos + +Gitea is available as a one-click deployment on [Sealos](https://sealos.io/products/app-store/gitea). + +The community-maintained template source is available [here](https://github.com/labring-actions/templates/tree/kb-0.9/template/gitea).