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.

116 lines
3.3 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. OG@{ shape: bow-rect, label: "Other..." }
  26. CFP@{ shape: docs, label: "CloudFlare Pages" }
  27. GHP@{ shape: docs, label: "GitHub Pages" }
  28. GLP@{ shape: docs, label: "GitLab Pages" }
  29. FELH@{ shape: docs, label: "4EVERLAND Hosting" }
  30. IPFS@{ shape: lin-cyl, label: "IPFS" }
  31. GF@{ shape: lin-cyl, label: "Greenfield" }
  32. Vercel@{ shape: docs, label: "Vercel" }
  33. Netlify@{ shape: docs, label: "Netlify" }
  34. SH@{ shape: docs, label: "statichost.eu" }
  35. DA@{ shape: docs, label: "dAppling" }
  36. CFW@{ label: "CloudFlare Workers" }
  37. CFAI@{ shape: procs, label: "CloudFlare AI" }
  38. CFD@{ shape: lin-cyl, label: "CloudFlare D1" }
  39. Deno@{ shape: curv-trap, label: "Deno" }
  40. Glitch@{ shape: curv-trap, label: "Glitch" }
  41. Other@{ shape: curv-trap, label: "Other..." }
  42. subgraph Repo
  43. GH
  44. GL
  45. GE
  46. OG
  47. end
  48. subgraph Pages
  49. GHP
  50. GLP
  51. CFP
  52. SH
  53. FELH
  54. DA
  55. Vercel
  56. Netlify
  57. end
  58. subgraph API[API Service]
  59. CFAI
  60. CFD
  61. CFW
  62. end
  63. subgraph Proxies
  64. Deno
  65. Glitch
  66. Other
  67. end
  68. subgraph DS[Decentralized storage]
  69. IPFS
  70. GF
  71. end
  72. GH <-- Sync --> GL
  73. GH -- Sync --> GE
  74. GH -. Sync .-> OG
  75. GH -- Deploy --> GHP & SH & Netlify & FELH & DA
  76. GL -- Deploy --> CFP & Vercel & GLP
  77. CFW -- Reverse Proxy --> GHP
  78. Deno -- Reverse Proxy --> GHP
  79. Glitch -- Reverse Proxy --> GHP
  80. Other -- Reverse Proxy --> GHP
  81. CFD <--> CFW
  82. CFAI <--> CFW
  83. API -- API/Proxy Service <--> Users
  84. Pages -- Serviced --> Users
  85. Proxies -- Serviced --> Users
  86. FELH --> IPFS & GF
  87. DA --> IPFS
  88. ```
  89. <script type="module">
  90. import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
  91. mermaid.initialize({ startOnLoad: false });
  92. await mermaid.run({
  93. querySelector: '.language-mermaid',
  94. });
  95. </script>
  96. # 其他不能CI/CD的静态托管(备用)
  97. {% for item in site.data.proxylist.static %}- <{{ item }}>
  98. {% endfor %}
  99. # 其他平台博客(备用)
  100. {% for item in site.data.proxylist.others %}- <{{ item }}>
  101. {% endfor %}

Powered by TurnKey Linux.