Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
梁杰芳
slm-fileview
Commits
c0f7d602
Commit
c0f7d602
authored
May 18, 2020
by
陈精华
Committed by
kl
May 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增:更新日志
parent
bf83a084
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
2 deletions
+63
-2
README.en.md
README.en.md
+22
-1
README.md
README.md
+23
-1
index.ftl
jodconverter-web/src/main/resources/web/index.ftl
+18
-0
No files found.
README.en.md
View file @
c0f7d602
...
...
@@ -16,10 +16,14 @@ special thanks to the supports of @唐老大 and the contributions of @端木详
-
REST API
-
Abstract file preview interface so that it is easy to extend more file extensions and develop this project on your own
### Official website and DOCS
URL:
[
https://kkfileview.keking.cn
](
https://kkfileview.keking.cn
)
### Live demo
> Please treat public service kindly, or this would stop at any time.
URL:
http://file.keking.cn/
URL:
[
https://file.keking.cn
](
https://file.keking.cn
)
### Documentation
1.
中文文档:https://gitee.com/kekingcn/file-online-preview/blob/master/README.md
...
...
@@ -67,6 +71,23 @@ If everything is ok,you will see the picture below.

### Changelog
> May 20th 2020 :
1.
Support for global watermark and dynamic change of watermark content through parameters
2.
Support for CAD file Preview
3.
Add configuration item base.url, support using nginx reverse proxy and set context-path
4.
All configuration items can be read from environment variables, which is convenient for docker image deployment and large-scale use in cluster
5.
Support the configuration of TrustHost (only the file source from the trust site can be previewed), and protect the preview service from abuse
6.
Support configuration of customize cache cleanup time (cron expression)
7.
All recognizable plain text can be previewed directly without downloading, such as .md .java .py, etc
8.
Support configuration to limit PDF file download after conversion
9.
Optimize Maven packaging configuration to solve the problem of line break in .sh script
10.
Place all CDN dependencies on the front end locally for users without external network connection
11.
Comment Service on home page switched from Sohu ChangYan to gitalk
12.
Fixed preview exceptions that may be caused by special characters in the URL
13.
Fixed the addtask exception of the transformation file queue
14.
Fixed other known issues
15.
Official website build:
[
https://kkfileview.keking.cn
](
https://kkfileview.keking.cn
)
16.
Official docker image repository build:
[
https://hub.docker.com/r/keking/kkfileview
](
https://hub.docker.com/r/keking/kkfileview
)
> June 18th 2019 :
1.
Support automatic cleaning of cache and preview files
...
...
README.md
View file @
c0f7d602
...
...
@@ -11,10 +11,14 @@
1.
抽象预览服务接口,方便二次开发,非常方便添加其他类型文件预览支持
1.
最最重要Apache协议开源,代码pull下来想干嘛就干嘛
### 官网及文档
地址:
[
https://kkfileview.keking.cn
](
https://kkfileview.keking.cn
)
### 在线体验
> 请善待公共服务,会不定时停用
地址:
http://file.keking.cn/
地址:
[
https://file.keking.cn
](
https://file.keking.cn
)
### 项目文档(Project documentation)
1.
详细wiki文档:https://gitee.com/kekingcn/file-online-preview/wikis/pages
...
...
@@ -62,6 +66,24 @@ QQ群号:613025121
### 历史更新记录
> 2020年05月20日 :
1.
新增支持全局水印,并支持通过参数动态改变水印内容
2.
新增支持CAD文件预览
3.
新增base.url配置,支持使用nginx反向代理和使用context-path
4.
支持所有配置项支持从环境变量里读取,方便Docker镜像部署和集群中大规模使用
5.
支持配置限信任站点(只能预览来自信任点的文件源),保护预览服务不被滥用
6.
支持配置自定义缓存清理时间(cron表达式)
7.
全部能识别的纯文本直接预览,不用再转跳下载,如.md .java .py等
8.
支持配置限制转换后的PDF文件下载
9.
优化maven打包配置,解决 .sh 脚本可能出现换行符问题
10.
将前端所有CDN依赖放到本地,方便没有外网连接的用户使用
11.
首页评论服务由搜狐畅言切换到Gitalk
12.
修复url中包含特殊字符可能会引起的预览异常
13.
修复转换文件队列addTask异常
14.
修复其他已经问题
15.
官网建设:
[
https://kkfileview.keking.cn
](
https://kkfileview.keking.cn
)
16.
官方Docker镜像仓库建设:
[
https://hub.docker.com/r/keking/kkfileview
](
https://hub.docker.com/r/keking/kkfileview
)
> 2019年06月18日 :
1.
支持自动清理缓存及预览文件
2.
支持http/https下载流url文件预览
...
...
jodconverter-web/src/main/resources/web/index.ftl
View file @
c0f7d602
...
...
@@ -84,6 +84,24 @@ window.open('http://127.0.0.1:8012/picturesPreview?urls='+encodeURIComponent(fil
<div
id=
"collapseThree"
class=
"panel-collapse collapse in"
>
<div
class=
"panel-body"
>
<div>
2020年05月20日 :
<br>
1. 新增支持全局水印,并支持通过参数动态改变水印内容
<br>
2. 新增支持CAD文件预览
<br>
3. 新增base.url配置,支持使用nginx反向代理和使用context-path
<br>
4. 支持所有配置项支持从环境变量里读取,方便Docker镜像部署和集群中大规模使用
<br>
5. 支持配置限信任站点(只能预览来自信任点的文件源),保护预览服务不被滥用
<br>
6. 支持配置自定义缓存清理时间(cron表达式)
<br>
7. 全部能识别的纯文本直接预览,不用再转跳下载,如.md .java .py等
<br>
8. 支持配置限制转换后的PDF文件下载
<br>
9. 优化maven打包配置,解决 .sh 脚本可能出现换行符问题
<br>
10. 将前端所有CDN依赖放到本地,方便没有外网连接的用户使用
<br>
11. 首页评论服务由搜狐畅言切换到Gitalk
<br>
12. 修复url中包含特殊字符可能会引起的预览异常
<br>
13. 修复转换文件队列addTask异常
<br>
14. 修复其他已经问题
<br>
15. 官网建设:
<a
href=
"https://kkfileview.keking.cn"
>
https://kkfileview.keking.cn
</a><br>
16. 官方Docker镜像仓库建设:
<a
href=
"https://hub.docker.com/r/keking/kkfileview"
>
https://hub.docker.com/r/keking/kkfileview
</a><br><br>
2019年06月18日 :
<br>
1. 支持自动清理缓存及预览文件
<br>
2. 支持http/https下载流url文件预览
<br>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment