We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fancyindex 是 Nginx 的一个第三方模块,用来开启目录浏览功能,是 autoindex 模块的美化版。
使用 Fancyindex 的镜像站点也不少,已知的包括:阿里云、南京大学、华中科技大学。现将原有的aliyun采集器改造为fancyindex采集器,用于统一处理针对这个类型的镜像站点的 go 版本信息采集。
aliyun
fancyindex
G_MIRROR环境变量支持新扩展写法
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
The text was updated successfully, but these errors were encountered:
feat: add fancyindex collector. #139
b6100dc
voidint
No branches or pull requests
Fancyindex 是 Nginx 的一个第三方模块,用来开启目录浏览功能,是 autoindex 模块的美化版。
使用 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
The text was updated successfully, but these errors were encountered: