File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.6.1 "
2+ "." : " 2.7.0 "
33}
Original file line number Diff line number Diff line change 1- 2.6.1
1+ 2.7.0
Original file line number Diff line number Diff line change 11version : " 3"
22services :
33 file-code-box :
4- image : lanol/filecodebox:2.6.1 # x-release-please-version
4+ image : lanol/filecodebox:2.7.0 # x-release-please-version
55 volumes :
66 - fcb-data:/app/data:rw
77 # NAS 已有文件:把共享目录挂到 /app/data/local,即可在后台「本地分享」里生成提取码,无需再上传
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.7.0] ( https://github.com/vastsa/FileCodeBox/compare/v2.6.1...v2.7.0 ) (2026-09-16)
4+
5+
6+ ### Features
7+
8+ * mint extract codes from data/local without re-upload ([ 93a30a2] ( https://github.com/vastsa/FileCodeBox/commit/93a30a257cc5b0ee23a374521e1e12602c3959da ) )
9+
310## [ 2.6.1] ( https://github.com/vastsa/FileCodeBox/compare/v2.6.0...v2.6.1 ) (2026-09-14)
411
512
Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3- <!-- Current release: 2.6.1 x-release-please-version -->
3+ <!-- Current release: 2.7.0 x-release-please-version -->
44
55### Added
66
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ docker run -d --restart unless-stopped \
4242 --log-opt max-size=10m \
4343 --log-opt max-file=3 \
4444 --name filecodebox \
45- lanol/filecodebox:2.6.1 # x-release-please-version
45+ lanol/filecodebox:2.7.0 # x-release-please-version
4646```
4747
4848Open ` http://localhost:12345 ` and complete the first-run setup.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ docker run -d --restart unless-stopped \
4242 --log-opt max-size=10m \
4343 --log-opt max-file=3 \
4444 --name filecodebox \
45- lanol/filecodebox:2.6.1 # x-release-please-version
45+ lanol/filecodebox:2.7.0 # x-release-please-version
4646```
4747
4848打开 ` http://localhost:12345 ` ,按引导完成首次初始化。
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ docker run -d --restart unless-stopped \
3232 --log-opt max-size=10m \
3333 --log-opt max-file=3 \
3434 --name filecodebox \
35- lanol/filecodebox:2.6.1 # x-release-please-version
35+ lanol/filecodebox:2.7.0 # x-release-please-version
3636```
3737
3838访问 ` http://localhost:12345 ` ,完成首次初始化。生产环境建议固定版本号;` latest ` 指向最新正式版。
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ docker run -d --restart unless-stopped \
3232 --log-opt max-size=10m \
3333 --log-opt max-file=3 \
3434 --name filecodebox \
35- lanol/filecodebox:2.6.1 # x-release-please-version
35+ lanol/filecodebox:2.7.0 # x-release-please-version
3636```
3737
3838Open ` http://localhost:12345 ` and complete first-run setup. Pin a version in production; ` latest ` tracks the newest stable release.
You can’t perform that action at this time.
0 commit comments