Overview
- Full name
docker.io/taigaio/taiga-protected- Registry
- docker.io
- Namespace
- taigaio
- Repository
- taiga-protected
- Cached tags
- 16
- Last synced
- 07/06/2026, 05:49 AM
- Topics
Introduction
Taiga 项目管理受保护文件服务镜像,处理附件下载鉴权,需 Taiga 后端 API 与同栈 PostgreSQL 部署。
Details
taigaio/taiga-protected 运行 Taiga 附件网关,校验 JWT 后从存储后端提供文件下载。定位为文件服务 HTTP 微服务,需 Taiga secret 与 S3/本地存储配置;K8s Deployment 与 taiga-back 同 namespace。
快速启动
docker run -d --name taiga-protected \
-p 8003:8003 \
-e SECRET_KEY=changeme \
docker.io/taigaio/taiga-protected:latest
推荐实践
docker run -d --name taiga-protected \
--restart unless-stopped \
-p 8003:8003 \
-e SECRET_KEY=changeme \
-e TAIGA_SUBPATH=/protected \
-e MAX_AGE=3600 \
docker.io/taigaio/taiga-protected:6.7.0
核心参数说明
-p 8003:8003— 受保护文件 HTTP 端口-e SECRET_KEY— JWT 签名密钥(高敏)-e MAX_AGE— 下载链接有效期秒数- 固定 tag — Taiga pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: taiga-protected
spec:
replicas: 2
selector:
matchLabels:
app: taiga-protected
template:
metadata:
labels:
app: taiga-protected
spec:
containers:
- name: protected
image: docker.io/taigaio/taiga-protected:6.7.0
ports:
- containerPort: 8003
envFrom:
- secretRef:
name: taiga-secrets
---
apiVersion: v1
kind: Service
metadata:
name: taiga-protected
spec:
selector:
app: taiga-protected
ports:
- port: 8003
targetPort: 8003
taiga-back 独立 Service;附件存储 PVC/S3。
Latest tags (20)
View all 16 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/taigaio/taiga-protected :6.10.1 | linux/amd64 | 2026/05/18 19:21 | 63.9 MB | sha256:fd4568a97a59… | |||
docker.io/taigaio/taiga-protected :latest | linux/amd64 | 2026/05/18 19:21 | 63.9 MB | sha256:fd4568a97a59… | |||
docker.io/taigaio/taiga-protected :6.9.0 | linux/amd64 | 2025/10/14 00:59 | 59.5 MB | sha256:5f31fdb31143… | |||
docker.io/taigaio/taiga-protected :6.8.1 | linux/amd64 | 2024/07/23 18:25 | 60.0 MB | sha256:8a56c68b3bf8… | |||
docker.io/taigaio/taiga-protected :6.7.0 | linux/amd64 | 2023/06/22 20:20 | 60.6 MB | sha256:015be6362b79… | |||
docker.io/taigaio/taiga-protected :6.6.0 | linux/amd64 | 2023/03/06 21:06 | 59.6 MB | sha256:894ee2ec6cd1… | |||
docker.io/taigaio/taiga-protected :6.5.0 | linux/amd64 | 2022/01/24 19:56 | 49.6 MB | sha256:cffb8bcb0b8c… | |||
docker.io/taigaio/taiga-protected :6.4.0 | linux/amd64 | 2021/09/06 15:11 | 49.4 MB | sha256:36318831b3e7… | |||
docker.io/taigaio/taiga-protected :6.3.0 | linux/amd64 | 2021/08/10 14:24 | 49.3 MB | sha256:499490b1ced6… | |||
docker.io/taigaio/taiga-protected :6.2.2 | linux/amd64 | 2021/07/15 23:48 | 49.4 MB | sha256:f17ea7908236… | |||
docker.io/taigaio/taiga-protected :6.2.1 | linux/amd64 | 2021/06/22 19:09 | 49.4 MB | sha256:7f37d338dd05… | |||
docker.io/taigaio/taiga-protected :6.2.0 | linux/amd64 | 2021/06/09 23:06 | 49.3 MB | sha256:f79e9acd6123… | |||
docker.io/taigaio/taiga-protected :6.1.1 | linux/amd64 | 2021/05/18 23:10 | 49.4 MB | sha256:5ee88205e09d… | |||
docker.io/taigaio/taiga-protected :6.1.0 | linux/amd64 | 2021/05/05 18:04 | 49.5 MB | sha256:e31a5c4beb13… | |||
docker.io/taigaio/taiga-protected :6.0.0 | linux/amd64 | 2021/02/02 02:49 | 49.9 MB | sha256:fb01ee391d90… | |||
docker.io/taigaio/taiga-protected :alpha | linux/amd64 | 2021/01/05 22:24 | 49.2 MB | sha256:28f04b31a6a2… |