You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

795 B

kind name slug category category_hints scope
external_dependency kkFileView 在线预览服务 kkfileview external_dependency [vendor_identity] [**]

kkFileView 在线预览

  • 角色:文档在线预览服务,支持多种文件格式的浏览器端预览
  • 集成点:crm-file 模块通过 crm.file.preview.kkfileview-url 配置地址;后端对文件生成内网 presigned GET → 拼入 kkFileView onlinePreview 地址返回给前端
  • 使用模式:浏览器只接触 kkFileView,MinIO 不暴露公网;kkFileView 凭短时效凭证从 MinIO 拉取原始文件进行格式转换(回源)
  • 关键约束:kkFileView 地址必须浏览器可达;presign-ttl 控制回源凭证有效期(默认 10m)
  • verify exact API/params against official docs