diff --git a/docs/infrastructure/intranet/img/network.html b/docs/infrastructure/intranet/img/network.html new file mode 100644 index 00000000..f2e13c29 --- /dev/null +++ b/docs/infrastructure/intranet/img/network.html @@ -0,0 +1,12 @@ + + + + +LUG Network.html + + + +
+ + + diff --git a/docs/infrastructure/intranet/index.md b/docs/infrastructure/intranet/index.md index bb7db387..56ce457f 100644 --- a/docs/infrastructure/intranet/index.md +++ b/docs/infrastructure/intranet/index.md @@ -4,9 +4,9 @@ Servers Intranet connect all the servers together, including physics servers and ## Network Topology - + -以上架构图由 Hypercube 在 2018 年 5 月更新。以下信息是过时的,不过有参考价值。 +以上架构图由 iBug 在 2023 年 11 月更新。以下信息是过时的,不过有参考价值。 The network contains three parts: diff --git a/docs/infrastructure/proxmox/pve.md b/docs/infrastructure/proxmox/pve.md index a9965d99..d759ec6d 100644 --- a/docs/infrastructure/proxmox/pve.md +++ b/docs/infrastructure/proxmox/pve.md @@ -27,7 +27,11 @@ LUG 目前服役的 Proxmox VE 主机有: ### root 账户 -为了便于通过 IPMI 等方式维护,我们约定**所有 Proxmox 主机的 root 账户密码保持为空**。若有操作需要使用 root 密码(如创建和加入集群时),请通过 SSH 或 IPMI 登录,临时设置一个 root 密码,并在修改完 PVE / PBS 的配置后将密码删除(`passwd -d`)。PVE / PBS 没有依赖于固定不变的 root 密码才能正常运行的组件,因此这样做对 PVE / PBS 来说是没问题的。 +!!! danger "已废弃的内容" + + + + ~~为了便于通过 IPMI 等方式维护,我们约定**所有 Proxmox 主机的 root 账户密码保持为空**。若有操作需要使用 root 密码(如创建和加入集群时),请通过 SSH 或 IPMI 登录,临时设置一个 root 密码,并在修改完 PVE / PBS 的配置后将密码删除(`passwd -d`)。PVE / PBS 没有依赖于固定不变的 root 密码才能正常运行的组件,因此这样做对 PVE / PBS 来说是没问题的。~~ ### 网络配置 {#networking} diff --git a/docs/services/documentations.md b/docs/services/documentations.md new file mode 100644 index 00000000..73bac9c7 --- /dev/null +++ b/docs/services/documentations.md @@ -0,0 +1 @@ +# LUG 文档 diff --git a/docs/services/gitlab.md b/docs/services/gitlab.md index d7fa7839..25c0e52d 100644 --- a/docs/services/gitlab.md +++ b/docs/services/gitlab.md @@ -29,7 +29,7 @@ GitLab 维护者需要订阅: 由于更新可能会出现问题导致服务不可用,因此不建议通过 cron 等方式自动进行更新。 -**建议在更新完成 72 小时内删除快照,详见 [关于快照](/infrastructure/vsphere/esxi/#about-snapshot)。** +**建议在更新完成 72 小时内删除快照,详见 [关于快照](../infrastructure/proxmox/pve.md#about-snapshot)。** ## postgresql 与 redis 的更新 diff --git a/mkdocs.yml b/mkdocs.yml index 4f635408..4eb87e9a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ site_author: "USTC Linux User Group" site_url: "https://docs.ustclug.org/" # Repository -repo_name: "ustclug/documentations" +#repo_name: Auto-inferred from URL repo_url: "https://github.com/ustclug/documentations" # Copyright @@ -140,6 +140,7 @@ nav: - "services/pxe/index.md" - LIIMS: "services/pxe/liims.md" - FTP: "services/ftp.md" + - Documentations: services/documentations.md - Generate 204: "services/generate-204.md" - Discontinued Services: "services/discontinued.md" - Common Issues: @@ -148,3 +149,4 @@ nav: - Nginx: faq/nginx.md - systemd-timer: faq/systemd-timer.md - Docker: faq/docker.md + - VM: faq/vm.md