Files
John bd7635986a Initial commit: WordLoop 单词学习应用
Vue 前端 + FastAPI 后端,含部署脚本与词典数据。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 14:30:53 -07:00

16 lines
602 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Cloudflare Tunnel 示例配置
# 1. 复制为 config.ymlcp config.yml.example config.yml
# 2. 运行 cloudflared tunnel login 后创建隧道:
# cloudflared tunnel create wordloop
# 3. 将 credentials-file 路径改为实际 JSON(通常在 ~/.cloudflared/<tunnel-id>.json
# 4. 在 Cloudflare 控制台为 w.tkmind.cn 添加 Public Hostname,或执行:
# cloudflared tunnel route dns wordloop w.tkmind.cn
tunnel: wordloop
credentials-file: /path/to/.cloudflared/<TUNNEL-UUID>.json
ingress:
- hostname: w.tkmind.cn
service: http://127.0.0.1:8080
- service: http_status:404