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

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 →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/taigaio/taiga-protected
:6.10.1
linux/amd64
2026/05/18 19:2163.9 MBsha256:fd4568a97a59
docker.io/taigaio/taiga-protected
:latest
linux/amd64
2026/05/18 19:2163.9 MBsha256:fd4568a97a59
docker.io/taigaio/taiga-protected
:6.9.0
linux/amd64
2025/10/14 00:5959.5 MBsha256:5f31fdb31143
docker.io/taigaio/taiga-protected
:6.8.1
linux/amd64
2024/07/23 18:2560.0 MBsha256:8a56c68b3bf8
docker.io/taigaio/taiga-protected
:6.7.0
linux/amd64
2023/06/22 20:2060.6 MBsha256:015be6362b79
docker.io/taigaio/taiga-protected
:6.6.0
linux/amd64
2023/03/06 21:0659.6 MBsha256:894ee2ec6cd1
docker.io/taigaio/taiga-protected
:6.5.0
linux/amd64
2022/01/24 19:5649.6 MBsha256:cffb8bcb0b8c
docker.io/taigaio/taiga-protected
:6.4.0
linux/amd64
2021/09/06 15:1149.4 MBsha256:36318831b3e7
docker.io/taigaio/taiga-protected
:6.3.0
linux/amd64
2021/08/10 14:2449.3 MBsha256:499490b1ced6
docker.io/taigaio/taiga-protected
:6.2.2
linux/amd64
2021/07/15 23:4849.4 MBsha256:f17ea7908236
docker.io/taigaio/taiga-protected
:6.2.1
linux/amd64
2021/06/22 19:0949.4 MBsha256:7f37d338dd05
docker.io/taigaio/taiga-protected
:6.2.0
linux/amd64
2021/06/09 23:0649.3 MBsha256:f79e9acd6123
docker.io/taigaio/taiga-protected
:6.1.1
linux/amd64
2021/05/18 23:1049.4 MBsha256:5ee88205e09d
docker.io/taigaio/taiga-protected
:6.1.0
linux/amd64
2021/05/05 18:0449.5 MBsha256:e31a5c4beb13
docker.io/taigaio/taiga-protected
:6.0.0
linux/amd64
2021/02/02 02:4949.9 MBsha256:fb01ee391d90
docker.io/taigaio/taiga-protected
:alpha
linux/amd64
2021/01/05 22:2449.2 MBsha256:28f04b31a6a2