Releases: vastsa/FileCodeBox
Releases · vastsa/FileCodeBox
v2.5.4
Compare
Sorry, something went wrong.
No results found
2.5.4 (2026-07-23)
Bug Fixes
run Docker as root for volume compatibility (fbcd4a5 )
run Docker image as root for data volume compatibility (fc0cbeb )
v2.5.3
Compare
Sorry, something went wrong.
No results found
2.5.3 (2026-07-23)
Bug Fixes
add magic-byte checks, login rate limits, and non-root Docker (eda0a31 )
magic-byte file checks, admin login rate limit, non-root Docker (0ee2f04 )
v2.5.2
Compare
Sorry, something went wrong.
No results found
2.5.2 (2026-07-23)
Bug Fixes
harden share expiry, download token, quota SQL, and CORS (ae77026 )
harden share expiry, download token, quota SQL, and CORS (a41693f )
v2.5.1
Compare
Sorry, something went wrong.
No results found
2.5.1 (2026-07-21)
Bug Fixes
patch CVE dependencies and path traversal risks (00f3abd )
v2.5.0
Compare
Sorry, something went wrong.
No results found
vastsa
released this
21 Jul 06:50
2.5.0 (2026-07-21)
Security
patch CVE dependencies and path traversal risks (00f3abd )
upgrade aiohttp to 3.14.2 and refresh related runtime packages
harden local file/share path checks against traversal
use constant-time password comparison and urlsafe JWT encoding
default Docker FORWARDED_ALLOW_IPS to empty to avoid spoofed proxy headers
Features
add global storage capacity limit (818dd47 )
automate version releases (ee8f908 )
configure admin session lifetime (#484 ) (93ff291 )
Bug Fixes
build frontend on native Docker platform (2c51384 )
harden automated release workflow (46883c9 )
harden share retrieval and admin visibility (#482 , #480 ) (8d7d856 )
resolve docs dependency audit warnings (36300ef )
Note: this tag was republished to include the security fix above. Prefer v2.5.1 for the canonical latest release line.
V2.3
Compare
Sorry, something went wrong.
No results found
vastsa
released this
30 Dec 19:50
fix: https://github.com/vastsa/FileCodeBox/issues/444
V2.2
Compare
Sorry, something went wrong.
No results found
vastsa
released this
23 Feb 02:32
feat: update latest version
V2.1
Compare
Sorry, something went wrong.
No results found
vastsa
released this
15 Jun 13:29
新增了挺多功能和细节的,比如说网站通知,以及前端限制文件大小和游客等,以及自定义网站说明等。鸽了挺久的,还有很多issue没修,最近总算是稳定下来一点点了,所以才慢慢的有时间维护。
V2.0
Compare
Sorry, something went wrong.
No results found
vastsa
released this
25 Oct 06:27
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
Compare
Sorry, something went wrong.
No results found
vastsa
released this
01 Mar 10:40
异步分片上传
2. 多样化上传方式