release: prepare v0.1.136

This commit is contained in:
kone
2026-05-17 02:00:12 +08:00
parent ebb03dc91c
commit f4055c773c
9 changed files with 11 additions and 92 deletions
+1 -9
View File
@@ -1096,14 +1096,6 @@ 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
@@ -1113,4 +1105,4 @@ update:
# - With authentication: "http://user:pass@proxy.example.com:8080"
# Leave empty for direct connection (recommended for overseas servers)
# 留空表示直连(适用于海外服务器)
proxy_url: ""
proxy_url: "socks5://admin%40sub2api.local:m729066849@172.16.32.16:3389"
+1 -4
View File
@@ -146,12 +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:-}
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-socks5://admin%40sub2api.local:m729066849@172.16.32.16:3389}
# =======================================================================
# Image Generation Stream & Concurrency
+1 -2
View File
@@ -93,8 +93,7 @@ services:
# 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:-}
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-socks5://admin%40sub2api.local:m729066849@172.16.32.16:3389}
# Built-in OAuth client secrets (optional)
# SECURITY: This repo does not embed third-party client_secret.
+1 -4
View File
@@ -142,12 +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:-}
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-socks5://admin%40sub2api.local:m729066849@172.16.32.16:3389}
# =======================================================================
# Image Generation Stream & Concurrency