mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-22 19:07:44 +08:00
feat:添加ais-ninja到测试
This commit is contained in:
parent
3172671028
commit
bd841b7fde
164
apps/ais-ninja/1.0.3/data.yml
Normal file
164
apps/ais-ninja/1.0.3/data.yml
Normal file
@ -0,0 +1,164 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: AIS_PLATFORM
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: AIS_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: AIS_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "6379"
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis Service Port
|
||||
labelZh: Redis服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
labelEn: Redis Service Password
|
||||
labelZh: Redis服务密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40043
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_HOST
|
||||
labelEn: SMTP HOST
|
||||
labelZh: SMTP 主机
|
||||
random: true
|
||||
required: false
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PORT
|
||||
labelEn: SMTP Port
|
||||
labelZh: SMTP 端口
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: EMAIL_SENDER
|
||||
labelEn: Email service sender email address
|
||||
labelZh: 邮箱服务发送方邮箱地址
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_USER
|
||||
labelEn: Email service user name
|
||||
labelZh: 邮箱服务用户名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PASSWORD
|
||||
labelEn: Email service password
|
||||
labelZh: 邮箱服务密码
|
||||
required: false
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: GOOGLE_CLIENT_ID
|
||||
labelEn: Google login client_id
|
||||
labelZh: 谷歌登录的client_id
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_ID
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: 阿里云accessKey ID
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_SECRET
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: Alibaba Cloud accessKeySecret
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_PERMIT
|
||||
labelEn: Enable mobile sign-in registration (true or false)
|
||||
labelZh: 启用手机登录注册(true or false)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_SIGN
|
||||
labelEn: Alibaba Cloud SMS verification code service signature
|
||||
labelZh: 阿里云短信验证码服务签名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_TEMPLATE
|
||||
labelEn: Alibaba Cloud verification code SMS template, which must include {code}
|
||||
labelZh: 阿里云验证码短信模板,需要包含 {code}
|
||||
required: false
|
||||
type: text
|
||||
35
apps/ais-ninja/1.0.3/docker-compose.yml
Normal file
35
apps/ais-ninja/1.0.3/docker-compose.yml
Normal file
@ -0,0 +1,35 @@
|
||||
version: '3'
|
||||
services:
|
||||
ais-ninja:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
environment:
|
||||
DATABASE_NAME: ${PANEL_DB_NAME}
|
||||
DATABASE_PORT: ${AIS_DB_PORT}
|
||||
DATABASE_HOST: ${PANEL_DB_HOST}
|
||||
DATABASE_USER: ${PANEL_DB_USER}
|
||||
DATABASE_PASSWORD: ${PANEL_DB_USER_PASSWORD}
|
||||
DATABASE_SYNC: 'true'
|
||||
REDIS_URL: redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}/0
|
||||
EMAIL_HOST: ${SMTP_HOST}
|
||||
EMAIL_PORT: ${SMTP_PORT}
|
||||
EMAIL_FROM: ${EMAIL_SENDER}
|
||||
EMAIL_AUTH_USER: ${SMTP_USER}
|
||||
EMAIL_AUTH_PASS: ${SMTP_PASSWORD}
|
||||
SOCIAL_GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
|
||||
ALI_ACCESS_KEY_ID: ${ALI_ACCESS_ID}
|
||||
ALI_ACCESS_KEY_SECRET: ${ALI_ACCESS_SECRET}
|
||||
ALI_SMS_ENABLE: ${ALI_SMS_PERMIT}
|
||||
ALI_SMS_SIGN_NAME: ${ALI_SMS_SIGN}
|
||||
ALI_SMS_TEMPLATE_CODE: ${ALI_SMS_TEMPLATE}
|
||||
image: jarvis2f/ais-ninja:v1.0.3
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
194
apps/ais-ninja/README.md
Normal file
194
apps/ais-ninja/README.md
Normal file
@ -0,0 +1,194 @@
|
||||
# ais-ninja
|
||||
|
||||
[English README]([README_en.md](https://github.com/jarvis2f/ais-ninja/blob/main/README_en.md))
|
||||
|
||||
## 介绍
|
||||
|
||||

|
||||
|
||||
ais-ninja 是一个基于 chatgpt 的 Web 应用程序。它基于 [ChatGpt-Web](https://github.com/79E/ChatGpt-Web).
|
||||
|
||||
* 重构了后端代码。
|
||||
* 多语言支持。
|
||||
* 支持插件系统。
|
||||
|
||||
## 插件列表
|
||||
|
||||
> 欢迎贡献你开发的插件,如何开发可以查看 [插件开发文档](#插件开发)。
|
||||
|
||||
| 插件名称 | 插件介绍 |
|
||||
|----------------------------------------|-------------------|
|
||||
| [Baidu Search](plugins%2Fbaidu-search) | 百度搜索 |
|
||||
| [DuckDuckGo](plugins%2FDuckDuckGo) | DuckDuckGo 搜索 |
|
||||
| [Google Search](plugins%2Fgoogle) | 谷歌搜索 |
|
||||
| [imdb](plugins%2Fimdb) | IMDB电影搜索(API需要付费) |
|
||||
| [internet](plugins%2Finternet) | 联网插件 |
|
||||
| [ipinfo.io](plugins%2Fipinfo.io) | ip 信息查询 |
|
||||
| [newsdata.io](plugins%2Fnewsdata.io) | 新闻查询 |
|
||||
| [seniverse](plugins%2Fseniverse) | 天气查询 |
|
||||
| [themoviedb](plugins%2Fthemoviedb) | 电影信息查询 |
|
||||
|
||||
## 部署
|
||||
|
||||
### docker
|
||||
|
||||
```shell
|
||||
docker run -d \
|
||||
--name ais-ninja \
|
||||
--hostname ais-ninja \
|
||||
-p 6789:80 \
|
||||
-e PUID=0 \
|
||||
-e DATABASE_NAME=ais_ninja \
|
||||
-e DATABASE_PORT=3306 \
|
||||
-e DATABASE_HOST=host \
|
||||
-e DATABASE_USER=root \
|
||||
-e DATABASE_PASSWORD=123456 \
|
||||
-e DATABASE_SYNC='true' \
|
||||
-e REDIS_URL=redis://${url}:6379/0 \
|
||||
jarvis2f/ais-ninja:v1.0.2
|
||||
```
|
||||
|
||||
### docker-compose
|
||||
|
||||
1. 创建文件夹 `ais_ninja` 创建 `docker-compose.yml` 文件.
|
||||
|
||||
```shell
|
||||
mkdir ais.ninja && cd ais.ninja
|
||||
touch docker-compose.yml
|
||||
```
|
||||
|
||||
2. 复制 [docker-compose.yml](https://github.com/jarvis2f/ais-ninja/blob/main/deploy/docker-compose.yml) 到 `docker-compose.yml` 文件中
|
||||
3. 修改 `docker-compose.yml` 中的环境变量
|
||||
4. 运行 `docker-compose up -d` 启动服务
|
||||
|
||||
运行 `docker logs ais-ninja-app` 查看日志。如果看到如下日志,则说明服务启动成功。首次启动会生成默认管理员帐户和密码。
|
||||
|
||||
```shell
|
||||
[12:47:52.887] INFO (43): Logger initialized: info
|
||||
[12:47:57.798] INFO (config/43): Config file path: /app/server/config.json
|
||||
[12:47:58.308] INFO (db/43): Database connected
|
||||
[12:47:58.822] INFO (db/43): Database synced
|
||||
[12:47:58.832] INFO (redis/43): Redis connected
|
||||
[12:47:58.851] WARN (openai/43): No OpenAI tokens provided
|
||||
[12:47:58.851] INFO (app/43): OpenAI clients initialized
|
||||
[12:47:58.860] INFO (app/43): Server running on port 5174
|
||||
[12:47:58.861] INFO (db/43): Administrator initialized: ${administrator account} ${administrator password}
|
||||
```
|
||||
|
||||
后台地址:`http://localhost:6789/admin`
|
||||
|
||||
### 环境变量
|
||||
|
||||
> 本项目中的大部分配置项都是通过环境变量来设置的。
|
||||
>
|
||||
> 你也可以修改 `config.json` 文件去设置环境变量。
|
||||
> 然后运行 `docker run -d --name ais-ninja -v /path/to/config.json:/app/server/config.json jarvis2f/ais-ninja:1.0.0`
|
||||
> 启动服务.
|
||||
|
||||
| Environment Variable | Description |
|
||||
|---------------------------|---------------------------------------------------------------------------|
|
||||
| `DATABASE_NAME` | 数据库名称 |
|
||||
| `DATABASE_PORT` | 数据库端口 |
|
||||
| `DATABASE_HOST` | 数据库地址 |
|
||||
| `DATABASE_USER` | 数据库用户名 |
|
||||
| `DATABASE_PASSWORD` | 数据库密码 |
|
||||
| `DATABASE_SYNC` | 项目启动是否自动同步数据库表结构。 true or false |
|
||||
| `REDIS_URL` | Redis 地址,格式: redis[s]://[[username][:password]@][host][:port][/db-number] |
|
||||
| `EMAIL_ENABLE` | 启用邮箱登录注册 true or false |
|
||||
| `EMAIL_HOST` | 邮箱服务地址 |
|
||||
| `EMAIL_PORT` | 邮箱服务端口 |
|
||||
| `EMAIL_FROM` | 邮箱服务发送方邮箱地址 |
|
||||
| `EMAIL_AUTH_USER` | 邮箱服务用户名 |
|
||||
| `EMAIL_AUTH_PASS` | 邮箱服务密码 |
|
||||
| `SOCIAL_GOOGLE_CLIENT_ID` | 谷歌登录的client_id |
|
||||
| `ALI_ACCESS_KEY_ID` | 阿里云 accessKeyId |
|
||||
| `ALI_ACCESS_KEY_SECRET` | 阿里云 accessKeySecret |
|
||||
| `ALI_SMS_ENABLE` | 启用手机登录注册 true or false |
|
||||
| `ALI_SMS_SIGN_NAME` | 阿里云短信验证码服务签名 |
|
||||
| `ALI_SMS_TEMPLATE_CODE` | 阿里云验证码短信模板,需要包含 {code} |
|
||||
|
||||
## 插件开发
|
||||
|
||||
项目启动之后可以到后台 -> 系统配置中填写仓库地址:`https://github.com/jarvis2f/ais-ninja.git`
|
||||
导入本仓库 [plugins](https://github.com/jarvis2f/ais-ninja/blob/main/plugins) 下的插件。
|
||||
|
||||
### 创建对话插件
|
||||
|
||||
可以先看下[ OpenAI 的文档](https://platform.openai.com/docs/guides/gpt/function-calling)。
|
||||
对话中会将插件中的方法以下方这种格式传递给 ChatGPT 的接口,ChatGPT 会返回需要调用的插件方法名称和参数。
|
||||
|
||||
```json
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"name": "search_weather",
|
||||
"description": "Query china real time weather information from seniverse.com",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"location": {
|
||||
"type": "string",
|
||||
"description": "China Pinyin Location name, e.g. beijing"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"location"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
系统中一个插件可以有多个 function, 用户安装一个插件之后会把插件中的所有 function 传递给 ChatGPT。
|
||||
插件使用 JavaScript 编写,可以参考 [plugins](https://github.com/jarvis2f/ais-ninja/blob/main/plugins)中的代码。
|
||||
可以使用的库:
|
||||
|
||||
* [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) 发起网络请求
|
||||
* [dayjs](https://day.js.org/) 时间处理
|
||||
* [lodash](https://lodash.com/) 工具库
|
||||
* [jsdom](https://github.com/jsdom/jsdom) 操作 DOM
|
||||
* [puppeteer-core](https://www.npmjs.com/package/puppeteer-core) 模拟浏览器
|
||||
* ais ais_ninja 提供的一些函数
|
||||
* ais.createCompletion 调用 OpenAI 的 Completion API
|
||||
* ais.createChatCompletion 调用 OpenAI 的 Chat Completion API
|
||||
* ais_progress(content:string) 不需要 require,返回给用户当前方法的调用进度
|
||||
|
||||
[plugins](./plugins) 目录格式:
|
||||
|
||||
* `plugins/${plugin_name}/index.js` 插件代码
|
||||
* `plugins/${plugin_name}/desc.md` 插件介绍
|
||||
* `plugins/${plugin_name}/plugin.json` 插件信息
|
||||
|
||||
### 插件变量
|
||||
|
||||
可以将一些私有的 key 设为插件变量,这样就不会暴露在代码中。在 plugin.json 中的 variables 字段中定义变量。
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "weather",
|
||||
"description": "Query china real time weather information from seniverse.com",
|
||||
"variables": {
|
||||
"SENIVERSE_KEY": "Your API Key"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
在前台插件编辑中编写变量保存,然后就可以在代码中使用 `process.env.SENIVERSE_KEY` 获取变量。
|
||||
|
||||
### 查看插件日志
|
||||
|
||||
可以使用 `console.log` 打印日志。在插件页面中打开调试按钮,会将日志输出到浏览器的 console 中。
|
||||
|
||||
```
|
||||
📣📣📣function_call - [心知天气](search_weather)(ae9bc196-4bfe-43a9-8060-2d2e2ec601c5)
|
||||
{
|
||||
"name": "10000__search_weather",
|
||||
"arguments": "{\n\"location\": \"shanghai\"\n}"
|
||||
}
|
||||
📣📣📣function_response - []()(ae9bc196-4bfe-43a9-8060-2d2e2ec601c5)
|
||||
{
|
||||
"status": "The API key is invalid.",
|
||||
"status_code": "AP010003"
|
||||
}
|
||||
```
|
||||
20
apps/ais-ninja/data.yml.bak
Normal file
20
apps/ais-ninja/data.yml.bak
Normal file
@ -0,0 +1,20 @@
|
||||
name: ais-ninja
|
||||
tags:
|
||||
- 工具
|
||||
title: 基于 chatgpt 的 Web 应用程序
|
||||
type: 工具
|
||||
description: 基于 chatgpt 的 Web 应用程序
|
||||
additionalProperties:
|
||||
key: ais-ninja
|
||||
name: ais-ninja
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 基于 chatgpt 的 Web 应用程序
|
||||
shortDescEn: ChatGPT-based web applications
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/jarvis2f/ais-ninja
|
||||
github: https://github.com/jarvis2f/ais-ninja
|
||||
document: https://github.com/jarvis2f/ais-ninja
|
||||
164
apps/ais-ninja/latest/data.yml
Normal file
164
apps/ais-ninja/latest/data.yml
Normal file
@ -0,0 +1,164 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: AIS_PLATFORM
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: AIS_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: AIS_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "6379"
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis Service Port
|
||||
labelZh: Redis服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
labelEn: Redis Service Password
|
||||
labelZh: Redis服务密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40043
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_HOST
|
||||
labelEn: SMTP HOST
|
||||
labelZh: SMTP 主机
|
||||
random: true
|
||||
required: false
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PORT
|
||||
labelEn: SMTP Port
|
||||
labelZh: SMTP 端口
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: EMAIL_SENDER
|
||||
labelEn: Email service sender email address
|
||||
labelZh: 邮箱服务发送方邮箱地址
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_USER
|
||||
labelEn: Email service user name
|
||||
labelZh: 邮箱服务用户名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PASSWORD
|
||||
labelEn: Email service password
|
||||
labelZh: 邮箱服务密码
|
||||
required: false
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: GOOGLE_CLIENT_ID
|
||||
labelEn: Google login client_id
|
||||
labelZh: 谷歌登录的client_id
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_ID
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: 阿里云accessKey ID
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_SECRET
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: Alibaba Cloud accessKeySecret
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_PERMIT
|
||||
labelEn: Enable mobile sign-in registration (true or false)
|
||||
labelZh: 启用手机登录注册(true or false)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_SIGN
|
||||
labelEn: Alibaba Cloud SMS verification code service signature
|
||||
labelZh: 阿里云短信验证码服务签名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_TEMPLATE
|
||||
labelEn: Alibaba Cloud verification code SMS template, which must include {code}
|
||||
labelZh: 阿里云验证码短信模板,需要包含 {code}
|
||||
required: false
|
||||
type: text
|
||||
35
apps/ais-ninja/latest/docker-compose.yml
Normal file
35
apps/ais-ninja/latest/docker-compose.yml
Normal file
@ -0,0 +1,35 @@
|
||||
version: '3'
|
||||
services:
|
||||
ais-ninja:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
environment:
|
||||
DATABASE_NAME: ${PANEL_DB_NAME}
|
||||
DATABASE_PORT: ${AIS_DB_PORT}
|
||||
DATABASE_HOST: ${PANEL_DB_HOST}
|
||||
DATABASE_USER: ${PANEL_DB_USER}
|
||||
DATABASE_PASSWORD: ${PANEL_DB_USER_PASSWORD}
|
||||
DATABASE_SYNC: 'true'
|
||||
REDIS_URL: redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}/0
|
||||
EMAIL_HOST: ${SMTP_HOST}
|
||||
EMAIL_PORT: ${SMTP_PORT}
|
||||
EMAIL_FROM: ${EMAIL_SENDER}
|
||||
EMAIL_AUTH_USER: ${SMTP_USER}
|
||||
EMAIL_AUTH_PASS: ${SMTP_PASSWORD}
|
||||
SOCIAL_GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
|
||||
ALI_ACCESS_KEY_ID: ${ALI_ACCESS_ID}
|
||||
ALI_ACCESS_KEY_SECRET: ${ALI_ACCESS_SECRET}
|
||||
ALI_SMS_ENABLE: ${ALI_SMS_PERMIT}
|
||||
ALI_SMS_SIGN_NAME: ${ALI_SMS_SIGN}
|
||||
ALI_SMS_TEMPLATE_CODE: ${ALI_SMS_TEMPLATE}
|
||||
image: jarvis2f/ais-ninja:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
BIN
apps/ais-ninja/logo.png
Normal file
BIN
apps/ais-ninja/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user