Use offical Dockerfile, build arm and x86 images for version 4.2.0
7.7K
https://kkfileview.keking.cn/
Quick Start:
docker run --rm -d -p 8012:8012 killsnow/kkfileview:4.2.0
Access
http://127.0.0.1:8012
Use Environment Variable
docker run --rm -d -p 8012:8012 -e KK_CONTEXT_PATH="fileview" killsnow/kkfileview:4.2.0
Access
http://127.0.0.1:8012/fileview
Install Path:
/opt/kkFileView-4.2.0-SNAPSHOT/
Config File:
/opt/kkFileView-4.2.0-SNAPSHOT/config/application.properties
default: 8012
define listen port
default: /
Note:ServletContext of tomcat when kkFileView is running, default value:/
e.g.:server.context-path = /preview
default: https://file.keking.cn
Note: Provide the address of the preview service, read from the request url by default, if you use a reverse proxy such as nginx, you need to set it manually
default: file.keking.cn,kkfileview.keking.cn
Note: Trusted sites, multiple separated by ',', after setting, it will limit the preview of files from the list of trusted sites, the default is not limited
Content type
Image
Digest
sha256:a334e26df…
Size
1.1 GB
Last updated
over 3 years ago
docker pull killsnow/kkfileview