Mayx's Home Page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
3.4 KiB

12 months ago
12 months ago
  1. ---
  2. layout: default
  3. title: 代理列表
  4. robots: nofollow
  5. ---
  6. 源站:<https://mabbs.github.io/> <img src="https://mabbs.github.io/images/online.svg" style="width: 1.2em; vertical-align: text-bottom;" onerror="this.outerHTML='ⓧ'"/>
  7. # 代理列表
  8. 考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
  9. (根据可能的可用性排序)
  10. {% for item in site.data.proxylist.proxies %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width: 1.2em; vertical-align: text-bottom;" onerror="this.outerHTML='ⓧ'"/>
  11. {% endfor %}
  12. # 镜像列表
  13. 由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
  14. {% for item in site.data.proxylist.mirrors %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width: 1.2em; vertical-align: text-bottom;" onerror="this.outerHTML='ⓧ'"/>
  15. {% endfor %}
  16. # Git仓库列表
  17. {% for item in site.data.proxylist.repos %}- <{{ item }}>
  18. {% endfor %}
  19. 其他更多社区/个人类型实例托管的Git仓库列表参见[这里](/other_repo_list.html)
  20. # 服务架构
  21. ```mermaid
  22. graph LR;
  23. Users@{ shape: stadium, label: "Users" }
  24. GH@{ shape: bow-rect, label: "GitHub" }
  25. GL@{ shape: bow-rect, label: "GitLab" }
  26. GE@{ shape: bow-rect, label: "Gitee" }
  27. OG@{ shape: bow-rect, label: "Other..." }
  28. CFP@{ shape: docs, label: "CloudFlare Pages" }
  29. GHP@{ shape: docs, label: "GitHub Pages" }
  30. GLP@{ shape: docs, label: "GitLab Pages" }
  31. FELH@{ shape: docs, label: "4EVERLAND Hosting" }
  32. IPFS@{ shape: lin-cyl, label: "IPFS" }
  33. GF@{ shape: lin-cyl, label: "Greenfield" }
  34. Vercel@{ shape: docs, label: "Vercel" }
  35. Netlify@{ shape: docs, label: "Netlify" }
  36. SH@{ shape: docs, label: "statichost.eu" }
  37. DA@{ shape: docs, label: "dAppling" }
  38. CFW@{ label: "CloudFlare Workers" }
  39. CFAI@{ shape: procs, label: "CloudFlare AI" }
  40. CFD@{ shape: lin-cyl, label: "CloudFlare D1" }
  41. Deno@{ shape: curv-trap, label: "Deno" }
  42. Glitch@{ shape: curv-trap, label: "Glitch" }
  43. Other@{ shape: curv-trap, label: "Other..." }
  44. subgraph Repo
  45. GH
  46. GL
  47. GE
  48. OG
  49. end
  50. subgraph Pages
  51. GHP
  52. GLP
  53. CFP
  54. SH
  55. FELH
  56. DA
  57. Vercel
  58. Netlify
  59. end
  60. subgraph API[API Service]
  61. CFAI
  62. CFD
  63. CFW
  64. end
  65. subgraph Proxies
  66. Deno
  67. Glitch
  68. Other
  69. end
  70. subgraph DS[Decentralized storage]
  71. IPFS
  72. GF
  73. end
  74. GH <-- Sync --> GL
  75. GH -- Sync --> GE
  76. GH -. Sync .-> OG
  77. GH -- Deploy --> GHP & SH & Netlify & FELH & DA
  78. GL -- Deploy --> CFP & Vercel & GLP
  79. CFW -- Reverse Proxy --> GHP
  80. Deno -- Reverse Proxy --> GHP
  81. Glitch -- Reverse Proxy --> GHP
  82. Other -- Reverse Proxy --> GHP
  83. CFD <--> CFW
  84. CFAI <--> CFW
  85. API -- API/Proxy Service <--> Users
  86. Pages -- Serviced --> Users
  87. Proxies -- Serviced --> Users
  88. FELH --> IPFS & GF
  89. DA --> IPFS
  90. ```
  91. <script type="module">
  92. import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
  93. mermaid.initialize({ startOnLoad: false });
  94. await mermaid.run({
  95. querySelector: '.language-mermaid',
  96. });
  97. </script>
  98. # 其他不能CI/CD的静态托管(备用)
  99. {% for item in site.data.proxylist.static %}- <{{ item }}>
  100. {% endfor %}
  101. # 其他平台博客(备用)
  102. {% for item in site.data.proxylist.others %}- <{{ item }}>
  103. {% endfor %}