Releases: vastsa/FileCodeBox
Releases · vastsa/FileCodeBox
Release list
v2.5.1
v2.5.0
2.5.0 (2026-07-21)
Security
- patch CVE dependencies and path traversal risks (00f3abd)
- upgrade
aiohttpto 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_IPSto empty to avoid spoofed proxy headers
- upgrade
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.1for the canonical latest release line.
V2.3
V2.2
V2.1
V2.0
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

