mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-09 15:12:52 -05:00
[PR #283] [MERGED] Update Gitea to latest version with support for SQLite, MySQL, and PostgreSQL #335
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/283
Author: @jaainil
Created: 8/14/2025
Status: ✅ Merged
Merged: 8/23/2025
Merged by: @Siumauricio
Base:
main← Head:update/gitea-latest-multi-db-sqlite-mysql-postgres📝 Commits (10+)
54d9020Update Gitea to latest version with support for SQLite, MySQL, and PostgreSQL1c1c3b6Update meta.json161ba13Update meta.json50e7bd6Update meta.jsonacc7a42Update meta.jsond8db323Update meta.json71ca5a5Update meta.jsonf237072Update meta.json65dac5eRemove Booklore and Statping-NG entries from meta.json4bf0548The meta.json glow-up nobody saw coming (#281)📊 Changes
12 files changed (+234 additions, -62 deletions)
View changed files
➕
blueprints/gitea-mysql/docker-compose.yml(+44 -0)📝
blueprints/gitea-mysql/gitea.png(+0 -0)➕
blueprints/gitea-mysql/template.toml(+23 -0)➕
blueprints/gitea-postgres/docker-compose.yml(+42 -0)➕
blueprints/gitea-postgres/gitea.png(+0 -0)➕
blueprints/gitea-postgres/template.toml(+21 -0)➕
blueprints/gitea-sqlite/docker-compose.yml(+25 -0)➕
blueprints/gitea-sqlite/gitea.png(+0 -0)➕
blueprints/gitea-sqlite/template.toml(+23 -0)➖
blueprints/gitea/docker-compose.yml(+0 -35)➖
blueprints/gitea/template.toml(+0 -11)📝
meta.json(+56 -16)📄 Description
What is this PR about?
New PR of Gitea template upgrade.
This update introduces three new templates for Gitea v1.24.4, each configured with a different database backend:
Each template includes:
template.tomlconfigurations for domain, environment, and mounts.Checklist
Before submitting this PR, please make sure that:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.