This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"identifier": { | |
"id": "ms-vscode.js-debug" | |
}, | |
"preRelease": false, | |
"version": "1.102.0", | |
"pinned": false | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cloudflare script for Huggingface by wyf9 | |
echo "[CFD] v2025.7.18.1" | |
# * 使用说明: | |
# 在 Dockerfile 中添加: RUN wget -O cfd.sh https://gist.github.com/wyf9/71ff358636154ab00d90602c3c818763/raw/cfd.sh | |
# 并将启动命令改为 CMD bash cfd.sh | |
# 需要提前安装 wget: CMD apt install wget -y | |
# * 配置环境变量: | |
# CFD_TOKEN: 你的隧道 token | |
# CFD_COMMAND: 原本的启动命令 |