From 02bf5d26bea3d2c22ef523b63d188ac01abfbdf6 Mon Sep 17 00:00:00 2001 From: iBug Date: Thu, 31 Oct 2024 19:44:22 +0800 Subject: [PATCH] Update links and sections for mirrors Also moved mail-list.md into discontinued.md --- docs/services/discontinued.md | 8 ++++++++ docs/services/mirrors/4/index.md | 8 +------- docs/services/mirrors/mail-list.md | 12 ------------ docs/services/mirrors/services.md | 2 +- mkdocs.yml | 1 - 5 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 docs/services/mirrors/mail-list.md diff --git a/docs/services/discontinued.md b/docs/services/discontinued.md index 41b950ee..ed5c919a 100644 --- a/docs/services/discontinued.md +++ b/docs/services/discontinued.md @@ -60,3 +60,11 @@ webhook from DockerHub: /srv/webhook/hooks.json ## Wordpress-based servers.ustclug.org & planet.ustclug.org 为了减小攻击面与维护成本,servers.ustclug.org 迁移到了基于 Jekyll 的方案;planet.ustclug.org 在早前已经整合到了 LUG 主站中。 + +### Mail List + +Plugin *Email Subscribers & Newsletters* on `servers.ustclug.org` sends a mail to Google Group when a new article posted on *mirrors* catalogue. + +The mails are sent from `servers@ustclug.org`, which is a member of Google Group with write permission. + +Google Group: [ustc-mirrors@googlegroups.com](https://groups.google.com/d/forum/ustc-mirrors) diff --git a/docs/services/mirrors/4/index.md b/docs/services/mirrors/4/index.md index 2ab13950..9abb9475 100644 --- a/docs/services/mirrors/4/index.md +++ b/docs/services/mirrors/4/index.md @@ -38,10 +38,4 @@ CPU 这台服务器初装时是没有配置 swap 的,在 2024-10-31 17:12 左右由 git daemon 导致 OOM 后补充了 64G swap,此时 VG 剩余空间还有 100 多 GB 留给以后使用。 -同时我们也给 git daemon 上了内存限制: - -```ini title="systemctl edit git-daemon.service" -[Service] -MemoryMax=32G -MemoryHigh=28G -``` +同时我们也给 git daemon 上了内存限制,详情见 [Service](../services.md#git)。 diff --git a/docs/services/mirrors/mail-list.md b/docs/services/mirrors/mail-list.md deleted file mode 100644 index 3f2581d7..00000000 --- a/docs/services/mirrors/mail-list.md +++ /dev/null @@ -1,12 +0,0 @@ -# Mail List - -!!! warning - - This no longer works since servers.ustclug.org has been migrated to Jekyll. - -Plugin *Email Subscribers & Newsletters* on [servers.ustclug.org](https://servers.ustclug.org) sends a mail to Google Group when a new article posted on *mirrors* catalogue. - -The mails are sent from servers@ustclug.org, which is a member of Google Group with write permission. - -Google Group: [ustc-mirrors@googlegroups.com](https://groups.google.com/d/forum/ustc-mirrors) - diff --git a/docs/services/mirrors/services.md b/docs/services/mirrors/services.md index d824ada1..4cd8e516 100644 --- a/docs/services/mirrors/services.md +++ b/docs/services/mirrors/services.md @@ -43,7 +43,7 @@ endscript 未完待续。 -## Git 服务 +## Git 服务 {#git} Mirrors 上的 Git 服务由两部分组成: diff --git a/mkdocs.yml b/mkdocs.yml index 8cac48ac..634f9a0e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -128,7 +128,6 @@ nav: - Monitoring: services/mirrors/monitor.md - Limiter: "services/mirrors/limiter.md" - Rsync: "services/mirrors/rsync.md" - - Mail list: "services/mirrors/mail-list.md" - Gateway EL: "services/gateway-el.md" - Gateway NIC: "services/gateway-nic.md" - Gateway JP: "services/gateway-jp.md"