taoky

Results 53 issues of taoky

避免添加新镜像后再手动更新 `pkg/core/meta.go`。 八月份讨论的时候 @gaoyifan 提出的一个可能的实现方式: ```Dockerfile Dockerfile LABEL gen_upstream="{{some jinja2 script}}" ```

作为目前 yukid 和 yukictl handbook 的补充,帮助新接触 yuki 的用户快速了解并搭建测试环境。

enhancement

### 预期行为 当环境变量为: ``` EXTRA=--some-arg "Test String" ``` 的时候,被 exec 的最终的程序能够知道 `--some-arg` 的参数是 `"Test String"` ### 实际行为 当写成: ``` exec some-program $EXTRA ``` 的时候,shell 实际会(非预期地)拆成 `--some-arg '"Test' 'String"'`,那么 `--some-arg` 的参数就是...

Docker Hub free team tier 将在一个月后不再可用,这会影响 ustcmirror 下的容器。 Ref: - https://github.com/docker/hub-feedback/issues/2314 - https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf

### Checklist - [ ] 更新 README (如果方便的话, 可以简述一下您所做的改动) https://github.com/ustclug/mirrorrequest/issues/276 尝试使用 skopeo 进行 Docker 镜像同步。 详情: - mirrors 本地开一个 registry,通过 nginx 反代 GET/HEAD only 限制外部 push。(如果需要设置密码,registry 就必须配置 TLS,这样的话反代什么的会非常麻烦) - yuki...

[html-proofer](https://github.com/gjtorikian/html-proofer) 参考命令,在 Jekyll build 完成后进行: ``` bundle exec htmlproofer --url-swap '\/static\/:https\://lug.ustc.edu.cn/static/' ./_site ``` 目前大约有 1000 余个问题。(不过绝大部分错误都是图片没有 alt) 由于执行时间很长,且新页面一般不会有死链,所以不考虑加入 CI。

@zenithalhourlyrate, as the maintainer of TUNA mirrors, reported a syncing issue in #200. Although this issue has been resolved, it would still be very helpful to provide an rsync endpoint...

only has instructions for Arch Linux (AUR) and openSUSE (OBS), which may hinder users of other distros to use mogan. It's troublesome to build packages separately for every distro. However,...

help wanted
Community

(Breaking change) 依赖于镜像站从 rsync://rsync.opensuse.org/buildservice-repos-main/isv:/kubernetes:/ 同步。

### 先决条件 (Prerequisites) - [X] 我已确认这个问题没有在[其他 issues](https://github.com/mirrorz-org/mirrorz-help/issues)中提出过。 I am sure that this problem has NEVER been discussed in [other issues](https://github.com/mirrorz-org/mirrorz-help/issues). ### 发生了什么(What happened) 在侧边栏点击包括 "Rust crates.io 索引镜像" 等项时,URL 显示为: https://help.mirrorz.org/crates.io-index.git...

bug