window.open('http://127.0.0.1:8012/onlinePreview?url=' + encodeURIComponent(Base64.encode(url)) + '&watermarkTxt=' + encodeURIComponent('动态水印')); 1. 2. 4、使用nginx代理 例如nginx的访问地址为 https://file.keking.cn 想要使用 https://file.keking.cn/preview/来做预览,kkFileView部署在...
Universal File Online Preview Project based on Spring-Boot - kkFileView/docker/kkfileview-base/README.cn.md at bb461cd74a468e748ab519ac497f9304892be3a7 · kekingcn/kkFileView
location /preview { proxy_pass 192.168.1.233:8012; } 修改kkFileView的配置文件如下两项 server.context-path = /preview base.url =https://file.keking.cn/preview 使用如下地址来访问预览页面 var url = 'https://file.keking.cn/file/test.txt'; //要预览文件的访问地址 window.open('https://file....
docker基础镜像调整为kkfileview-base Aug 26, 2024 server 容易引起歧义的环境变量命名 Sep 14, 2024 .gitattributes Update .gitattributes Feb 10, 2020 Dockerfile docker基础镜像调整为kkfileview-base Aug 26, 2024 README.cn.md 修改说明文档 Jul 31, 2023 ...
docker build --tag keking/kkfileview-base:4.4.1 . 后续的构建步骤就都一样了 整体镜像会比较大 已知解决的问题有:docx批注无法预览、大文件转换报错问题、部分xlsx无法预览问题。 前前后后,查了好多资料,问了chatGPT无数问题。中间坑很多很多。希望大家不要再踩坑、能够帮到大家!
基础信息 项目名称:kekingcn/kkFileView 项目徽章: 仓库地址:https://github.com/pterodactyl/panel 检测报告地址:https://www.murphysec.com/console/report/1719408410968768512/17194084110065...
部署方式: docker 和 本地测试均发现 无法显示转换后的图片 例如阿里云OSS 文件访问地址: https://tiannake-srm-oss.oss-cn-shanghai.aliyuncs.com/supplierManagement/环评批复2020-140580547775762432.pdf?Expires=1613619884&OSSAccessKeyId=LTAI4G2AvE6ZfQDgpiox4Ek9&Signature=Nly1xo79X%2F3gm7iL7UxlwR6zQxs%...
forked from高雄/kkFileView 高雄修改版 旧版 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail ...
String cacheFileName = this.getCacheFileName(type, originFileName, cacheFilePrefixName, isHtmlView, isCompressFile); outFilePath = fileDir + cacheFileName; originFilePath = fileDir + originFileName; 2 changes: 1 addition & 1 deletion 2 server/src/main/java/cn/keking/service/impl/CadFile...
--- 原始邮件 --- 发件人: "kekingcn/kkFileView" <notifications@github.com>; 发送时间: 2020年12月14日(星期一) 晚上7:44 收件人: "kekingcn/kkFileView"<kkFileView@noreply.github.com>; 抄送: "面疙瘩"<804668994@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [kekingcn/kkFi...