From ba59052386bf1241458aa3d36a33bd002bb3415e Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Tue, 14 Apr 2026 15:29:25 +0200 Subject: [PATCH] Update gitea-mirror to v3.15.0 (#5326) --- gitea-mirror/docker-compose.yml | 2 +- gitea-mirror/umbrel-app.yml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gitea-mirror/docker-compose.yml b/gitea-mirror/docker-compose.yml index bcb8d933..4aac1736 100644 --- a/gitea-mirror/docker-compose.yml +++ b/gitea-mirror/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 4321 web: - image: ghcr.io/raylabshq/gitea-mirror:v3.14.2@sha256:2b6bcd5699c2190a6a327f98f5782bf5ae3754ce590b6f381d0f77945c8273b8 + image: ghcr.io/raylabshq/gitea-mirror:v3.15.0@sha256:d80b1213c36fc69c99017786bae2a3634cc46456480d278447bf723ea643f870 restart: on-failure user: "1000:1000" volumes: diff --git a/gitea-mirror/umbrel-app.yml b/gitea-mirror/umbrel-app.yml index f33ddae1..4941b8e1 100644 --- a/gitea-mirror/umbrel-app.yml +++ b/gitea-mirror/umbrel-app.yml @@ -3,7 +3,7 @@ id: gitea-mirror name: Gitea Mirror tagline: Mirror your GitHub repositories to a Gitea instance automatically category: developer -version: "3.14.2" +version: "3.15.0" port: 4322 description: >- Gitea Mirror automatically mirrors your GitHub repositories to a self-hosted Gitea instance. It supports mirroring public and private repositories, organizations, starred repos, issues, wikis, and pull requests. @@ -42,9 +42,8 @@ defaultUsername: "" defaultPassword: "" dependencies: [] releaseNotes: >- - 🐛 Bug Fixes - - Fixed mirroring to use the correct recorded location when syncing repositories - - Fixed authentication for mirroring private GitHub repositories + ✨ New Features + - Added support for reverse proxy path prefix deployments Full release notes can be found at https://github.com/raylabshq/gitea-mirror