release: prepare v0.1.133
This commit is contained in:
@@ -1084,6 +1084,14 @@ update:
|
||||
# GitHub repository used for online update checks and binary downloads.
|
||||
# 在线更新检查和二进制下载使用的 GitHub 仓库。
|
||||
github_repo: "man209111-cpu/sub2api"
|
||||
# GitHub mirror base URL for online updates.
|
||||
# 在线更新使用的 GitHub 镜像站前缀。
|
||||
# Examples:
|
||||
# - "https://gh.llkk.cc"
|
||||
# - "https://mirror.example.com/{url}"
|
||||
# Leave empty for direct GitHub URLs.
|
||||
# 留空表示使用原始 GitHub 地址。
|
||||
github_mirror_base_url: ""
|
||||
# Proxy URL for accessing GitHub (used for online updates and pricing data)
|
||||
# 用于访问 GitHub 的代理地址(用于在线更新和定价数据获取)
|
||||
# Supports: http, https, socks5, socks5h
|
||||
|
||||
@@ -146,6 +146,9 @@ services:
|
||||
# =======================================================================
|
||||
# GitHub repo for online update checks and binary downloads
|
||||
- UPDATE_GITHUB_REPO=${UPDATE_GITHUB_REPO:-man209111-cpu/sub2api}
|
||||
# GitHub mirror base URL for online updates.
|
||||
# Example: https://gh.llkk.cc or https://mirror.example.com/{url}
|
||||
- UPDATE_GITHUB_MIRROR_BASE_URL=${UPDATE_GITHUB_MIRROR_BASE_URL:-}
|
||||
# Proxy for accessing GitHub (online updates + pricing data)
|
||||
# Examples: http://host:port, socks5://host:port
|
||||
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-}
|
||||
|
||||
@@ -89,6 +89,13 @@ services:
|
||||
- GEMINI_OAUTH_SCOPES=${GEMINI_OAUTH_SCOPES:-}
|
||||
- GEMINI_QUOTA_POLICY=${GEMINI_QUOTA_POLICY:-}
|
||||
|
||||
# =======================================================================
|
||||
# Update Configuration (在线更新配置)
|
||||
# =======================================================================
|
||||
- UPDATE_GITHUB_REPO=${UPDATE_GITHUB_REPO:-man209111-cpu/sub2api}
|
||||
- UPDATE_GITHUB_MIRROR_BASE_URL=${UPDATE_GITHUB_MIRROR_BASE_URL:-}
|
||||
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-}
|
||||
|
||||
# Built-in OAuth client secrets (optional)
|
||||
# SECURITY: This repo does not embed third-party client_secret.
|
||||
- GEMINI_CLI_OAUTH_CLIENT_SECRET=${GEMINI_CLI_OAUTH_CLIENT_SECRET:-}
|
||||
|
||||
@@ -142,6 +142,9 @@ services:
|
||||
# =======================================================================
|
||||
# GitHub repo for online update checks and binary downloads
|
||||
- UPDATE_GITHUB_REPO=${UPDATE_GITHUB_REPO:-man209111-cpu/sub2api}
|
||||
# GitHub mirror base URL for online updates.
|
||||
# Example: https://gh.llkk.cc or https://mirror.example.com/{url}
|
||||
- UPDATE_GITHUB_MIRROR_BASE_URL=${UPDATE_GITHUB_MIRROR_BASE_URL:-}
|
||||
# Proxy for accessing GitHub (online updates + pricing data)
|
||||
# Examples: http://host:port, socks5://host:port
|
||||
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-}
|
||||
|
||||
Reference in New Issue
Block a user