mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
posts: 利用Vercel Function搭建一个Github全站反代
This commit is contained in:
BIN
src/content/assets/images/2025-08-30-22-09-42-image.png
Normal file
BIN
src/content/assets/images/2025-08-30-22-09-42-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 154 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -11,7 +11,7 @@ lang: ''
|
||||
|
||||
# 开始实现
|
||||
|
||||
> 源码: [GithubSiteProxyForCloudflareWorker/eopf.js at main · afoim/GithubSiteProxyForCloudflareWorker](https://github.com/afoim/GithubSiteProxyForCloudflareWorker/blob/main/eopf.js)
|
||||
> 源码: [afoim/EdgeOnePagesFunctionGithubProxy](https://github.com/afoim/EdgeOnePagesFunctionGithubProxy)
|
||||
|
||||
首先请阅读 [这篇文章](/posts/gh-proxy/) 知晓大致原理。因为EdgeOne Page Function的写法跟Cloudflare Worker差不多
|
||||
|
||||
|
||||
20
src/content/posts/vercel-github.md
Normal file
20
src/content/posts/vercel-github.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: 利用Vercel Function搭建一个Github全站反代
|
||||
published: 2025-08-30T21:35:52
|
||||
description: '嫌弃CF Worker不够快?那就试试Vercel Function!'
|
||||
image: '../assets/images/2025-08-30-22-09-42-image.png'
|
||||
tags: [Vercel]
|
||||
|
||||
draft: false
|
||||
lang: ''
|
||||
---
|
||||
|
||||
# 正式开始
|
||||
|
||||
首先请阅读 [这篇文章](/posts/gh-proxy/) 知晓大致原理。
|
||||
|
||||
克隆 [afoim/VercelFunctionGithubProxy](https://github.com/afoim/VercelFunctionGithubProxy),部署到Vercel,绑你自己域名
|
||||
|
||||

|
||||
|
||||

|
||||
Reference in New Issue
Block a user