Update gitea-mirror to v3.15.0 (#5326)

This commit is contained in:
Alexander L. 2026-04-14 15:29:25 +02:00 committed by GitHub
parent 1f36462605
commit ba59052386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -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:

View File

@ -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