mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[PR #39] [MERGED] feat: add custom CA certificate support (v2.21.0) #109
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/RayLabsHQ/gitea-mirror/pull/39
Author: @arunavo4
Created: 7/7/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @arunavo4
Base:
main← Head:custom-ca-cert📝 Commits (1)
9d7cb0ffeat: add custom CA certificate support📊 Changes
10 files changed (+232 additions, -4 deletions)
View changed files
📝
.env.example(+7 -0)📝
.gitignore(+6 -0)📝
Dockerfile(+6 -3)📝
README.md(+1 -0)➕
certs/README.md(+149 -0)📝
docker-compose.dev.yml(+7 -0)📝
docker-compose.yml(+7 -0)📝
docker-entrypoint.sh(+47 -0)➕
docs/CA_CERTIFICATES.md(+1 -0)📝
package.json(+1 -1)📄 Description
Summary
Changes
ca-certificatespackage to Alpine base imagedocker-entrypoint.shto automatically detect and configure custom CA certificates.crtfiles from./certsdirectorycerts/README.mdwith setup instructionsTest Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.