首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
3
Star
4
Fork
1
MJ PC Lab
/
extra-http-file-server
Fork 仓库
加载中
取消
确认
代码
Issues
0
Pull Requests
0
Wiki
0
统计
发行版
最新版
v1.20.1
86deaa9
2024-10-18 22:10
对比
Version 1.20.1
小小猫猫
Version 1.20.1
最后提交信息为:
chore: upgrade ghfs to v1.20.1
v1.20.0
4f6e7bf
2024-10-18 22:10
对比
Version 1.20.0
小小猫猫
Version 1.20.0
最后提交信息为:
chore: upgrade ghfs to v1.20.0
v1.19.1
387bcb4
2024-08-14 21:11
对比
Version 1.19.1
小小猫猫
Version 1.19.1
最后提交信息为:
chore: upgrade ghfs to v1.19.1
v1.19.0
9d328cc
2024-08-08 01:01
对比
Version 1.19.0
小小猫猫
# Main changes - reload TLS certificate files when received signal SIGHUP, useful when certificate renewed # Breaking change ## API: request JSON data by header `Accept: application/json` Usage for requesting JSON response changed. Before: ```sh curl 'http://server/path?json' ``` After: ```sh curl -H 'Accept: application/json' 'http://server/path' ```
最后提交信息为:
chore: upgrade ghfs to v1.19.0
v1.18.1
40b6873
2024-05-31 21:42
对比
Version 1.18.1
小小猫猫
Version 1.18.1
最后提交信息为:
chore: upgrade ghfs to v1.18.1
v1.18.0
1cf3f8c
2024-05-12 19:12
对比
Version 1.18.0
小小猫猫
Version 1.18.0
最后提交信息为:
chore: upgrade ghfs to v1.18.0
v1.17.0
9206c75
2024-03-06 21:54
对比
Version 1.17.0
小小猫猫
Version 1.17.0
最后提交信息为:
chore: upgrade ghfs to v1.17.0
v1.16.0
8804b7a
2024-01-06 00:12
对比
Version 1.16.0
小小猫猫
Version 1.16.0
最后提交信息为:
chore: upgrade ghfs to v1.16.0
v1.15.15
8bed3f9
2023-10-06 14:37
对比
Version 1.15.15
小小猫猫
Version 1.15.15
最后提交信息为:
feat: simplify https-skip logic
v1.15.14
3fc7cc8
2023-08-11 19:33
对比
Version 1.15.14
小小猫猫
Add `--gzip-static`.
最后提交信息为:
chore: upgrade ghfs to v1.15.14
v1.15.13
c0e48b3
2023-08-05 22:40
对比
Version 1.15.13
小小猫猫
- feat: skip to-https redirect for PKI validation URL `/.well-known/pki-validation/<resource>` - fix: check URL scheme for same-URL detection
最后提交信息为:
chore: upgrade ghfs to v1.15.13
v1.15.12
501fafd
2023-07-14 20:10
对比
Version 1.15.12
小小猫猫
Fix crash for --ip-{allow,deny}{,-file}.
最后提交信息为:
chore: upgrade ghfs to v1.15.12
v1.15.11
ff8b021
2023-06-21 21:06
对比
Version 1.15.11
小小猫猫
# 新增选项 ``` --perms <分隔符><url-path><分隔符><permission-list>[<分隔符><username> ...] 为指定用户授予路径(及子路径)权限。 `permission-list`是一个可以包含以下项目的逗号分割列表: - upload - mkdir - delete - archive 举例: --perms :/files:upload,delete:user1:user2 --perms-dir <分隔符><url-path><分隔符><permission-list>[<分隔符><username> ...] 与--perms类似,但指定的是文件系统路径,而不是URL路径。 ``` ------------------------------------------------- # New options ``` --perms <separator><url-path><separator><permission-list>[<separator><username> ...] Grant path(and sub paths) permissions to specific users. `permission-list` is a comma separated permission list which may contains: - upload - mkdir - delete - archive example: --perms :/files:upload,delete:user1:user2 --perms-dir <separator><url-path><separator><permission-list>[<separator><username> ...] Similar to --perms, but use file system path instead of url path. ```
最后提交信息为:
chore: upgrade ghfs to v1.15.11
v1.15.10
e9da4dd
2023-06-10 13:37
对比
Version 1.15.10
小小猫猫
Version 1.15.10
最后提交信息为:
chore: upgrade ghfs to v1.15.10
v1.15.9
622791d
2023-04-05 13:58
对比
Version 1.15.9
小小猫猫
Version 1.15.9
最后提交信息为:
chore: upgrade ghfs to v1.15.9
v1.15.8
3dc740f
2023-01-11 21:16
对比
Version 1.15.8
小小猫猫
Version 1.15.8
最后提交信息为:
chore: upgrade ghfs to v1.15.8
v1.15.6
e2b6510
2022-11-30 17:29
对比
Version 1.15.6
小小猫猫
Version 1.15.6
最后提交信息为:
chore: upgrade ghfs to v1.15.6
v1.15.5
6e816de
2022-10-01 12:24
对比
Version 1.15.5
小小猫猫
# Added - --ip-allow - --ip-allow-file - --ip-deny - --ip-deny-file - --header-add - --header-set - --rewrite-host - --rewrite-host-post - --rewrite-host-end
最后提交信息为:
chore: upgrade ghfs to v1.15.5
v1.15.4
a7b5a0c
2022-09-15 00:42
对比
Version 1.15.4
小小猫猫
Version 1.15.4
最后提交信息为:
chore: upgrade ghfs to v1.15.4
v1.15.3
7854051
2022-09-07 10:44
对比
Version 1.15.3
小小猫猫
初始发布。
最后提交信息为:
perf(middleware): preallocate space for middleware reference
下载
请输入验证码,防止盗链导致资源被占用
取消
下载