feat: add custom CA certificate support

- Add support for custom CA certificates in Docker setup
- Two mounting options: individual certs or system CA bundle
- Automatic detection and configuration via NODE_EXTRA_CA_CERTS
- Enhanced documentation with setup guide in certs/README.md
- Added ca-certificates package to Alpine base image
- Updated docker-compose with clear volume mount examples
- Bump version to 2.21.0
This commit is contained in:
Arunavo Ray
2025-07-07 16:20:24 +05:30
parent df27e5951a
commit 9d7cb0f372
10 changed files with 232 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gitea-mirror",
"type": "module",
"version": "2.20.1",
"version": "2.21.0",
"engines": {
"bun": ">=1.2.9"
},