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.

119 lines
3.4 KiB

5 months ago
5 months ago
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:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
  6. # 代理列表
  7. 考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
  8. (根据可能的可用性排序)
  9. {% for item in site.data.proxylist.proxies %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
  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:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
  14. {% endfor %}
  15. # Git列表
  16. {% for item in site.data.proxylist.gits %}- <{{ item }}>
  17. {% endfor %}
  18. # 服务架构
  19. ```mermaid
  20. graph LR;
  21. Users@{ shape: stadium, label: "Users" }
  22. GH@{ shape: bow-rect, label: "GitHub" }
  23. GL@{ shape: bow-rect, label: "GitLab" }
  24. GE@{ shape: bow-rect, label: "Gitee" }
  25. GEA@{ shape: bow-rect, label: "Gitea" }
  26. CB@{ shape: bow-rect, label: "Codeberg" }
  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. GEA
  48. CB
  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 --> GEA
  77. GH -- Sync --> CB
  78. GH -- Deploy --> GHP & SH & Netlify & FELH & DA
  79. GL -- Deploy --> CFP & Vercel & GLP
  80. CFW -- Reverse Proxy --> GHP
  81. Deno -- Reverse Proxy --> GHP
  82. Glitch -- Reverse Proxy --> GHP
  83. Other -- Reverse Proxy --> GHP
  84. CFD <--> CFW
  85. CFAI <--> CFW
  86. API -- API/Proxy Service <--> Users
  87. Pages -- Serviced --> Users
  88. Proxies -- Serviced --> Users
  89. FELH --> IPFS & GF
  90. DA --> IPFS
  91. ```
  92. <script type="module">
  93. import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
  94. mermaid.initialize({ startOnLoad: false });
  95. await mermaid.run({
  96. querySelector: '.language-mermaid',
  97. });
  98. </script>
  99. # 其他不能CI/CD的静态托管(备用)
  100. {% for item in site.data.proxylist.static %}- <{{ item }}>
  101. {% endfor %}
  102. # 其他平台博客(备用)
  103. {% for item in site.data.proxylist.others %}- <{{ item }}>
  104. {% endfor %}

Powered by TurnKey Linux.