Mayx's Home Page https://mabbs.github.io
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.

118 lines
3.4 KiB

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

Powered by TurnKey Linux.