新增 Sub2API 宝塔 Docker 应用 - #30
Open
amengyu wants to merge 7 commits into
Open
Conversation
This commit adds a new configuration file for the Sub2API application, detailing its properties, settings, and dependencies.
This JSON file defines the configuration for the Sub2API application, including app details, versioning, description, status, and various fields for user input and environment variables.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增 Sub2API 宝塔 Docker 应用模板,支持通过宝塔 Docker 应用一键部署 Sub2API。
Sub2API 是一个 AI API 聚合与分发平台,支持多账号、多渠道、API Key 管理、额度与用量统计,可统一管理多种 AI API 服务。
应用版本:
镜像来源:
已适配宝塔 Docker 外部应用结构,包含:
应用由以下服务组成:
支持配置管理员邮箱、管理员密码、数据库密码、Redis 密码、JWT 密钥等参数,并对应用数据、PostgreSQL 数据和 Redis 数据进行持久化保存。
测试情况:
已完成应用目录结构、环境变量、Docker Compose 配置及应用参数检查。