mirror-docker-unified icon indicating copy to clipboard operation
mirror-docker-unified copied to clipboard

Infrastructure of SJTUG mirrors

Results 12 mirror-docker-unified issues
Sort by recently updated
recently updated
newest added

docker is compatible with firewalld rules, and therefore I'd like to migrate to that firewall. Zhiyuan has been using firewalld since its upgrade to Fedora 33, and we would apply...

As for https://github.com/sjtug/mirror-docker-unified/pull/296, we should be able to check if IPv6 is really available in some container, e.g. by using prometheus.

Currently, all docker images are built offline on servers instead of packaging in advance in CI. We plan to publish all images to ghcr.io, and pull them to server.

Currently monitoring infrastructure is too old. In the future, we plan to: * open-source monitor infra * upgrade Grafana, Prometheus and ELK stack to latest version * add status page...

* 可以完整记录同步的状态(json / Redis) * 可以获取同步数据的大小 * 可以通过 REST API 暂停/开始同步(或者通过类似 lock file 之类的东西控制) * 可以热更新配置 * 可以启动容器同步 * 可以把 stdout 打到 ELK * 可以将上游、interval 等信息暴露给用户 cc @htfy96 @PhotonQuantum 有啥可以补充的吗(

enhancement

Caddyfile brings numerous issues for our site. We could leverage caddy JSON configuration scheme for better extensibility.

As git.sjtu.edu.cn always gets down unexpectedly, we would like to use some kind of middleware to handle git connections. * If git.sjtu.edu.cn is accessible, redirect users to that site. *...

Docker now natively support syslog backend. We do not need to use logspout. https://docs.docker.com/config/containers/logging/syslog/