Skip to content

Releases: vastsa/FileCodeBox

V2.0

25 Oct 06:27
Compare
Choose a tag to compare

Good
一键安装

docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
一键更新

docker pull lanol/filecodebox:beta && docker stop filecodebox && docker rm filecodebox && docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta

V1.7 Beta

01 Mar 10:40
Compare
Choose a tag to compare
V1.7 Beta Pre-release
Pre-release
  1. 异步分片上传

image

2. 多样化上传方式

image

V1.6

19 Jan 13:57
Compare
Choose a tag to compare

更新了挺多的,后台管理,本地文件

V1.5.9.2

10 Jan 05:48
Compare
Choose a tag to compare

1.首页新增版本号
2.修复二维码多了个斜杠
3.修复黑暗模式消息框字体颜色

V1.5.9.1

29 Dec 08:56
Compare
Choose a tag to compare

fix bug

V1.5.8

19 Dec 14:35
f80d509
Compare
Choose a tag to compare

1.新增banner
2.后台翻页,设置banner

V1.5.6

16 Dec 03:52
Compare
Choose a tag to compare

add:前端判断文件大小
add:自定义删除过期文件间隔,修复因间隔过短导致还没下载文件就没了
update:Docker由800多m,减小到100m

V1.5.7

17 Dec 06:12
Compare
Choose a tag to compare
V1.5.7 Pre-release
Pre-release

首页样式更新

V1.5.4

13 Dec 17:21
Compare
Choose a tag to compare

1.开关上传功能,在配置文件中添加ENABLE_UPLOAD=true

V1.5.3

13 Dec 14:10
Compare
Choose a tag to compare

修了好多bug