Files
karuo-ai/01_卡资(金)/金仓_存储备份/Gitea管理/脚本/gitea_push.conf

9 lines
427 B
Plaintext
Raw 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.

# Gitea 推送配置(可选)
# 局域网实时同步:填 NAS/内网 Gitea 所在机 IP推送时优先直连不经域名与代理
# 端口:内网一般为 3000与 git remote 里 FRP 端口(如 13000不同时务必单独填 GITEA_LAN_PORT
GITEA_LAN_IP=192.168.110.101
GITEA_LAN_PORT=3000
# 外网时使用的代理(本机 Clash 等)。留空则不走代理
GITEA_HTTP_PROXY=http://127.0.0.1:7897