-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
-
Fancyindex 是 Nginx 的一个第三方模块,用来开启目录浏览功能,是 autoindex 模块的美化版。
- 美化前(使用 autoindex)
- 美化后(使用 fancyindex)
-
使用 Fancyindex 的镜像站点也不少,已知的包括:阿里云、南京大学、华中科技大学。现将原有的
aliyun采集器改造为fancyindex采集器,用于统一处理针对这个类型的镜像站点的 go 版本信息采集。 -
G_MIRROR环境变量支持新扩展写法- 完整写法:
export G_MIRROR='采集器名|镜像站点URL',如export G_MIRROR='fancyindex|https://mirrors.nju.edu.cn/golang/'。 - 简写语法:
export G_MIRROR=镜像站点URL,如export G_MIRROR='https://mirrors.nju.edu.cn/golang/'。注意:简写写法仅针对已知并完成适配的镜像站点,而完整写法则可以针对已知或匹配采集器的未知镜像站点。
- 完整写法:
-
autoindex 采集器见 增加Nginx autoindex采集器 #137
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request