Skip to content

How to set the custom github raw source proxy url #39

Answered by HerbertHe
HerbertHe asked this question in Q&A
Discussion options

You must be logged in to vote

The project uses https://ghproxy.net as github raw source proxy by default.

If you don't want to use it, you can add the custom proxy url by yourself.

Just need to set the environment variable CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL=<your-own-custom-proxy-url>, before you run yarn m3u.

ex.

CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL=<your-own-custom-proxy-url> && yarn m3u

But you need to pay attention to that The custom proxy service you configured MUST supports the request urls, like ${CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL}/https://raw.githubusercontent.com/xxx/xxx

Replies: 1 comment

Comment options

HerbertHe
Jan 15, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by HerbertHe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant