mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-14 21:24:58 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c083d2f4d1 | ||
|
|
8283f62db2 | ||
|
|
1a94a660a5 | ||
|
|
5c393fef36 | ||
|
|
53346a3962 | ||
|
|
4e66a3aff5 | ||
|
|
b79d10b452 | ||
|
|
3dc3ece993 | ||
|
|
792cf9ad20 | ||
|
|
201f41e15b | ||
|
|
71e7ba9cb6 | ||
|
|
a7562259d1 | ||
|
|
18671264bf | ||
|
|
37bcb77be0 | ||
|
|
563457cf1b | ||
|
|
d2cf482d11 | ||
|
|
2713942a68 | ||
|
|
62168979e3 | ||
|
|
f8aba4b1fb | ||
|
|
52a89a21f6 | ||
|
|
ca8790bbec | ||
|
|
be1d68c0d1 | ||
|
|
95afcbc9dd | ||
|
|
20249119a0 | ||
|
|
6e0ee6f627 | ||
|
|
13e7dac333 | ||
|
|
b89dc6dfc6 | ||
|
|
897b710527 | ||
|
|
5afec03548 | ||
|
|
c6a25e5359 | ||
|
|
3777a4e7b4 | ||
|
|
9b7d4cb8fe | ||
|
|
59f7b72bb1 | ||
|
|
4d97f0f44d | ||
|
|
de9e9ce627 | ||
|
|
f056b611a4 | ||
|
|
659484511f | ||
|
|
9ed107980c | ||
|
|
4a3ac7dc4b | ||
|
|
c3a0f58003 | ||
|
|
23781d8b34 | ||
|
|
c1d6a0a40b | ||
|
|
82c9978514 | ||
|
|
9f6d4943ea | ||
|
|
c4a44a48c5 | ||
|
|
d2fef75e01 | ||
|
|
085cb789b5 | ||
|
|
20f615eadf | ||
|
|
66a2769e7c | ||
|
|
899a30eacd | ||
|
|
8760ac2964 | ||
|
|
62a29867a3 | ||
|
|
4938635ef4 |
@@ -2,6 +2,9 @@ name: Build And Push Docker Image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- '*.md'
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
- 'develop'
|
- 'develop'
|
||||||
@@ -88,6 +91,7 @@ jobs:
|
|||||||
|
|
||||||
# 由于 ubuntu-latest 中使用 linux6.x 内核 linux/s390x npm 无法使用
|
# 由于 ubuntu-latest 中使用 linux6.x 内核 linux/s390x npm 无法使用
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
# runs-on: self-hosted
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
@@ -98,14 +102,14 @@ jobs:
|
|||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: '8.3.1'
|
version: '8.3.1'
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Setup timezone
|
- name: Setup timezone
|
||||||
uses: zcong1993/setup-timezone@master
|
uses: szenius/set-timezone@v1.2
|
||||||
with:
|
with:
|
||||||
timezone: Asia/Shanghai
|
timezoneLinux: Asia/Shanghai
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
@@ -157,6 +161,7 @@ jobs:
|
|||||||
SOURCE_COMMIT=${{ github.sha }}
|
SOURCE_COMMIT=${{ github.sha }}
|
||||||
network: host
|
network: host
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x,linux/386
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x,linux/386
|
||||||
|
# platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/Dockerfile
|
file: ./docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
@@ -22,11 +22,4 @@
|
|||||||
.env
|
.env
|
||||||
.history
|
.history
|
||||||
.version.ts
|
.version.ts
|
||||||
|
|
||||||
/config
|
|
||||||
/log
|
|
||||||
/db
|
|
||||||
/manual_log
|
|
||||||
/scripts
|
|
||||||
/bak
|
|
||||||
/.tmp
|
/.tmp
|
||||||
@@ -1,2 +1 @@
|
|||||||
sentrycli_cdnurl=https://npmmirror.com/mirrors/sentry-cli/
|
|
||||||
strict-peer-dependencies=false
|
strict-peer-dependencies=false
|
||||||
+1
-8
@@ -21,12 +21,5 @@ src/.umi-production
|
|||||||
src/.umi-test
|
src/.umi-test
|
||||||
.env.local
|
.env.local
|
||||||
.env
|
.env
|
||||||
history
|
|
||||||
version.ts
|
version.ts
|
||||||
config
|
/.tmp
|
||||||
log
|
|
||||||
db
|
|
||||||
manual_log
|
|
||||||
scripts
|
|
||||||
bak
|
|
||||||
.tmp
|
|
||||||
@@ -47,4 +47,10 @@ export default defineConfig({
|
|||||||
'https://gw.alipayobjects.com/os/lib/react/18.2.0/umd/react.production.min.js',
|
'https://gw.alipayobjects.com/os/lib/react/18.2.0/umd/react.production.min.js',
|
||||||
'https://gw.alipayobjects.com/os/lib/react-dom/18.2.0/umd/react-dom.production.min.js',
|
'https://gw.alipayobjects.com/os/lib/react-dom/18.2.0/umd/react-dom.production.min.js',
|
||||||
],
|
],
|
||||||
|
copy: [
|
||||||
|
{
|
||||||
|
from: 'node_modules/monaco-editor/min/vs',
|
||||||
|
to: 'static/dist/monaco-editor/min/vs',
|
||||||
|
},
|
||||||
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
+13
-17
@@ -56,7 +56,7 @@ npm i @whyour/qinglong
|
|||||||
|
|
||||||
## Built-in commands
|
## Built-in commands
|
||||||
|
|
||||||
1. task
|
- task
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Execute in sequence, if a random delay is set, it will be randomly delayed by a certain number of seconds
|
# Execute in sequence, if a random delay is set, it will be randomly delayed by a certain number of seconds
|
||||||
@@ -71,13 +71,11 @@ task <file_path> conc <env_name> <account_number>(Optional)
|
|||||||
task <file_path> desi <env_name> <account_number>
|
task <file_path> desi <env_name> <account_number>
|
||||||
# Set task timeout
|
# Set task timeout
|
||||||
task -m <max_time> <file_path>
|
task -m <max_time> <file_path>
|
||||||
# Print task log in real time, no need to carry this parameter when creating timed tasks
|
|
||||||
task -l <file_path>
|
|
||||||
# Use -- to split, -- followed by a parameter that is passed to the script, as in the following example, the script receives the parameter -u whyour -p password
|
# Use -- to split, -- followed by a parameter that is passed to the script, as in the following example, the script receives the parameter -u whyour -p password
|
||||||
task <file_path> -- -u whyour -p password
|
task <file_path> -- -u whyour -p password
|
||||||
```
|
```
|
||||||
|
|
||||||
1. ql
|
- ql
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Update and restart Green Dragon
|
# Update and restart Green Dragon
|
||||||
@@ -100,19 +98,17 @@ ql resetlet
|
|||||||
ql resettfa
|
ql resettfa
|
||||||
```
|
```
|
||||||
|
|
||||||
1. parameter description
|
| **Parameter** | **Description** |
|
||||||
|
|---|---|
|
||||||
- file_url: Script address
|
| file_url | Script address |
|
||||||
- repo_url: Repository address
|
| repo_url | Repository address |
|
||||||
- whitelist: The whitelist when pulling the repository, i.e., the string contained in the path of the script to be pulled
|
| whitelist | The whitelist when pulling the repository, i.e., the string contained in the path of the script to be pulled |
|
||||||
- blacklist: Blacklisting when pulling repositories, i.e. strings that are not included in the path of the script to be pulled
|
| blacklist | Blacklisting when pulling repositories, i.e. strings that are not included in the path of the script to be pulled |
|
||||||
- dependence: Pulling the dependencies needed for the repository will be copied directly from the repository to the repository directory under scripts, regardless of the blacklist
|
| dependence | Pulling the dependencies needed for the repository will be copied directly from the repository to the repository directory under scripts, regardless of the blacklist |
|
||||||
- branch: Pull the branch of the repository
|
| extensions | Pull the branch of the repository |
|
||||||
- days: Number of days of logs to be kept
|
| branch | Number of days of logs to be kept |
|
||||||
- file_path: File path for task execution
|
| days | File path for task execution |
|
||||||
- env_name: The name of the environment variable that needs to be concurrent or specified at the time of task execution
|
| file_path | The name of the environment variable that needs to be concurrent or specified at the time of task execution |
|
||||||
- account_number: Specify the account number of an environment variable to be executed when the task is executed
|
|
||||||
- max_time: Timeout, suffix "s" for seconds (default), "m" for minutes, "h" for hours, "d" for days
|
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ npm i @whyour/qinglong
|
|||||||
|
|
||||||
## 内置命令
|
## 内置命令
|
||||||
|
|
||||||
1. task
|
- task
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 依次执行,如果设置了随机延迟,将随机延迟一定秒数
|
# 依次执行,如果设置了随机延迟,将随机延迟一定秒数
|
||||||
@@ -71,13 +71,11 @@ task <file_path> conc <env_name> <account_number>(可选的)
|
|||||||
task <file_path> desi <env_name> <account_number>
|
task <file_path> desi <env_name> <account_number>
|
||||||
# 设置任务超时时间
|
# 设置任务超时时间
|
||||||
task -m <max_time> <file_path>
|
task -m <max_time> <file_path>
|
||||||
# 实时打印任务日志,创建定时任务时,不用携带此参数
|
|
||||||
task -l <file_path>
|
|
||||||
# 使用 -- 分割,-- 后面的参数会传给脚本,下面的例子,脚本就可接收到参数 -u whyour -p password
|
# 使用 -- 分割,-- 后面的参数会传给脚本,下面的例子,脚本就可接收到参数 -u whyour -p password
|
||||||
task <file_path> -- -u whyour -p password
|
task <file_path> -- -u whyour -p password
|
||||||
```
|
```
|
||||||
|
|
||||||
1. ql
|
- ql
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 更新并重启青龙
|
# 更新并重启青龙
|
||||||
@@ -100,20 +98,17 @@ ql resetlet
|
|||||||
ql resettfa
|
ql resettfa
|
||||||
```
|
```
|
||||||
|
|
||||||
1. 参数说明
|
| **参数** | **说明** |
|
||||||
|
|------------|---------------------------------------------------------------------------------------------|
|
||||||
- file_url: 脚本地址
|
| file_url | 脚本地址 |
|
||||||
- repo_url: 仓库地址
|
| repo_url | 仓库地址 |
|
||||||
- whitelist: 拉取仓库时的白名单,即就是需要拉取的脚本的路径包含的字符串,多个竖线分割
|
| whitelist | 拉取仓库时的白名单,即就是需要拉取的脚本的路径包含的字符串,多个竖线分割 |
|
||||||
- blacklist: 拉取仓库时的黑名单,即就是需要拉取的脚本的路径不包含的字符串,多个竖线分割
|
| blacklist | 拉取仓库时的黑名单,即就是需要拉取的脚本的路径不包含的字符串,多个竖线分割 |
|
||||||
- dependence: 拉取仓库需要的依赖文件,会直接从仓库拷贝到scripts下的仓库目录,不受黑名单影响,多个竖线分割
|
| dependence | 拉取仓库需要的依赖文件,会直接从仓库拷贝到scripts下的仓库目录,不受黑名单影响,多个竖线分割 |
|
||||||
- extensions: 拉取仓库的文件后缀,多个竖线分割
|
| extensions | 拉取仓库的文件后缀,多个竖线分割 |
|
||||||
- branch: 拉取仓库的分支
|
| branch | 拉取仓库的分支 |
|
||||||
- days: 需要保留的日志的天数
|
| days | 需要保留的日志的天数 |
|
||||||
- file_path: 任务执行时的文件路径
|
| file_path | 任务执行时的文件路径 |
|
||||||
- env_name: 任务执行时需要并发或者指定时的环境变量名称
|
|
||||||
- account_number: 任务执行时指定某个环境变量需要执行的账号序号
|
|
||||||
- max_time: 超时时间,后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天
|
|
||||||
|
|
||||||
## 部署
|
## 部署
|
||||||
|
|
||||||
@@ -192,7 +187,7 @@ $ pnpm install
|
|||||||
$ pnpm start
|
$ pnpm start
|
||||||
```
|
```
|
||||||
|
|
||||||
打开你的浏览器,访问 http://127.0.0.1:5700
|
打开你的浏览器,访问 <http://127.0.0.1:5700>
|
||||||
|
|
||||||
## 链接
|
## 链接
|
||||||
|
|
||||||
|
|||||||
+29
-11
@@ -3,20 +3,36 @@ import { Router, Request, Response, NextFunction } from 'express';
|
|||||||
import { Container } from 'typedi';
|
import { Container } from 'typedi';
|
||||||
import { Logger } from 'winston';
|
import { Logger } from 'winston';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs/promises';
|
||||||
import { celebrate, Joi } from 'celebrate';
|
import { celebrate, Joi } from 'celebrate';
|
||||||
import { join } from 'path';
|
import { join } from 'path';
|
||||||
|
import { SAMPLE_FILES } from '../config/const';
|
||||||
|
import got from 'got';
|
||||||
const route = Router();
|
const route = Router();
|
||||||
|
|
||||||
export default (app: Router) => {
|
export default (app: Router) => {
|
||||||
app.use('/configs', route);
|
app.use('/configs', route);
|
||||||
|
|
||||||
|
route.get(
|
||||||
|
'/sample',
|
||||||
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
|
try {
|
||||||
|
res.send({
|
||||||
|
code: 200,
|
||||||
|
data: SAMPLE_FILES,
|
||||||
|
});
|
||||||
|
} catch (e) {
|
||||||
|
return next(e);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
route.get(
|
route.get(
|
||||||
'/files',
|
'/files',
|
||||||
async (req: Request, res: Response, next: NextFunction) => {
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
const logger: Logger = Container.get('logger');
|
const logger: Logger = Container.get('logger');
|
||||||
try {
|
try {
|
||||||
const fileList = fs.readdirSync(config.configPath, 'utf-8');
|
const fileList = await fs.readdir(config.configPath, 'utf-8');
|
||||||
res.send({
|
res.send({
|
||||||
code: 200,
|
code: 200,
|
||||||
data: fileList
|
data: fileList
|
||||||
@@ -32,22 +48,24 @@ export default (app: Router) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
route.get(
|
route.get(
|
||||||
'/:file',
|
'/detail',
|
||||||
async (req: Request, res: Response, next: NextFunction) => {
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
const logger: Logger = Container.get('logger');
|
const logger: Logger = Container.get('logger');
|
||||||
try {
|
try {
|
||||||
let content = '';
|
let content = '';
|
||||||
if (config.blackFileList.includes(req.params.file)) {
|
const _path = req.query.path as string;
|
||||||
|
if (config.blackFileList.includes(_path) || !_path) {
|
||||||
res.send({ code: 403, message: '文件无法访问' });
|
res.send({ code: 403, message: '文件无法访问' });
|
||||||
}
|
}
|
||||||
if (req.params.file.includes('sample')) {
|
if (_path.startsWith('sample/')) {
|
||||||
content = getFileContentByName(
|
const res = await got.get(
|
||||||
join(config.samplePath, req.params.file),
|
`https://gitlab.com/whyour/qinglong/-/raw/master/${_path}`,
|
||||||
);
|
);
|
||||||
|
content = res.body;
|
||||||
|
} else if (_path.startsWith('data/scripts/')) {
|
||||||
|
content = await getFileContentByName(join(config.rootPath, _path));
|
||||||
} else {
|
} else {
|
||||||
content = getFileContentByName(
|
content = await getFileContentByName(join(config.configPath, _path));
|
||||||
join(config.configPath, req.params.file),
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
res.send({ code: 200, data: content });
|
res.send({ code: 200, data: content });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -72,7 +90,7 @@ export default (app: Router) => {
|
|||||||
res.send({ code: 403, message: '文件无法访问' });
|
res.send({ code: 403, message: '文件无法访问' });
|
||||||
}
|
}
|
||||||
const path = join(config.configPath, name);
|
const path = join(config.configPath, name);
|
||||||
fs.writeFileSync(path, content);
|
await fs.writeFile(path, content);
|
||||||
res.send({ code: 200, message: '保存成功' });
|
res.send({ code: 200, message: '保存成功' });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
|
|||||||
+4
-8
@@ -3,7 +3,7 @@ import { Container } from 'typedi';
|
|||||||
import { Logger } from 'winston';
|
import { Logger } from 'winston';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import { emptyDir, getFileContentByName, readDirs } from '../config/util';
|
import { getFileContentByName, readDirs, rmPath } from '../config/util';
|
||||||
import { join } from 'path';
|
import { join } from 'path';
|
||||||
import { celebrate, Joi } from 'celebrate';
|
import { celebrate, Joi } from 'celebrate';
|
||||||
const route = Router();
|
const route = Router();
|
||||||
@@ -15,7 +15,7 @@ export default (app: Router) => {
|
|||||||
route.get('/', async (req: Request, res: Response, next: NextFunction) => {
|
route.get('/', async (req: Request, res: Response, next: NextFunction) => {
|
||||||
const logger: Logger = Container.get('logger');
|
const logger: Logger = Container.get('logger');
|
||||||
try {
|
try {
|
||||||
const result = readDirs(config.logPath, config.logPath, blacklist);
|
const result = await readDirs(config.logPath, config.logPath, blacklist);
|
||||||
res.send({
|
res.send({
|
||||||
code: 200,
|
code: 200,
|
||||||
data: result,
|
data: result,
|
||||||
@@ -39,7 +39,7 @@ export default (app: Router) => {
|
|||||||
(req.query.path || '') as string,
|
(req.query.path || '') as string,
|
||||||
req.params.file,
|
req.params.file,
|
||||||
);
|
);
|
||||||
const content = getFileContentByName(filePath);
|
const content = await getFileContentByName(filePath);
|
||||||
res.send({ code: 200, data: content });
|
res.send({ code: 200, data: content });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
@@ -64,11 +64,7 @@ export default (app: Router) => {
|
|||||||
type: string;
|
type: string;
|
||||||
};
|
};
|
||||||
const filePath = join(config.logPath, path, filename);
|
const filePath = join(config.logPath, path, filename);
|
||||||
if (type === 'directory') {
|
await rmPath(filePath);
|
||||||
await emptyDir(filePath);
|
|
||||||
} else {
|
|
||||||
fs.unlinkSync(filePath);
|
|
||||||
}
|
|
||||||
res.send({ code: 200 });
|
res.send({ code: 200 });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
|
|||||||
+36
-21
@@ -4,13 +4,13 @@ import {
|
|||||||
readDirs,
|
readDirs,
|
||||||
getLastModifyFilePath,
|
getLastModifyFilePath,
|
||||||
readDir,
|
readDir,
|
||||||
emptyDir,
|
rmPath,
|
||||||
} from '../config/util';
|
} from '../config/util';
|
||||||
import { Router, Request, Response, NextFunction } from 'express';
|
import { Router, Request, Response, NextFunction } from 'express';
|
||||||
import { Container } from 'typedi';
|
import { Container } from 'typedi';
|
||||||
import { Logger } from 'winston';
|
import { Logger } from 'winston';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs/promises';
|
||||||
import { celebrate, Joi } from 'celebrate';
|
import { celebrate, Joi } from 'celebrate';
|
||||||
import path, { join, parse } from 'path';
|
import path, { join, parse } from 'path';
|
||||||
import ScriptService from '../services/script';
|
import ScriptService from '../services/script';
|
||||||
@@ -34,15 +34,33 @@ export default (app: Router) => {
|
|||||||
const logger: Logger = Container.get('logger');
|
const logger: Logger = Container.get('logger');
|
||||||
try {
|
try {
|
||||||
let result = [];
|
let result = [];
|
||||||
const blacklist = ['node_modules', '.git', '.pnpm'];
|
const blacklist = [
|
||||||
|
'node_modules',
|
||||||
|
'.git',
|
||||||
|
'.pnpm',
|
||||||
|
'pnpm-lock.yaml',
|
||||||
|
'yarn.lock',
|
||||||
|
'package-lock.json',
|
||||||
|
];
|
||||||
if (req.query.path) {
|
if (req.query.path) {
|
||||||
const targetPath = path.join(
|
const targetPath = path.join(
|
||||||
config.scriptPath,
|
config.scriptPath,
|
||||||
req.query.path as string,
|
req.query.path as string,
|
||||||
);
|
);
|
||||||
result = readDir(targetPath, config.scriptPath, blacklist);
|
result = await readDir(targetPath, config.scriptPath, blacklist);
|
||||||
} else {
|
} else {
|
||||||
result = readDirs(config.scriptPath, config.scriptPath, blacklist);
|
result = await readDirs(
|
||||||
|
config.scriptPath,
|
||||||
|
config.scriptPath,
|
||||||
|
blacklist,
|
||||||
|
(a, b) => {
|
||||||
|
if (a.type === b.type) {
|
||||||
|
return a.title.localeCompare(b.title);
|
||||||
|
} else {
|
||||||
|
return a.type === 'directory' ? -1 : 1;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
res.send({
|
res.send({
|
||||||
code: 200,
|
code: 200,
|
||||||
@@ -64,7 +82,7 @@ export default (app: Router) => {
|
|||||||
req.query.path as string,
|
req.query.path as string,
|
||||||
req.params.file,
|
req.params.file,
|
||||||
);
|
);
|
||||||
const content = getFileContentByName(filePath);
|
const content = await getFileContentByName(filePath);
|
||||||
res.send({ code: 200, data: content });
|
res.send({ code: 200, data: content });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
@@ -104,12 +122,12 @@ export default (app: Router) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (req.file) {
|
if (req.file) {
|
||||||
fs.renameSync(req.file.path, join(path, req.file.filename));
|
await fs.rename(req.file.path, join(path, req.file.filename));
|
||||||
return res.send({ code: 200 });
|
return res.send({ code: 200 });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (directory) {
|
if (directory) {
|
||||||
fs.mkdirSync(join(path, directory), { recursive: true });
|
await fs.mkdir(join(path, directory), { recursive: true });
|
||||||
return res.send({ code: 200 });
|
return res.send({ code: 200 });
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -121,16 +139,17 @@ export default (app: Router) => {
|
|||||||
`${originFilename.replace(/\//g, '')}`,
|
`${originFilename.replace(/\//g, '')}`,
|
||||||
);
|
);
|
||||||
const filePath = join(path, `${filename.replace(/\//g, '')}`);
|
const filePath = join(path, `${filename.replace(/\//g, '')}`);
|
||||||
if (fs.existsSync(originFilePath)) {
|
const fileExists = await fileExist(filePath);
|
||||||
fs.copyFileSync(
|
if (fileExists) {
|
||||||
|
await fs.copyFile(
|
||||||
originFilePath,
|
originFilePath,
|
||||||
join(config.bakPath, originFilename.replace(/\//g, '')),
|
join(config.bakPath, originFilename.replace(/\//g, '')),
|
||||||
);
|
);
|
||||||
if (filename !== originFilename) {
|
if (filename !== originFilename) {
|
||||||
fs.unlinkSync(originFilePath);
|
await rmPath(originFilePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fs.writeFileSync(filePath, content);
|
await fs.writeFile(filePath, content);
|
||||||
return res.send({ code: 200 });
|
return res.send({ code: 200 });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
@@ -156,7 +175,7 @@ export default (app: Router) => {
|
|||||||
path: string;
|
path: string;
|
||||||
};
|
};
|
||||||
const filePath = join(config.scriptPath, path, filename);
|
const filePath = join(config.scriptPath, path, filename);
|
||||||
fs.writeFileSync(filePath, content);
|
await fs.writeFile(filePath, content);
|
||||||
return res.send({ code: 200 });
|
return res.send({ code: 200 });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
@@ -182,11 +201,7 @@ export default (app: Router) => {
|
|||||||
type: string;
|
type: string;
|
||||||
};
|
};
|
||||||
const filePath = join(config.scriptPath, path, filename);
|
const filePath = join(config.scriptPath, path, filename);
|
||||||
if (type === 'directory') {
|
await rmPath(filePath);
|
||||||
await emptyDir(filePath);
|
|
||||||
} else {
|
|
||||||
fs.unlinkSync(filePath);
|
|
||||||
}
|
|
||||||
res.send({ code: 200 });
|
res.send({ code: 200 });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
@@ -239,7 +254,7 @@ export default (app: Router) => {
|
|||||||
let { filename, content, path } = req.body;
|
let { filename, content, path } = req.body;
|
||||||
const { name, ext } = parse(filename);
|
const { name, ext } = parse(filename);
|
||||||
const filePath = join(config.scriptPath, path, `${name}.swap${ext}`);
|
const filePath = join(config.scriptPath, path, `${name}.swap${ext}`);
|
||||||
fs.writeFileSync(filePath, content || '', { encoding: 'utf8' });
|
await fs.writeFile(filePath, content || '', { encoding: 'utf8' });
|
||||||
|
|
||||||
const scriptService = Container.get(ScriptService);
|
const scriptService = Container.get(ScriptService);
|
||||||
const result = await scriptService.runScript(filePath);
|
const result = await scriptService.runScript(filePath);
|
||||||
@@ -269,7 +284,7 @@ export default (app: Router) => {
|
|||||||
const scriptService = Container.get(ScriptService);
|
const scriptService = Container.get(ScriptService);
|
||||||
const result = await scriptService.stopScript(filePath, pid);
|
const result = await scriptService.stopScript(filePath, pid);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
emptyDir(logPath);
|
rmPath(logPath);
|
||||||
}, 3000);
|
}, 3000);
|
||||||
res.send(result);
|
res.send(result);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -297,7 +312,7 @@ export default (app: Router) => {
|
|||||||
};
|
};
|
||||||
const filePath = join(config.scriptPath, path, filename);
|
const filePath = join(config.scriptPath, path, filename);
|
||||||
const newPath = join(config.scriptPath, path, newFilename);
|
const newPath = join(config.scriptPath, path, newFilename);
|
||||||
fs.renameSync(filePath, newPath);
|
await fs.rename(filePath, newPath);
|
||||||
res.send({ code: 200 });
|
res.send({ code: 200 });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
|
|||||||
+99
-16
@@ -1,12 +1,11 @@
|
|||||||
import { Router, Request, Response, NextFunction } from 'express';
|
import { Router, Request, Response, NextFunction } from 'express';
|
||||||
import { Container } from 'typedi';
|
import { Container } from 'typedi';
|
||||||
import { Logger } from 'winston';
|
import { Logger } from 'winston';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs/promises';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import SystemService from '../services/system';
|
import SystemService from '../services/system';
|
||||||
import { celebrate, Joi } from 'celebrate';
|
import { celebrate, Joi } from 'celebrate';
|
||||||
import UserService from '../services/user';
|
import UserService from '../services/user';
|
||||||
import { EnvModel } from '../data/env';
|
|
||||||
import {
|
import {
|
||||||
getUniqPath,
|
getUniqPath,
|
||||||
handleLogPath,
|
handleLogPath,
|
||||||
@@ -78,18 +77,16 @@ export default (app: Router) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
route.put(
|
route.put(
|
||||||
'/config',
|
'/config/log-remove-frequency',
|
||||||
celebrate({
|
celebrate({
|
||||||
body: Joi.object({
|
body: Joi.object({
|
||||||
logRemoveFrequency: Joi.number().optional().allow(null),
|
logRemoveFrequency: Joi.number().allow(null),
|
||||||
cronConcurrency: Joi.number().optional().allow(null),
|
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
async (req: Request, res: Response, next: NextFunction) => {
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
const logger: Logger = Container.get('logger');
|
|
||||||
try {
|
try {
|
||||||
const systemService = Container.get(SystemService);
|
const systemService = Container.get(SystemService);
|
||||||
const result = await systemService.updateSystemConfig(req.body);
|
const result = await systemService.updateLogRemoveFrequency(req.body);
|
||||||
res.send(result);
|
res.send(result);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
@@ -97,6 +94,96 @@ export default (app: Router) => {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
route.put(
|
||||||
|
'/config/cron-concurrency',
|
||||||
|
celebrate({
|
||||||
|
body: Joi.object({
|
||||||
|
cronConcurrency: Joi.number().allow(null),
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
|
try {
|
||||||
|
const systemService = Container.get(SystemService);
|
||||||
|
const result = await systemService.updateCronConcurrency(req.body);
|
||||||
|
res.send(result);
|
||||||
|
} catch (e) {
|
||||||
|
return next(e);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
route.put(
|
||||||
|
'/config/dependence-proxy',
|
||||||
|
celebrate({
|
||||||
|
body: Joi.object({
|
||||||
|
dependenceProxy: Joi.string().allow('').allow(null),
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
|
try {
|
||||||
|
const systemService = Container.get(SystemService);
|
||||||
|
const result = await systemService.updateDependenceProxy(req.body);
|
||||||
|
res.send(result);
|
||||||
|
} catch (e) {
|
||||||
|
return next(e);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
route.put(
|
||||||
|
'/config/node-mirror',
|
||||||
|
celebrate({
|
||||||
|
body: Joi.object({
|
||||||
|
nodeMirror: Joi.string().allow('').allow(null),
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
|
try {
|
||||||
|
const systemService = Container.get(SystemService);
|
||||||
|
res.setHeader('Content-type', 'application/octet-stream');
|
||||||
|
await systemService.updateNodeMirror(req.body, res);
|
||||||
|
} catch (e) {
|
||||||
|
return next(e);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
route.put(
|
||||||
|
'/config/python-mirror',
|
||||||
|
celebrate({
|
||||||
|
body: Joi.object({
|
||||||
|
pythonMirror: Joi.string().allow('').allow(null),
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
|
try {
|
||||||
|
const systemService = Container.get(SystemService);
|
||||||
|
const result = await systemService.updatePythonMirror(req.body);
|
||||||
|
res.send(result);
|
||||||
|
} catch (e) {
|
||||||
|
return next(e);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
route.put(
|
||||||
|
'/config/linux-mirror',
|
||||||
|
celebrate({
|
||||||
|
body: Joi.object({
|
||||||
|
linuxMirror: Joi.string().allow('').allow(null),
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
|
try {
|
||||||
|
const systemService = Container.get(SystemService);
|
||||||
|
res.setHeader('Content-type', 'application/octet-stream');
|
||||||
|
await systemService.updateLinuxMirror(req.body, res);
|
||||||
|
} catch (e) {
|
||||||
|
return next(e);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
route.put(
|
route.put(
|
||||||
'/update-check',
|
'/update-check',
|
||||||
async (req: Request, res: Response, next: NextFunction) => {
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
@@ -174,7 +261,7 @@ export default (app: Router) => {
|
|||||||
async (req: Request, res: Response, next: NextFunction) => {
|
async (req: Request, res: Response, next: NextFunction) => {
|
||||||
try {
|
try {
|
||||||
const systemService = Container.get(SystemService);
|
const systemService = Container.get(SystemService);
|
||||||
const command = req.body.command
|
const command = req.body.command;
|
||||||
const idStr = `cat ${config.crontabFile} | grep -E "${command}" | perl -pe "s|.*ID=(.*) ${command}.*|\\1|" | head -1 | awk -F " " '{print $1}' | xargs echo -n`;
|
const idStr = `cat ${config.crontabFile} | grep -E "${command}" | perl -pe "s|.*ID=(.*) ${command}.*|\\1|" | head -1 | awk -F " " '{print $1}' | xargs echo -n`;
|
||||||
let id = await promiseExec(idStr);
|
let id = await promiseExec(idStr);
|
||||||
const uniqPath = await getUniqPath(command, id);
|
const uniqPath = await getUniqPath(command, id);
|
||||||
@@ -193,12 +280,12 @@ export default (app: Router) => {
|
|||||||
onError: async (message: string) => {
|
onError: async (message: string) => {
|
||||||
res.write(`\n${message}`);
|
res.write(`\n${message}`);
|
||||||
const absolutePath = await handleLogPath(logPath);
|
const absolutePath = await handleLogPath(logPath);
|
||||||
fs.appendFileSync(absolutePath, `\n${message}`);
|
await fs.appendFile(absolutePath, `\n${message}`);
|
||||||
},
|
},
|
||||||
onLog: async (message: string) => {
|
onLog: async (message: string) => {
|
||||||
res.write(`\n${message}`);
|
res.write(`\n${message}`);
|
||||||
const absolutePath = await handleLogPath(logPath);
|
const absolutePath = await handleLogPath(logPath);
|
||||||
fs.appendFileSync(absolutePath, `\n${message}`);
|
await fs.appendFile(absolutePath, `\n${message}`);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
@@ -253,16 +340,12 @@ export default (app: Router) => {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
route.get(
|
route.get('/log', async (req: Request, res: Response, next: NextFunction) => {
|
||||||
'/log',
|
|
||||||
async (req: Request, res: Response, next: NextFunction) => {
|
|
||||||
try {
|
try {
|
||||||
const systemService = Container.get(SystemService);
|
const systemService = Container.get(SystemService);
|
||||||
await systemService.getSystemLog(res);
|
await systemService.getSystemLog(res);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return next(e);
|
return next(e);
|
||||||
}
|
}
|
||||||
},
|
});
|
||||||
);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,3 +5,21 @@ export const QL_COMMAND = 'ql';
|
|||||||
|
|
||||||
export const TASK_PREFIX = `${TASK_COMMAND} `;
|
export const TASK_PREFIX = `${TASK_COMMAND} `;
|
||||||
export const QL_PREFIX = `${QL_COMMAND} `;
|
export const QL_PREFIX = `${QL_COMMAND} `;
|
||||||
|
|
||||||
|
export const SAMPLE_FILES = [
|
||||||
|
{
|
||||||
|
title: 'config.sample.sh',
|
||||||
|
value: 'sample/config.sample.sh',
|
||||||
|
target: 'config.sh',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'notify.js',
|
||||||
|
value: 'sample/notify.js',
|
||||||
|
target: 'data/scripts/sendNotify.js',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'notify.py',
|
||||||
|
value: 'sample/notify.py',
|
||||||
|
target: 'data/scripts/notify.py',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ const configString = 'config sample crontab shareCode diy';
|
|||||||
const versionFile = path.join(rootPath, 'version.yaml');
|
const versionFile = path.join(rootPath, 'version.yaml');
|
||||||
const dataTgzFile = path.join(tmpPath, 'data.tgz');
|
const dataTgzFile = path.join(tmpPath, 'data.tgz');
|
||||||
const shareShellFile = path.join(shellPath, 'share.sh');
|
const shareShellFile = path.join(shellPath, 'share.sh');
|
||||||
|
const dependenceProxyFile = path.join(configPath, 'dependence-proxy.sh');
|
||||||
|
|
||||||
if (envFound.error) {
|
if (envFound.error) {
|
||||||
throw new Error("⚠️ Couldn't find .env file ⚠️");
|
throw new Error("⚠️ Couldn't find .env file ⚠️");
|
||||||
@@ -68,6 +69,7 @@ export default {
|
|||||||
dataPath,
|
dataPath,
|
||||||
dataTgzFile,
|
dataTgzFile,
|
||||||
shareShellFile,
|
shareShellFile,
|
||||||
|
dependenceProxyFile,
|
||||||
configString,
|
configString,
|
||||||
loginFaild,
|
loginFaild,
|
||||||
authError,
|
authError,
|
||||||
@@ -89,6 +91,7 @@ export default {
|
|||||||
'config.sh.sample',
|
'config.sh.sample',
|
||||||
'cookie.sh',
|
'cookie.sh',
|
||||||
'crontab.list',
|
'crontab.list',
|
||||||
|
'dependence-proxy.sh',
|
||||||
'env.sh',
|
'env.sh',
|
||||||
'token.json',
|
'token.json',
|
||||||
],
|
],
|
||||||
|
|||||||
+100
-86
@@ -1,4 +1,4 @@
|
|||||||
import * as fs from 'fs';
|
import * as fs from 'fs/promises';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import got from 'got';
|
import got from 'got';
|
||||||
import iconv from 'iconv-lite';
|
import iconv from 'iconv-lite';
|
||||||
@@ -13,22 +13,24 @@ import Logger from '../loaders/logger';
|
|||||||
|
|
||||||
export * from './share';
|
export * from './share';
|
||||||
|
|
||||||
export function getFileContentByName(fileName: string) {
|
export async function getFileContentByName(fileName: string) {
|
||||||
if (fs.existsSync(fileName)) {
|
const _exsit = await fileExist(fileName);
|
||||||
return fs.readFileSync(fileName, 'utf8');
|
if (_exsit) {
|
||||||
|
return await fs.readFile(fileName, 'utf8');
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getLastModifyFilePath(dir: string) {
|
export async function getLastModifyFilePath(dir: string) {
|
||||||
let filePath = '';
|
let filePath = '';
|
||||||
|
|
||||||
if (fs.existsSync(dir)) {
|
const _exsit = await fileExist(dir);
|
||||||
const arr = fs.readdirSync(dir);
|
if (_exsit) {
|
||||||
|
const arr = await fs.readdir(dir);
|
||||||
|
|
||||||
arr.forEach((item) => {
|
arr.forEach(async (item) => {
|
||||||
const fullpath = path.join(dir, item);
|
const fullpath = path.join(dir, item);
|
||||||
const stats = fs.statSync(fullpath);
|
const stats = await fs.stat(fullpath);
|
||||||
if (stats.isFile()) {
|
if (stats.isFile()) {
|
||||||
if (stats.mtimeMs >= 0) {
|
if (stats.mtimeMs >= 0) {
|
||||||
filePath = fullpath;
|
filePath = fullpath;
|
||||||
@@ -59,7 +61,8 @@ export async function getNetIp(req: any) {
|
|||||||
...req.ips,
|
...req.ips,
|
||||||
req.socket.remoteAddress,
|
req.socket.remoteAddress,
|
||||||
]),
|
]),
|
||||||
];
|
].filter(Boolean);
|
||||||
|
|
||||||
let ip = ipArray[0];
|
let ip = ipArray[0];
|
||||||
|
|
||||||
if (ipArray.length > 1) {
|
if (ipArray.length > 1) {
|
||||||
@@ -80,6 +83,7 @@ export async function getNetIp(req: any) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ip = ip.substr(ip.lastIndexOf(':') + 1, ip.length);
|
ip = ip.substr(ip.lastIndexOf(':') + 1, ip.length);
|
||||||
if (ip.includes('127.0') || ip.includes('192.168') || ip.includes('10.7')) {
|
if (ip.includes('127.0') || ip.includes('192.168') || ip.includes('10.7')) {
|
||||||
ip = '';
|
ip = '';
|
||||||
@@ -90,29 +94,31 @@ export async function getNetIp(req: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const baiduApi = got
|
const csdnApi = got
|
||||||
.get(`https://www.cip.cc/${ip}`, { timeout: 10000, retry: 0 })
|
.get(`https://searchplugin.csdn.net/api/v1/ip/get?ip=${ip}`, {
|
||||||
|
timeout: 10000,
|
||||||
|
retry: 0,
|
||||||
|
})
|
||||||
.text();
|
.text();
|
||||||
const ipApi = got
|
const pconlineApi = got
|
||||||
.get(`https://whois.pconline.com.cn/ipJson.jsp?ip=${ip}&json=true`, {
|
.get(`https://whois.pconline.com.cn/ipJson.jsp?ip=${ip}&json=true`, {
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
retry: 0,
|
retry: 0,
|
||||||
})
|
})
|
||||||
.buffer();
|
.buffer();
|
||||||
const [data, ipApiBody] = await await Promise.all<any>([baiduApi, ipApi]);
|
const [csdnBody, pconlineBody] = await await Promise.all<any>([
|
||||||
|
csdnApi,
|
||||||
const ipRegx = /.*IP :(.*)\n/;
|
pconlineApi,
|
||||||
const addrRegx = /.*数据二 :(.*)\n/;
|
]);
|
||||||
if (data && ipRegx.test(data) && addrRegx.test(data)) {
|
const csdnRes = JSON.parse(csdnBody);
|
||||||
const ip = data.match(ipRegx)[1];
|
const pconlineRes = JSON.parse(iconv.decode(pconlineBody, 'GBK'));
|
||||||
const addr = data.match(addrRegx)[1];
|
let address = '';
|
||||||
return { address: addr, ip };
|
if (csdnBody && csdnRes.code == 200) {
|
||||||
} else if (ipApiBody) {
|
address = csdnRes.data.address;
|
||||||
const { addr, ip } = JSON.parse(iconv.decode(ipApiBody, 'GBK'));
|
} else if (pconlineRes && pconlineRes.addr) {
|
||||||
return { address: `${addr}`, ip };
|
address = pconlineRes.addr;
|
||||||
} else {
|
|
||||||
return { address: `获取失败`, ip };
|
|
||||||
}
|
}
|
||||||
|
return { address, ip };
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return { address: `获取失败`, ip };
|
return { address: `获取失败`, ip };
|
||||||
}
|
}
|
||||||
@@ -152,22 +158,17 @@ export function getPlatform(userAgent: string): 'mobile' | 'desktop' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function fileExist(file: any) {
|
export async function fileExist(file: any) {
|
||||||
return new Promise((resolve) => {
|
|
||||||
try {
|
try {
|
||||||
fs.accessSync(file);
|
await fs.access(file);
|
||||||
resolve(true);
|
return true;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
resolve(false);
|
return false;
|
||||||
}
|
}
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function createFile(file: string, data: string = '') {
|
export async function createFile(file: string, data: string = '') {
|
||||||
return new Promise((resolve) => {
|
await fs.mkdir(path.dirname(file), { recursive: true });
|
||||||
fs.mkdirSync(path.dirname(file), { recursive: true });
|
await fs.writeFile(file, data);
|
||||||
fs.writeFileSync(file, data);
|
|
||||||
resolve(true);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function handleLogPath(
|
export async function handleLogPath(
|
||||||
@@ -235,63 +236,71 @@ interface IFile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function dirSort(a: IFile, b: IFile): number {
|
export function dirSort(a: IFile, b: IFile): number {
|
||||||
if (a.type !== b.type) {
|
if (a.type === 'file' && b.type === 'file') {
|
||||||
return FileType[a.type] < FileType[b.type] ? -1 : 1
|
return b.mtime - a.mtime;
|
||||||
} else if (a.mtime !== b.mtime) {
|
} else if (a.type === 'directory' && b.type === 'directory') {
|
||||||
return a.mtime > b.mtime ? -1 : 1
|
return a.title.localeCompare(b.title);
|
||||||
} else {
|
} else {
|
||||||
return 0;
|
return a.type === 'directory' ? -1 : 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function readDirs(
|
export async function readDirs(
|
||||||
dir: string,
|
dir: string,
|
||||||
baseDir: string = '',
|
baseDir: string = '',
|
||||||
blacklist: string[] = [],
|
blacklist: string[] = [],
|
||||||
): IFile[] {
|
sort: (a: IFile, b: IFile) => number = dirSort,
|
||||||
|
): Promise<IFile[]> {
|
||||||
const relativePath = path.relative(baseDir, dir);
|
const relativePath = path.relative(baseDir, dir);
|
||||||
const files = fs.readdirSync(dir);
|
const files = await fs.readdir(dir);
|
||||||
const result: IFile[] = files
|
const result: IFile[] = [];
|
||||||
.filter((x) => !blacklist.includes(x))
|
|
||||||
.map((file: string) => {
|
for (const file of files) {
|
||||||
const subPath = path.join(dir, file);
|
const subPath = path.join(dir, file);
|
||||||
const stats = fs.statSync(subPath);
|
const stats = await fs.stat(subPath);
|
||||||
const key = path.join(relativePath, file);
|
const key = path.join(relativePath, file);
|
||||||
|
|
||||||
|
if (blacklist.includes(file) || stats.isSymbolicLink()) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (stats.isDirectory()) {
|
if (stats.isDirectory()) {
|
||||||
return {
|
const children = await readDirs(subPath, baseDir, blacklist, sort);
|
||||||
|
result.push({
|
||||||
title: file,
|
title: file,
|
||||||
key,
|
key,
|
||||||
type: 'directory',
|
type: 'directory',
|
||||||
parent: relativePath,
|
parent: relativePath,
|
||||||
mtime: stats.mtime.getTime(),
|
mtime: stats.mtime.getTime(),
|
||||||
children: readDirs(subPath, baseDir).sort(dirSort),
|
children: children.sort(sort),
|
||||||
};
|
});
|
||||||
}
|
} else {
|
||||||
return {
|
result.push({
|
||||||
title: file,
|
title: file,
|
||||||
type: 'file',
|
type: 'file',
|
||||||
isLeaf: true,
|
|
||||||
key,
|
key,
|
||||||
parent: relativePath,
|
parent: relativePath,
|
||||||
size: stats.size,
|
size: stats.size,
|
||||||
mtime: stats.mtime.getTime(),
|
mtime: stats.mtime.getTime(),
|
||||||
};
|
|
||||||
});
|
});
|
||||||
return result.sort(dirSort);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function readDir(
|
return result.sort(sort);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function readDir(
|
||||||
dir: string,
|
dir: string,
|
||||||
baseDir: string = '',
|
baseDir: string = '',
|
||||||
blacklist: string[] = [],
|
blacklist: string[] = [],
|
||||||
) {
|
) {
|
||||||
const relativePath = path.relative(baseDir, dir);
|
const relativePath = path.relative(baseDir, dir);
|
||||||
const files = fs.readdirSync(dir);
|
const files = await fs.readdir(dir);
|
||||||
const result: any = files
|
const result: any = files
|
||||||
.filter((x) => !blacklist.includes(x))
|
.filter((x) => !blacklist.includes(x))
|
||||||
.map((file: string) => {
|
.map(async (file: string) => {
|
||||||
const subPath = path.join(dir, file);
|
const subPath = path.join(dir, file);
|
||||||
const stats = fs.statSync(subPath);
|
const stats = await fs.stat(subPath);
|
||||||
const key = path.join(relativePath, file);
|
const key = path.join(relativePath, file);
|
||||||
return {
|
return {
|
||||||
title: file,
|
title: file,
|
||||||
@@ -303,27 +312,12 @@ export function readDir(
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function emptyDir(path: string) {
|
|
||||||
const pathExist = await fileExist(path);
|
|
||||||
if (!pathExist) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
const files = fs.readdirSync(path);
|
|
||||||
for (const file of files) {
|
|
||||||
const filePath = `${path}/${file}`;
|
|
||||||
const stats = fs.statSync(filePath);
|
|
||||||
if (stats.isDirectory()) {
|
|
||||||
await emptyDir(filePath);
|
|
||||||
} else {
|
|
||||||
fs.unlinkSync(filePath);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
fs.rmdirSync(path);
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function promiseExec(command: string): Promise<string> {
|
export async function promiseExec(command: string): Promise<string> {
|
||||||
try {
|
try {
|
||||||
const { stderr, stdout } = await promisify(exec)(command, { maxBuffer: 200 * 1024 * 1024, encoding: 'utf8' });
|
const { stderr, stdout } = await promisify(exec)(command, {
|
||||||
|
maxBuffer: 200 * 1024 * 1024,
|
||||||
|
encoding: 'utf8',
|
||||||
|
});
|
||||||
return stdout || stderr;
|
return stdout || stderr;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return JSON.stringify(error);
|
return JSON.stringify(error);
|
||||||
@@ -332,7 +326,10 @@ export async function promiseExec(command: string): Promise<string> {
|
|||||||
|
|
||||||
export async function promiseExecSuccess(command: string): Promise<string> {
|
export async function promiseExecSuccess(command: string): Promise<string> {
|
||||||
try {
|
try {
|
||||||
const { stdout } = await promisify(exec)(command, { maxBuffer: 200 * 1024 * 1024, encoding: 'utf8' });
|
const { stdout } = await promisify(exec)(command, {
|
||||||
|
maxBuffer: 200 * 1024 * 1024,
|
||||||
|
encoding: 'utf8',
|
||||||
|
});
|
||||||
return stdout || '';
|
return stdout || '';
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return '';
|
return '';
|
||||||
@@ -368,9 +365,12 @@ export function parseBody(
|
|||||||
contentType:
|
contentType:
|
||||||
| 'application/json'
|
| 'application/json'
|
||||||
| 'multipart/form-data'
|
| 'multipart/form-data'
|
||||||
| 'application/x-www-form-urlencoded',
|
| 'application/x-www-form-urlencoded'
|
||||||
|
| 'text/plain',
|
||||||
) {
|
) {
|
||||||
if (!body) return '';
|
if (contentType === 'text/plain' || !body) {
|
||||||
|
return body;
|
||||||
|
}
|
||||||
|
|
||||||
const parsed: any = {};
|
const parsed: any = {};
|
||||||
let key;
|
let key;
|
||||||
@@ -380,7 +380,7 @@ export function parseBody(
|
|||||||
body &&
|
body &&
|
||||||
body.split('\n').forEach(function parser(line) {
|
body.split('\n').forEach(function parser(line) {
|
||||||
i = line.indexOf(':');
|
i = line.indexOf(':');
|
||||||
key = line.substring(0, i).trim().toLowerCase();
|
key = line.substring(0, i).trim();
|
||||||
val = line.substring(i + 1).trim();
|
val = line.substring(i + 1).trim();
|
||||||
|
|
||||||
if (!key || parsed[key]) {
|
if (!key || parsed[key]) {
|
||||||
@@ -449,14 +449,17 @@ interface IVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function parseVersion(path: string): Promise<IVersion> {
|
export async function parseVersion(path: string): Promise<IVersion> {
|
||||||
return load(await promisify(fs.readFile)(path, 'utf8')) as IVersion;
|
return load(await fs.readFile(path, 'utf8')) as IVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function parseContentVersion(content: string): Promise<IVersion> {
|
export async function parseContentVersion(content: string): Promise<IVersion> {
|
||||||
return load(content) as IVersion;
|
return load(content) as IVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getUniqPath(command: string, id: string): Promise<string> {
|
export async function getUniqPath(
|
||||||
|
command: string,
|
||||||
|
id: string,
|
||||||
|
): Promise<string> {
|
||||||
if (/^\d+$/.test(id)) {
|
if (/^\d+$/.test(id)) {
|
||||||
id = `_${id}`;
|
id = `_${id}`;
|
||||||
} else {
|
} else {
|
||||||
@@ -498,7 +501,18 @@ export function safeJSONParse(value?: string) {
|
|||||||
try {
|
try {
|
||||||
return JSON.parse(value);
|
return JSON.parse(value);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
Logger.error('[JSON.parse失败]', error)
|
Logger.error('[JSON.parse失败]', error);
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export async function rmPath(path: string) {
|
||||||
|
try {
|
||||||
|
const _exsit = await fileExist(path);
|
||||||
|
if (_exsit) {
|
||||||
|
await fs.rm(path, { force: true, recursive: true, maxRetries: 5 });
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
Logger.error('[rmPath失败]', error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
+2
-2
@@ -66,7 +66,7 @@ export class TelegramBotNotification extends NotificationBaseInfo {
|
|||||||
public telegramBotProxyHost = '';
|
public telegramBotProxyHost = '';
|
||||||
public telegramBotProxyPort = '';
|
public telegramBotProxyPort = '';
|
||||||
public telegramBotProxyAuth = '';
|
public telegramBotProxyAuth = '';
|
||||||
public telegramBotApiHost = 'api.telegram.org';
|
public telegramBotApiHost = 'https://api.telegram.org';
|
||||||
}
|
}
|
||||||
|
|
||||||
export class DingtalkBotNotification extends NotificationBaseInfo {
|
export class DingtalkBotNotification extends NotificationBaseInfo {
|
||||||
@@ -112,7 +112,7 @@ export class PushMeNotification extends NotificationBaseInfo {
|
|||||||
export class ChronocatNotification extends NotificationBaseInfo {
|
export class ChronocatNotification extends NotificationBaseInfo {
|
||||||
public chronocatURL: string = '';
|
public chronocatURL: string = '';
|
||||||
public chronocatQQ: string = '';
|
public chronocatQQ: string = '';
|
||||||
public chronocatToekn: string = '';
|
public chronocatToken: string = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
export class WebhookNotification extends NotificationBaseInfo {
|
export class WebhookNotification extends NotificationBaseInfo {
|
||||||
|
|||||||
+3
-1
@@ -17,4 +17,6 @@ export type SockMessageType =
|
|||||||
| 'updateSystemVersion'
|
| 'updateSystemVersion'
|
||||||
| 'manuallyRunScript'
|
| 'manuallyRunScript'
|
||||||
| 'runSubscriptionEnd'
|
| 'runSubscriptionEnd'
|
||||||
| 'reloadSystem';
|
| 'reloadSystem'
|
||||||
|
| 'updateNodeMirror'
|
||||||
|
| 'updateLinuxMirror';
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { NotificationInfo } from './notify';
|
|||||||
export class AuthInfo {
|
export class AuthInfo {
|
||||||
ip?: string;
|
ip?: string;
|
||||||
type: AuthDataType;
|
type: AuthDataType;
|
||||||
info?: AuthModelInfo;
|
info?: SystemModelInfo;
|
||||||
id?: number;
|
id?: number;
|
||||||
|
|
||||||
constructor(options: AuthInfo) {
|
constructor(options: AuthInfo) {
|
||||||
@@ -32,6 +32,10 @@ export enum AuthDataType {
|
|||||||
export interface SystemConfigInfo {
|
export interface SystemConfigInfo {
|
||||||
logRemoveFrequency?: number;
|
logRemoveFrequency?: number;
|
||||||
cronConcurrency?: number;
|
cronConcurrency?: number;
|
||||||
|
dependenceProxy?: string;
|
||||||
|
nodeMirror?: string;
|
||||||
|
pythonMirror?: string;
|
||||||
|
linuxMirror?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LoginLogInfo {
|
export interface LoginLogInfo {
|
||||||
@@ -42,12 +46,12 @@ export interface LoginLogInfo {
|
|||||||
status?: LoginStatus;
|
status?: LoginStatus;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type AuthModelInfo = SystemConfigInfo &
|
export type SystemModelInfo = SystemConfigInfo &
|
||||||
Partial<NotificationInfo> &
|
Partial<NotificationInfo> &
|
||||||
LoginLogInfo;
|
LoginLogInfo;
|
||||||
|
|
||||||
export interface AuthInstance extends Model<AuthInfo, AuthInfo>, AuthInfo {}
|
export interface SystemInstance extends Model<AuthInfo, AuthInfo>, AuthInfo { }
|
||||||
export const AuthModel = sequelize.define<AuthInstance>('Auth', {
|
export const SystemModel = sequelize.define<SystemInstance>('Auth', {
|
||||||
ip: DataTypes.STRING,
|
ip: DataTypes.STRING,
|
||||||
type: DataTypes.STRING,
|
type: DataTypes.STRING,
|
||||||
info: {
|
info: {
|
||||||
+4
-4
@@ -5,7 +5,7 @@ import { EnvModel } from '../data/env';
|
|||||||
import { CrontabModel } from '../data/cron';
|
import { CrontabModel } from '../data/cron';
|
||||||
import { DependenceModel } from '../data/dependence';
|
import { DependenceModel } from '../data/dependence';
|
||||||
import { AppModel } from '../data/open';
|
import { AppModel } from '../data/open';
|
||||||
import { AuthModel } from '../data/auth';
|
import { SystemModel } from '../data/system';
|
||||||
import { fileExist } from '../config/util';
|
import { fileExist } from '../config/util';
|
||||||
import { SubscriptionModel } from '../data/subscription';
|
import { SubscriptionModel } from '../data/subscription';
|
||||||
import { CrontabViewModel } from '../data/cronView';
|
import { CrontabViewModel } from '../data/cronView';
|
||||||
@@ -17,7 +17,7 @@ export default async () => {
|
|||||||
await CrontabModel.sync();
|
await CrontabModel.sync();
|
||||||
await DependenceModel.sync();
|
await DependenceModel.sync();
|
||||||
await AppModel.sync();
|
await AppModel.sync();
|
||||||
await AuthModel.sync();
|
await SystemModel.sync();
|
||||||
await EnvModel.sync();
|
await EnvModel.sync();
|
||||||
await SubscriptionModel.sync();
|
await SubscriptionModel.sync();
|
||||||
await CrontabViewModel.sync();
|
await CrontabViewModel.sync();
|
||||||
@@ -75,7 +75,7 @@ export default async () => {
|
|||||||
const dependenceCount = await DependenceModel.count();
|
const dependenceCount = await DependenceModel.count();
|
||||||
const envCount = await EnvModel.count();
|
const envCount = await EnvModel.count();
|
||||||
const appCount = await AppModel.count();
|
const appCount = await AppModel.count();
|
||||||
const authCount = await AuthModel.count();
|
const authCount = await SystemModel.count();
|
||||||
if (crondbExist && cronCount === 0) {
|
if (crondbExist && cronCount === 0) {
|
||||||
const cronDb = new DataStore({
|
const cronDb = new DataStore({
|
||||||
filename: cronDbFile,
|
filename: cronDbFile,
|
||||||
@@ -127,7 +127,7 @@ export default async () => {
|
|||||||
});
|
});
|
||||||
authDb.persistence.compactDatafile();
|
authDb.persistence.compactDatafile();
|
||||||
authDb.find({}).exec(async (err, docs) => {
|
authDb.find({}).exec(async (err, docs) => {
|
||||||
await AuthModel.bulkCreate(docs, { ignoreDuplicates: true });
|
await SystemModel.bulkCreate(docs, { ignoreDuplicates: true });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+11
-14
@@ -1,20 +1,19 @@
|
|||||||
import path from 'path';
|
import path from 'path';
|
||||||
import fs from 'fs';
|
import fs from 'fs/promises';
|
||||||
import chokidar from 'chokidar';
|
import chokidar from 'chokidar';
|
||||||
import config from '../config/index';
|
import config from '../config/index';
|
||||||
import { promiseExec } from '../config/util';
|
import { fileExist, promiseExec, rmPath } from '../config/util';
|
||||||
|
|
||||||
function linkToNodeModule(src: string, dst?: string) {
|
async function linkToNodeModule(src: string, dst?: string) {
|
||||||
const target = path.join(config.rootPath, 'node_modules', dst || src);
|
const target = path.join(config.rootPath, 'node_modules', dst || src);
|
||||||
const source = path.join(config.rootPath, src);
|
const source = path.join(config.rootPath, src);
|
||||||
|
|
||||||
fs.lstat(target, (err, stat) => {
|
try {
|
||||||
if (!stat) {
|
const stats = await fs.lstat(target);
|
||||||
fs.symlink(source, target, 'dir', (err) => {
|
if (!stats) {
|
||||||
if (err) throw err;
|
await fs.symlink(source, target, 'dir');
|
||||||
});
|
|
||||||
}
|
}
|
||||||
});
|
} catch (error) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function linkCommand() {
|
async function linkCommand() {
|
||||||
@@ -34,16 +33,14 @@ async function linkCommand() {
|
|||||||
for (const link of linkShell) {
|
for (const link of linkShell) {
|
||||||
const source = path.join(config.rootPath, 'shell', link.src);
|
const source = path.join(config.rootPath, 'shell', link.src);
|
||||||
const target = path.join(commandDir, link.dest);
|
const target = path.join(commandDir, link.dest);
|
||||||
if (fs.existsSync(target)) {
|
await rmPath(target);
|
||||||
fs.unlinkSync(target);
|
await fs.symlink(source, target);
|
||||||
}
|
|
||||||
fs.symlink(source, target, (err) => { });
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default async (src: string = 'deps') => {
|
export default async (src: string = 'deps') => {
|
||||||
await linkCommand();
|
await linkCommand();
|
||||||
linkToNodeModule(src);
|
await linkToNodeModule(src);
|
||||||
|
|
||||||
const source = path.join(config.rootPath, src);
|
const source = path.join(config.rootPath, src);
|
||||||
const watcher = chokidar.watch(source, {
|
const watcher = chokidar.watch(source, {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import cors from 'cors';
|
|||||||
import routes from '../api';
|
import routes from '../api';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import jwt, { UnauthorizedError } from 'express-jwt';
|
import jwt, { UnauthorizedError } from 'express-jwt';
|
||||||
import fs from 'fs';
|
import fs from 'fs/promises';
|
||||||
import { getPlatform, getToken, safeJSONParse } from '../config/util';
|
import { getPlatform, getToken, safeJSONParse } from '../config/util';
|
||||||
import Container from 'typedi';
|
import Container from 'typedi';
|
||||||
import OpenService from '../services/open';
|
import OpenService from '../services/open';
|
||||||
@@ -18,7 +18,7 @@ import { serveEnv } from '../config/serverEnv';
|
|||||||
import Logger from './logger';
|
import Logger from './logger';
|
||||||
|
|
||||||
export default ({ app }: { app: Application }) => {
|
export default ({ app }: { app: Application }) => {
|
||||||
app.enable('trust proxy');
|
app.set('trust proxy', 'loopback');
|
||||||
app.use(cors());
|
app.use(cors());
|
||||||
app.get(`${config.api.prefix}/env.js`, serveEnv);
|
app.get(`${config.api.prefix}/env.js`, serveEnv);
|
||||||
app.use(`${config.api.prefix}/static`, express.static(config.uploadPath));
|
app.use(`${config.api.prefix}/static`, express.static(config.uploadPath));
|
||||||
@@ -29,7 +29,7 @@ export default ({ app }: { app: Application }) => {
|
|||||||
target: `http://0.0.0.0:${config.publicPort}/api`,
|
target: `http://0.0.0.0:${config.publicPort}/api`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: { '/api/public': '' },
|
pathRewrite: { '/api/public': '' },
|
||||||
logProvider: () => Logger
|
logProvider: () => Logger,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ export default ({ app }: { app: Application }) => {
|
|||||||
return next();
|
return next();
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = fs.readFileSync(config.authConfigFile, 'utf8');
|
const data = await fs.readFile(config.authConfigFile, 'utf8');
|
||||||
if (data && headerToken) {
|
if (data && headerToken) {
|
||||||
const { token = '', tokens = {} } = safeJSONParse(data);
|
const { token = '', tokens = {} } = safeJSONParse(data);
|
||||||
if (headerToken === token || tokens[req.platform] === headerToken) {
|
if (headerToken === token || tokens[req.platform] === headerToken) {
|
||||||
@@ -105,7 +105,6 @@ export default ({ app }: { app: Application }) => {
|
|||||||
}
|
}
|
||||||
const userService = Container.get(UserService);
|
const userService = Container.get(UserService);
|
||||||
const authInfo = await userService.getUserInfo();
|
const authInfo = await userService.getUserInfo();
|
||||||
const envCount = await EnvModel.count();
|
|
||||||
|
|
||||||
let isInitialized = true;
|
let isInitialized = true;
|
||||||
if (
|
if (
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import { Op } from 'sequelize';
|
|||||||
import config from '../config';
|
import config from '../config';
|
||||||
import { CrontabViewModel, CronViewType } from '../data/cronView';
|
import { CrontabViewModel, CronViewType } from '../data/cronView';
|
||||||
import { initPosition } from '../data/env';
|
import { initPosition } from '../data/env';
|
||||||
|
import { AuthDataType, SystemModel } from '../data/system';
|
||||||
|
|
||||||
export default async () => {
|
export default async () => {
|
||||||
const cronService = Container.get(CronService);
|
const cronService = Container.get(CronService);
|
||||||
@@ -127,4 +128,7 @@ export default async () => {
|
|||||||
// 初始化保存一次ck和定时任务数据
|
// 初始化保存一次ck和定时任务数据
|
||||||
await cronService.autosave_crontab();
|
await cronService.autosave_crontab();
|
||||||
await envService.set_envs();
|
await envService.set_envs();
|
||||||
|
|
||||||
|
// 初始化增加系统配置
|
||||||
|
await SystemModel.upsert({ type: AuthDataType.systemConfig });
|
||||||
};
|
};
|
||||||
|
|||||||
+22
-19
@@ -1,7 +1,6 @@
|
|||||||
import fs from 'fs';
|
import fs from 'fs/promises';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import os from 'os';
|
import os from 'os';
|
||||||
import dotenv from 'dotenv';
|
|
||||||
import Logger from './logger';
|
import Logger from './logger';
|
||||||
import { fileExist } from '../config/util';
|
import { fileExist } from '../config/util';
|
||||||
|
|
||||||
@@ -48,68 +47,72 @@ export default async () => {
|
|||||||
const TaskAfterFileExist = await fileExist(TaskAfterFile);
|
const TaskAfterFileExist = await fileExist(TaskAfterFile);
|
||||||
|
|
||||||
if (!configDirExist) {
|
if (!configDirExist) {
|
||||||
fs.mkdirSync(configPath);
|
await fs.mkdir(configPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!scriptDirExist) {
|
if (!scriptDirExist) {
|
||||||
fs.mkdirSync(scriptPath);
|
await fs.mkdir(scriptPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!logDirExist) {
|
if (!logDirExist) {
|
||||||
fs.mkdirSync(logPath);
|
await fs.mkdir(logPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!tmpDirExist) {
|
if (!tmpDirExist) {
|
||||||
fs.mkdirSync(tmpPath);
|
await fs.mkdir(tmpPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!uploadDirExist) {
|
if (!uploadDirExist) {
|
||||||
fs.mkdirSync(uploadPath);
|
await fs.mkdir(uploadPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!sshDirExist) {
|
if (!sshDirExist) {
|
||||||
fs.mkdirSync(sshPath);
|
await fs.mkdir(sshPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!bakDirExist) {
|
if (!bakDirExist) {
|
||||||
fs.mkdirSync(bakPath);
|
await fs.mkdir(bakPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!sshdDirExist) {
|
if (!sshdDirExist) {
|
||||||
fs.mkdirSync(sshdPath);
|
await fs.mkdir(sshdPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!systemLogDirExist) {
|
if (!systemLogDirExist) {
|
||||||
fs.mkdirSync(systemLogPath);
|
await fs.mkdir(systemLogPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 初始化文件
|
// 初始化文件
|
||||||
if (!authFileExist) {
|
if (!authFileExist) {
|
||||||
fs.writeFileSync(authConfigFile, fs.readFileSync(sampleAuthFile));
|
await fs.writeFile(authConfigFile, await fs.readFile(sampleAuthFile));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!confFileExist) {
|
if (!confFileExist) {
|
||||||
fs.writeFileSync(confFile, fs.readFileSync(sampleConfigFile));
|
await fs.writeFile(confFile, await fs.readFile(sampleConfigFile));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!scriptNotifyJsFileExist) {
|
if (!scriptNotifyJsFileExist) {
|
||||||
fs.writeFileSync(scriptNotifyJsFile, fs.readFileSync(sampleNotifyJsFile));
|
await fs.writeFile(
|
||||||
|
scriptNotifyJsFile,
|
||||||
|
await fs.readFile(sampleNotifyJsFile),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!scriptNotifyPyFileExist) {
|
if (!scriptNotifyPyFileExist) {
|
||||||
fs.writeFileSync(scriptNotifyPyFile, fs.readFileSync(sampleNotifyPyFile));
|
await fs.writeFile(
|
||||||
|
scriptNotifyPyFile,
|
||||||
|
await fs.readFile(sampleNotifyPyFile),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!TaskBeforeFileExist) {
|
if (!TaskBeforeFileExist) {
|
||||||
fs.writeFileSync(TaskBeforeFile, fs.readFileSync(sampleTaskShellFile));
|
await fs.writeFile(TaskBeforeFile, await fs.readFile(sampleTaskShellFile));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!TaskAfterFileExist) {
|
if (!TaskAfterFileExist) {
|
||||||
fs.writeFileSync(TaskAfterFile, fs.readFileSync(sampleTaskShellFile));
|
await fs.writeFile(TaskAfterFile, await fs.readFile(sampleTaskShellFile));
|
||||||
}
|
}
|
||||||
|
|
||||||
dotenv.config({ path: confFile });
|
|
||||||
|
|
||||||
Logger.info('✌️ Init file down');
|
Logger.info('✌️ Init file down');
|
||||||
console.log('✌️ Init file down');
|
console.log('✌️ Init file down');
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import { Application } from 'express';
|
import { Application } from 'express';
|
||||||
import * as Sentry from '@sentry/node';
|
import * as Sentry from '@sentry/node';
|
||||||
import * as Tracing from '@sentry/tracing';
|
|
||||||
import Logger from './logger';
|
import Logger from './logger';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
@@ -16,10 +15,10 @@ export default async ({ expressApp }: { expressApp: Application }) => {
|
|||||||
/UnauthorizedError/i,
|
/UnauthorizedError/i,
|
||||||
/celebrate request validation failed/i,
|
/celebrate request validation failed/i,
|
||||||
],
|
],
|
||||||
dsn: 'https://f4b5b55fb3c645b29a5dc2d70a1a4ef4@o1098464.ingest.sentry.io/6122819',
|
dsn: 'https://8b5c84cfef3e22541bc84de0ed00497b@o1098464.ingest.sentry.io/6122819',
|
||||||
integrations: [
|
integrations: [
|
||||||
new Sentry.Integrations.Http({ tracing: true }),
|
new Sentry.Integrations.Http({ tracing: true }),
|
||||||
new Tracing.Integrations.Express({ app: expressApp }),
|
new Sentry.Integrations.Express({ app: expressApp }),
|
||||||
],
|
],
|
||||||
tracesSampleRate: 0.8,
|
tracesSampleRate: 0.8,
|
||||||
release: version,
|
release: version,
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
import sockJs from 'sockjs';
|
import sockJs from 'sockjs';
|
||||||
import { Server } from 'http';
|
import { Server } from 'http';
|
||||||
import Logger from './logger';
|
|
||||||
import { Container } from 'typedi';
|
import { Container } from 'typedi';
|
||||||
import SockService from '../services/sock';
|
import SockService from '../services/sock';
|
||||||
import config from '../config/index';
|
import config from '../config/index';
|
||||||
import fs from 'fs';
|
import fs from 'fs/promises';
|
||||||
import { getPlatform, safeJSONParse } from '../config/util';
|
import { getPlatform, safeJSONParse } from '../config/util';
|
||||||
|
|
||||||
export default async ({ server }: { server: Server }) => {
|
export default async ({ server }: { server: Server }) => {
|
||||||
const echo = sockJs.createServer({ prefix: '/api/ws', log: () => {} });
|
const echo = sockJs.createServer({ prefix: '/api/ws', log: () => {} });
|
||||||
const sockService = Container.get(SockService);
|
const sockService = Container.get(SockService);
|
||||||
|
|
||||||
echo.on('connection', (conn) => {
|
echo.on('connection', async (conn) => {
|
||||||
if (!conn.headers || !conn.url || !conn.pathname) {
|
if (!conn.headers || !conn.url || !conn.pathname) {
|
||||||
conn.close('404');
|
conn.close('404');
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = fs.readFileSync(config.authConfigFile, 'utf8');
|
const data = await fs.readFile(config.authConfigFile, 'utf8');
|
||||||
const platform = getPlatform(conn.headers['user-agent'] || '') || 'desktop';
|
const platform = getPlatform(conn.headers['user-agent'] || '') || 'desktop';
|
||||||
const headerToken = conn.url.replace(`${conn.pathname}?token=`, '');
|
const headerToken = conn.url.replace(`${conn.pathname}?token=`, '');
|
||||||
if (data) {
|
if (data) {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ const app = express();
|
|||||||
const client = new HealthClient(
|
const client = new HealthClient(
|
||||||
`0.0.0.0:${config.cronPort}`,
|
`0.0.0.0:${config.cronPort}`,
|
||||||
credentials.createInsecure(),
|
credentials.createInsecure(),
|
||||||
|
{ 'grpc.enable_http_proxy': 0 },
|
||||||
);
|
);
|
||||||
|
|
||||||
app.get('/api/health', (req, res) => {
|
app.get('/api/health', (req, res) => {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ class Client {
|
|||||||
private client = new CronClient(
|
private client = new CronClient(
|
||||||
`0.0.0.0:${config.cronPort}`,
|
`0.0.0.0:${config.cronPort}`,
|
||||||
credentials.createInsecure(),
|
credentials.createInsecure(),
|
||||||
|
{ 'grpc.enable_http_proxy': 0 },
|
||||||
);
|
);
|
||||||
|
|
||||||
addCron(request: AddCronRequest['crons']): Promise<AddCronResponse> {
|
addCron(request: AddCronRequest['crons']): Promise<AddCronResponse> {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ const check = async (
|
|||||||
switch (call.request.service) {
|
switch (call.request.service) {
|
||||||
case 'cron':
|
case 'cron':
|
||||||
const res = await promiseExec(
|
const res = await promiseExec(
|
||||||
`curl -s http://0.0.0.0:${config.port}/api/system`,
|
`curl -s --noproxy '*' http://0.0.0.0:${config.port}/api/system`,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (res.includes('200')) {
|
if (res.includes('200')) {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import { check } from './health';
|
|||||||
import config from '../config';
|
import config from '../config';
|
||||||
import Logger from '../loaders/logger';
|
import Logger from '../loaders/logger';
|
||||||
|
|
||||||
const server = new Server();
|
const server = new Server({ 'grpc.enable_http_proxy': 0 });
|
||||||
server.addService(HealthService, { check });
|
server.addService(HealthService, { check });
|
||||||
server.addService(CronService, { addCron, delCron });
|
server.addService(CronService, { addCron, delCron });
|
||||||
server.bindAsync(
|
server.bindAsync(
|
||||||
|
|||||||
+71
-38
@@ -3,10 +3,15 @@ import winston from 'winston';
|
|||||||
import config from '../config';
|
import config from '../config';
|
||||||
import { Crontab, CrontabModel, CrontabStatus } from '../data/cron';
|
import { Crontab, CrontabModel, CrontabStatus } from '../data/cron';
|
||||||
import { exec, execSync } from 'child_process';
|
import { exec, execSync } from 'child_process';
|
||||||
import fs from 'fs';
|
import fs from 'fs/promises';
|
||||||
import cron_parser from 'cron-parser';
|
import cron_parser from 'cron-parser';
|
||||||
import { getFileContentByName, fileExist, killTask, getUniqPath, safeJSONParse } from '../config/util';
|
import {
|
||||||
import { promises, existsSync } from 'fs';
|
getFileContentByName,
|
||||||
|
fileExist,
|
||||||
|
killTask,
|
||||||
|
getUniqPath,
|
||||||
|
safeJSONParse,
|
||||||
|
} from '../config/util';
|
||||||
import { Op, where, col as colFn, FindOptions, fn } from 'sequelize';
|
import { Op, where, col as colFn, FindOptions, fn } from 'sequelize';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { TASK_PREFIX, QL_PREFIX } from '../config/const';
|
import { TASK_PREFIX, QL_PREFIX } from '../config/const';
|
||||||
@@ -21,9 +26,9 @@ import omit from 'lodash/omit';
|
|||||||
export default class CronService {
|
export default class CronService {
|
||||||
constructor(@Inject('logger') private logger: winston.Logger) {}
|
constructor(@Inject('logger') private logger: winston.Logger) {}
|
||||||
|
|
||||||
private isSixCron(cron: Crontab) {
|
private isNodeCron(cron: Crontab) {
|
||||||
const { schedule } = cron;
|
const { schedule, extra_schedules } = cron;
|
||||||
if (Number(schedule?.split(/ +/).length) > 5) {
|
if (Number(schedule?.split(/ +/).length) > 5 || extra_schedules?.length) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
@@ -33,9 +38,15 @@ export default class CronService {
|
|||||||
const tab = new Crontab(payload);
|
const tab = new Crontab(payload);
|
||||||
tab.saved = false;
|
tab.saved = false;
|
||||||
const doc = await this.insert(tab);
|
const doc = await this.insert(tab);
|
||||||
if (this.isSixCron(doc) || doc.extra_schedules?.length) {
|
if (this.isNodeCron(doc)) {
|
||||||
await cronClient.addCron([
|
await cronClient.addCron([
|
||||||
{ name: doc.name || '', id: String(doc.id), schedule: doc.schedule!, command: this.makeCommand(doc), extraSchedules: doc.extra_schedules || [] },
|
{
|
||||||
|
name: doc.name || '',
|
||||||
|
id: String(doc.id),
|
||||||
|
schedule: doc.schedule!,
|
||||||
|
command: this.makeCommand(doc),
|
||||||
|
extraSchedules: doc.extra_schedules || [],
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
await this.set_crontab();
|
await this.set_crontab();
|
||||||
@@ -54,17 +65,17 @@ export default class CronService {
|
|||||||
if (doc.isDisabled === 1) {
|
if (doc.isDisabled === 1) {
|
||||||
return newDoc;
|
return newDoc;
|
||||||
}
|
}
|
||||||
if (this.isSixCron(doc) || doc.extra_schedules?.length) {
|
if (this.isNodeCron(doc)) {
|
||||||
await cronClient.delCron([String(doc.id)]);
|
await cronClient.delCron([String(doc.id)]);
|
||||||
}
|
}
|
||||||
if (this.isSixCron(newDoc) || newDoc.extra_schedules?.length) {
|
if (this.isNodeCron(newDoc)) {
|
||||||
await cronClient.addCron([
|
await cronClient.addCron([
|
||||||
{
|
{
|
||||||
name: doc.name || '',
|
name: doc.name || '',
|
||||||
id: String(newDoc.id),
|
id: String(newDoc.id),
|
||||||
schedule: newDoc.schedule!,
|
schedule: newDoc.schedule!,
|
||||||
command: this.makeCommand(newDoc),
|
command: this.makeCommand(newDoc),
|
||||||
extraSchedules: newDoc.extra_schedules || []
|
extraSchedules: newDoc.extra_schedules || [],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
@@ -107,7 +118,10 @@ export default class CronService {
|
|||||||
if (status === CrontabStatus.idle && log_path !== cron.log_path) {
|
if (status === CrontabStatus.idle && log_path !== cron.log_path) {
|
||||||
options = omit(options, ['status', 'log_path', 'pid']);
|
options = omit(options, ['status', 'log_path', 'pid']);
|
||||||
}
|
}
|
||||||
await CrontabModel.update({ ...pickBy(options, (v) => v === 0 || !!v) }, { where: { id } });
|
await CrontabModel.update(
|
||||||
|
{ ...pickBy(options, (v) => v === 0 || !!v) },
|
||||||
|
{ where: { id } },
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -396,35 +410,45 @@ export default class CronService {
|
|||||||
return taskLimit.runWithCronLimit(() => {
|
return taskLimit.runWithCronLimit(() => {
|
||||||
return new Promise(async (resolve: any) => {
|
return new Promise(async (resolve: any) => {
|
||||||
const cron = await this.getDb({ id: cronId });
|
const cron = await this.getDb({ id: cronId });
|
||||||
const params = { name: cron.name, command: cron.command, schedule: cron.schedule, extraSchedules: cron.extra_schedules };
|
const params = {
|
||||||
|
name: cron.name,
|
||||||
|
command: cron.command,
|
||||||
|
schedule: cron.schedule,
|
||||||
|
extraSchedules: cron.extra_schedules,
|
||||||
|
};
|
||||||
if (cron.status !== CrontabStatus.queued) {
|
if (cron.status !== CrontabStatus.queued) {
|
||||||
resolve(params);
|
resolve(params);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logger.info(`[panel][开始执行任务] 参数 ${JSON.stringify(params)}`);
|
this.logger.info(
|
||||||
|
`[panel][开始执行任务] 参数 ${JSON.stringify(params)}`,
|
||||||
|
);
|
||||||
|
|
||||||
let { id, command, log_path } = cron;
|
let { id, command, log_path } = cron;
|
||||||
const uniqPath = await getUniqPath(command, `${id}`);
|
const uniqPath = await getUniqPath(command, `${id}`);
|
||||||
const logTime = dayjs().format('YYYY-MM-DD-HH-mm-ss-SSS');
|
const logTime = dayjs().format('YYYY-MM-DD-HH-mm-ss-SSS');
|
||||||
const logDirPath = path.resolve(config.logPath, `${uniqPath}`);
|
const logDirPath = path.resolve(config.logPath, `${uniqPath}`);
|
||||||
if (log_path?.split('/')?.every(x => x !== uniqPath)) {
|
if (log_path?.split('/')?.every((x) => x !== uniqPath)) {
|
||||||
fs.mkdirSync(logDirPath, { recursive: true });
|
await fs.mkdir(logDirPath, { recursive: true });
|
||||||
}
|
}
|
||||||
const logPath = `${uniqPath}/${logTime}.log`;
|
const logPath = `${uniqPath}/${logTime}.log`;
|
||||||
const absolutePath = path.resolve(config.logPath, `${logPath}`);
|
const absolutePath = path.resolve(config.logPath, `${logPath}`);
|
||||||
|
|
||||||
const cp = spawn(`real_log_path=${logPath} no_delay=true ${this.makeCommand(cron)}`, { shell: '/bin/bash' });
|
const cp = spawn(
|
||||||
|
`real_log_path=${logPath} no_delay=true ${this.makeCommand(cron)}`,
|
||||||
|
{ shell: '/bin/bash' },
|
||||||
|
);
|
||||||
|
|
||||||
await CrontabModel.update(
|
await CrontabModel.update(
|
||||||
{ status: CrontabStatus.running, pid: cp.pid, log_path: logPath },
|
{ status: CrontabStatus.running, pid: cp.pid, log_path: logPath },
|
||||||
{ where: { id } },
|
{ where: { id } },
|
||||||
);
|
);
|
||||||
cp.stderr.on('data', (data) => {
|
cp.stderr.on('data', async (data) => {
|
||||||
fs.appendFileSync(`${absolutePath}`, `${data.toString()}`);
|
await fs.appendFile(`${absolutePath}`, `${data.toString()}`);
|
||||||
});
|
});
|
||||||
cp.on('error', (err) => {
|
cp.on('error', async (err) => {
|
||||||
fs.appendFileSync(`${absolutePath}`, `${JSON.stringify(err)}`);
|
await fs.appendFile(`${absolutePath}`, `${JSON.stringify(err)}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
cp.on('exit', async (code) => {
|
cp.on('exit', async (code) => {
|
||||||
@@ -448,13 +472,13 @@ export default class CronService {
|
|||||||
await CrontabModel.update({ isDisabled: 0 }, { where: { id: ids } });
|
await CrontabModel.update({ isDisabled: 0 }, { where: { id: ids } });
|
||||||
const docs = await CrontabModel.findAll({ where: { id: ids } });
|
const docs = await CrontabModel.findAll({ where: { id: ids } });
|
||||||
const sixCron = docs
|
const sixCron = docs
|
||||||
.filter((x) => this.isSixCron(x))
|
.filter((x) => this.isNodeCron(x))
|
||||||
.map((doc) => ({
|
.map((doc) => ({
|
||||||
name: doc.name || '',
|
name: doc.name || '',
|
||||||
id: String(doc.id),
|
id: String(doc.id),
|
||||||
schedule: doc.schedule!,
|
schedule: doc.schedule!,
|
||||||
command: this.makeCommand(doc),
|
command: this.makeCommand(doc),
|
||||||
extraSchedules: doc.extra_schedules || []
|
extraSchedules: doc.extra_schedules || [],
|
||||||
}));
|
}));
|
||||||
await cronClient.addCron(sixCron);
|
await cronClient.addCron(sixCron);
|
||||||
await this.set_crontab();
|
await this.set_crontab();
|
||||||
@@ -469,7 +493,7 @@ export default class CronService {
|
|||||||
const absolutePath = path.resolve(config.logPath, `${doc.log_path}`);
|
const absolutePath = path.resolve(config.logPath, `${doc.log_path}`);
|
||||||
const logFileExist = doc.log_path && (await fileExist(absolutePath));
|
const logFileExist = doc.log_path && (await fileExist(absolutePath));
|
||||||
if (logFileExist) {
|
if (logFileExist) {
|
||||||
return getFileContentByName(`${absolutePath}`);
|
return await getFileContentByName(`${absolutePath}`);
|
||||||
} else {
|
} else {
|
||||||
return '任务未运行';
|
return '任务未运行';
|
||||||
}
|
}
|
||||||
@@ -483,15 +507,18 @@ export default class CronService {
|
|||||||
|
|
||||||
const relativeDir = path.dirname(`${doc.log_path}`);
|
const relativeDir = path.dirname(`${doc.log_path}`);
|
||||||
const dir = path.resolve(config.logPath, relativeDir);
|
const dir = path.resolve(config.logPath, relativeDir);
|
||||||
if (existsSync(dir)) {
|
const dirExist = await fileExist(dir);
|
||||||
let files = await promises.readdir(dir);
|
if (dirExist) {
|
||||||
return files
|
let files = await fs.readdir(dir);
|
||||||
.map((x) => ({
|
return (
|
||||||
|
await Promise.all(
|
||||||
|
files.map(async (x) => ({
|
||||||
filename: x,
|
filename: x,
|
||||||
directory: relativeDir.replace(config.logPath, ''),
|
directory: relativeDir.replace(config.logPath, ''),
|
||||||
time: fs.statSync(`${dir}/${x}`).mtime.getTime(),
|
time: (await fs.stat(`${dir}/${x}`)).mtime.getTime(),
|
||||||
}))
|
})),
|
||||||
.sort((a, b) => b.time - a.time);
|
)
|
||||||
|
).sort((a, b) => b.time - a.time);
|
||||||
} else {
|
} else {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
@@ -502,13 +529,15 @@ export default class CronService {
|
|||||||
if (!command.startsWith(TASK_PREFIX) && !command.startsWith(QL_PREFIX)) {
|
if (!command.startsWith(TASK_PREFIX) && !command.startsWith(QL_PREFIX)) {
|
||||||
command = `${TASK_PREFIX}${tab.command}`;
|
command = `${TASK_PREFIX}${tab.command}`;
|
||||||
}
|
}
|
||||||
let commandVariable = `no_tee=true ID=${tab.id} `
|
let commandVariable = `no_tee=true ID=${tab.id} `;
|
||||||
if (tab.task_before) {
|
if (tab.task_before) {
|
||||||
commandVariable += `task_before='${tab.task_before.replace(/'/g, "'\\''")
|
commandVariable += `task_before='${tab.task_before
|
||||||
|
.replace(/'/g, "'\\''")
|
||||||
.trim()}' `;
|
.trim()}' `;
|
||||||
}
|
}
|
||||||
if (tab.task_after) {
|
if (tab.task_after) {
|
||||||
commandVariable += `task_after='${tab.task_after.replace(/'/g, "'\\''")
|
commandVariable += `task_after='${tab.task_after
|
||||||
|
.replace(/'/g, "'\\''")
|
||||||
.trim()}' `;
|
.trim()}' `;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -521,7 +550,11 @@ export default class CronService {
|
|||||||
var crontab_string = '';
|
var crontab_string = '';
|
||||||
tabs.data.forEach((tab) => {
|
tabs.data.forEach((tab) => {
|
||||||
const _schedule = tab.schedule && tab.schedule.split(/ +/);
|
const _schedule = tab.schedule && tab.schedule.split(/ +/);
|
||||||
if (tab.isDisabled === 1 || _schedule!.length !== 5 || tab.extra_schedules?.length) {
|
if (
|
||||||
|
tab.isDisabled === 1 ||
|
||||||
|
_schedule!.length !== 5 ||
|
||||||
|
tab.extra_schedules?.length
|
||||||
|
) {
|
||||||
crontab_string += '# ';
|
crontab_string += '# ';
|
||||||
crontab_string += tab.schedule;
|
crontab_string += tab.schedule;
|
||||||
crontab_string += ' ';
|
crontab_string += ' ';
|
||||||
@@ -535,7 +568,7 @@ export default class CronService {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
fs.writeFileSync(config.crontabFile, crontab_string);
|
await fs.writeFile(config.crontabFile, crontab_string);
|
||||||
|
|
||||||
execSync(`crontab ${config.crontabFile}`);
|
execSync(`crontab ${config.crontabFile}`);
|
||||||
await CrontabModel.update({ saved: true }, { where: {} });
|
await CrontabModel.update({ saved: true }, { where: {} });
|
||||||
@@ -580,13 +613,13 @@ export default class CronService {
|
|||||||
this.set_crontab(tabs);
|
this.set_crontab(tabs);
|
||||||
|
|
||||||
const sixCron = tabs.data
|
const sixCron = tabs.data
|
||||||
.filter((x) => this.isSixCron(x) && x.isDisabled !== 1)
|
.filter((x) => this.isNodeCron(x) && x.isDisabled !== 1)
|
||||||
.map((doc) => ({
|
.map((doc) => ({
|
||||||
name: doc.name || '',
|
name: doc.name || '',
|
||||||
id: String(doc.id),
|
id: String(doc.id),
|
||||||
schedule: doc.schedule!,
|
schedule: doc.schedule!,
|
||||||
command: this.makeCommand(doc),
|
command: this.makeCommand(doc),
|
||||||
extraSchedules: doc.extra_schedules || []
|
extraSchedules: doc.extra_schedules || [],
|
||||||
}));
|
}));
|
||||||
await cronClient.addCron(sixCron);
|
await cronClient.addCron(sixCron);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import {
|
|||||||
import { spawn } from 'cross-spawn';
|
import { spawn } from 'cross-spawn';
|
||||||
import SockService from './sock';
|
import SockService from './sock';
|
||||||
import { FindOptions, Op } from 'sequelize';
|
import { FindOptions, Op } from 'sequelize';
|
||||||
import { promiseExecSuccess } from '../config/util';
|
import { fileExist, promiseExecSuccess } from '../config/util';
|
||||||
import dayjs from 'dayjs';
|
import dayjs from 'dayjs';
|
||||||
import taskLimit from '../shared/pLimit';
|
import taskLimit from '../shared/pLimit';
|
||||||
|
|
||||||
@@ -61,12 +61,23 @@ export default class DependenceService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async remove(ids: number[], force = false): Promise<Dependence[]> {
|
public async remove(ids: number[], force = false): Promise<Dependence[]> {
|
||||||
|
const docs = await DependenceModel.findAll({ where: { id: ids } });
|
||||||
|
const unInstalledDeps = docs.filter(
|
||||||
|
(x) => x.status !== DependenceStatus.installed,
|
||||||
|
);
|
||||||
|
const installedDeps = docs.filter(
|
||||||
|
(x) => x.status === DependenceStatus.installed,
|
||||||
|
);
|
||||||
|
await this.removeDb(unInstalledDeps.map((x) => x.id!));
|
||||||
|
|
||||||
|
if (installedDeps.length) {
|
||||||
await DependenceModel.update(
|
await DependenceModel.update(
|
||||||
{ status: DependenceStatus.queued, log: [] },
|
{ status: DependenceStatus.queued, log: [] },
|
||||||
{ where: { id: ids } },
|
{ where: { id: ids } },
|
||||||
);
|
);
|
||||||
const docs = await DependenceModel.findAll({ where: { id: ids } });
|
|
||||||
this.installDependenceOneByOne(docs, false, force);
|
this.installDependenceOneByOne(docs, false, force);
|
||||||
|
}
|
||||||
return docs;
|
return docs;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,7 +130,7 @@ export default class DependenceService {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const docs = await DependenceModel.findAll({ where: { id: ids } });
|
const docs = await DependenceModel.findAll({ where: { id: ids } });
|
||||||
this.installDependenceOneByOne(docs);
|
this.installDependenceOneByOne(docs, true, true);
|
||||||
return docs;
|
return docs;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -188,7 +199,7 @@ export default class DependenceService {
|
|||||||
this.updateLog(depIds, message);
|
this.updateLog(depIds, message);
|
||||||
|
|
||||||
// 判断是否已经安装过依赖
|
// 判断是否已经安装过依赖
|
||||||
if (isInstall) {
|
if (isInstall && !force) {
|
||||||
const getCommandPrefix = GetDependenceCommandTypes[dependency.type];
|
const getCommandPrefix = GetDependenceCommandTypes[dependency.type];
|
||||||
const depVersionStr = versionDependenceCommandTypes[dependency.type];
|
const depVersionStr = versionDependenceCommandTypes[dependency.type];
|
||||||
let depVersion = '';
|
let depVersion = '';
|
||||||
@@ -241,10 +252,18 @@ export default class DependenceService {
|
|||||||
return resolve(null);
|
return resolve(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
const dependenceProxyFileExist = await fileExist(
|
||||||
const cp = spawn(`${depRunCommand} ${dependency.name.trim()}`, {
|
config.dependenceProxyFile,
|
||||||
|
);
|
||||||
|
const proxyStr = dependenceProxyFileExist
|
||||||
|
? `source ${config.dependenceProxyFile} &&`
|
||||||
|
: '';
|
||||||
|
const cp = spawn(
|
||||||
|
`${proxyStr} ${depRunCommand} ${dependency.name.trim()}`,
|
||||||
|
{
|
||||||
shell: '/bin/bash',
|
shell: '/bin/bash',
|
||||||
});
|
},
|
||||||
|
);
|
||||||
|
|
||||||
cp.stdout.on('data', async (data) => {
|
cp.stdout.on('data', async (data) => {
|
||||||
this.sockService.sendMessage({
|
this.sockService.sendMessage({
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { Service, Inject } from 'typedi';
|
import { Service, Inject } from 'typedi';
|
||||||
import winston from 'winston';
|
import winston from 'winston';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs/promises';
|
||||||
import {
|
import {
|
||||||
Env,
|
Env,
|
||||||
EnvModel,
|
EnvModel,
|
||||||
@@ -208,6 +208,6 @@ export default class EnvService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fs.writeFileSync(config.envFile, env_string);
|
await fs.writeFile(config.envFile, env_string);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+11
-8
@@ -57,7 +57,7 @@ export default class NotificationService {
|
|||||||
try {
|
try {
|
||||||
return await notificationModeAction?.call(this);
|
return await notificationModeAction?.call(this);
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
return false;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
@@ -234,8 +234,8 @@ export default class NotificationService {
|
|||||||
telegramBotUserId,
|
telegramBotUserId,
|
||||||
} = this.params;
|
} = this.params;
|
||||||
const authStr = telegramBotProxyAuth ? `${telegramBotProxyAuth}@` : '';
|
const authStr = telegramBotProxyAuth ? `${telegramBotProxyAuth}@` : '';
|
||||||
const url = `https://${
|
const url = `${
|
||||||
telegramBotApiHost ? telegramBotApiHost : 'api.telegram.org'
|
telegramBotApiHost ? telegramBotApiHost : 'https://api.telegram.org'
|
||||||
}/bot${telegramBotToken}/sendMessage`;
|
}/bot${telegramBotToken}/sendMessage`;
|
||||||
let agent;
|
let agent;
|
||||||
if (telegramBotProxyHost && telegramBotProxyPort) {
|
if (telegramBotProxyHost && telegramBotProxyPort) {
|
||||||
@@ -562,7 +562,7 @@ export default class NotificationService {
|
|||||||
throw new Error(JSON.stringify(info));
|
throw new Error(JSON.stringify(info));
|
||||||
}
|
}
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
throw new Error(error.response ? error.response.body : error);
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -591,7 +591,7 @@ export default class NotificationService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async chronocat() {
|
private async chronocat() {
|
||||||
const { chronocatURL, chronocatQQ, chronocatToekn } = this.params;
|
const { chronocatURL, chronocatQQ, chronocatToken } = this.params;
|
||||||
try {
|
try {
|
||||||
const user_ids = chronocatQQ
|
const user_ids = chronocatQQ
|
||||||
.match(/user_id=(\d+)/g)
|
.match(/user_id=(\d+)/g)
|
||||||
@@ -603,7 +603,7 @@ export default class NotificationService {
|
|||||||
const url = `${chronocatURL}/api/message/send`;
|
const url = `${chronocatURL}/api/message/send`;
|
||||||
const headers = {
|
const headers = {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
Authorization: `Bearer ${chronocatToekn}`,
|
Authorization: `Bearer ${chronocatToken}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const [chat_type, ids] of [
|
for (const [chat_type, ids] of [
|
||||||
@@ -634,7 +634,7 @@ export default class NotificationService {
|
|||||||
json: data,
|
json: data,
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
if (res.body === 'success') {
|
if (res.statusCode === 200) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
throw new Error(res.body);
|
throw new Error(res.body);
|
||||||
@@ -660,9 +660,11 @@ export default class NotificationService {
|
|||||||
webhookUrl,
|
webhookUrl,
|
||||||
webhookBody,
|
webhookBody,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!formatUrl && !formatBody) {
|
if (!formatUrl && !formatBody) {
|
||||||
return false;
|
throw new Error('Url 或者 Body 中必须包含 $title');
|
||||||
}
|
}
|
||||||
|
|
||||||
const headers = parseHeaders(webhookHeaders);
|
const headers = parseHeaders(webhookHeaders);
|
||||||
const body = parseBody(formatBody, webhookContentType);
|
const body = parseBody(formatBody, webhookContentType);
|
||||||
const bodyParam = this.formatBody(webhookContentType, body);
|
const bodyParam = this.formatBody(webhookContentType, body);
|
||||||
@@ -693,6 +695,7 @@ export default class NotificationService {
|
|||||||
case 'multipart/form-data':
|
case 'multipart/form-data':
|
||||||
return { form: body };
|
return { form: body };
|
||||||
case 'application/x-www-form-urlencoded':
|
case 'application/x-www-form-urlencoded':
|
||||||
|
case 'text/plain':
|
||||||
return { body };
|
return { body };
|
||||||
}
|
}
|
||||||
return {};
|
return {};
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
import { Service, Inject } from 'typedi';
|
import { Service, Inject } from 'typedi';
|
||||||
import winston from 'winston';
|
import winston from 'winston';
|
||||||
import fs from 'fs';
|
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import SockService from './sock';
|
import SockService from './sock';
|
||||||
import CronService from './cron';
|
import CronService from './cron';
|
||||||
import ScheduleService, { TaskCallbacks } from './schedule';
|
import ScheduleService, { TaskCallbacks } from './schedule';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import { TASK_COMMAND } from '../config/const';
|
import { TASK_COMMAND } from '../config/const';
|
||||||
import { getPid, killTask } from '../config/util';
|
import { getPid, killTask, rmPath } from '../config/util';
|
||||||
|
|
||||||
@Service()
|
@Service()
|
||||||
export default class ScriptService {
|
export default class ScriptService {
|
||||||
@@ -21,9 +20,7 @@ export default class ScriptService {
|
|||||||
private taskCallbacks(filePath: string): TaskCallbacks {
|
private taskCallbacks(filePath: string): TaskCallbacks {
|
||||||
return {
|
return {
|
||||||
onEnd: async (cp, endTime, diff) => {
|
onEnd: async (cp, endTime, diff) => {
|
||||||
try {
|
await rmPath(filePath);
|
||||||
fs.unlinkSync(filePath);
|
|
||||||
} catch (error) { }
|
|
||||||
},
|
},
|
||||||
onError: async (message: string) => {
|
onError: async (message: string) => {
|
||||||
this.sockService.sendMessage({
|
this.sockService.sendMessage({
|
||||||
@@ -42,7 +39,7 @@ export default class ScriptService {
|
|||||||
|
|
||||||
public async runScript(filePath: string) {
|
public async runScript(filePath: string) {
|
||||||
const relativePath = path.relative(config.scriptPath, filePath);
|
const relativePath = path.relative(config.scriptPath, filePath);
|
||||||
const command = `${TASK_COMMAND} -l ${relativePath} now`;
|
const command = `${TASK_COMMAND} ${relativePath} now`;
|
||||||
const pid = await this.scheduleService.runTask(
|
const pid = await this.scheduleService.runTask(
|
||||||
command,
|
command,
|
||||||
this.taskCallbacks(filePath),
|
this.taskCallbacks(filePath),
|
||||||
@@ -56,7 +53,7 @@ export default class ScriptService {
|
|||||||
public async stopScript(filePath: string, pid: number) {
|
public async stopScript(filePath: string, pid: number) {
|
||||||
if (!pid) {
|
if (!pid) {
|
||||||
const relativePath = path.relative(config.scriptPath, filePath);
|
const relativePath = path.relative(config.scriptPath, filePath);
|
||||||
pid = await getPid(`${TASK_COMMAND} -l ${relativePath} now`) as number;
|
pid = (await getPid(`${TASK_COMMAND} ${relativePath} now`)) as number;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
await killTask(pid);
|
await killTask(pid);
|
||||||
|
|||||||
+40
-31
@@ -1,11 +1,12 @@
|
|||||||
import { Service, Inject } from 'typedi';
|
import { Service, Inject } from 'typedi';
|
||||||
import winston from 'winston';
|
import winston from 'winston';
|
||||||
import fs, { existsSync } from 'fs';
|
import fs from 'fs/promises';
|
||||||
import os from 'os';
|
import os from 'os';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { Subscription } from '../data/subscription';
|
import { Subscription } from '../data/subscription';
|
||||||
import { formatUrl } from '../config/subscription';
|
import { formatUrl } from '../config/subscription';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
|
import { fileExist, rmPath } from '../config/util';
|
||||||
|
|
||||||
@Service()
|
@Service()
|
||||||
export default class SshKeyService {
|
export default class SshKeyService {
|
||||||
@@ -18,15 +19,16 @@ export default class SshKeyService {
|
|||||||
this.initSshConfigFile();
|
this.initSshConfigFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
private initSshConfigFile() {
|
private async initSshConfigFile() {
|
||||||
let config = '';
|
let config = '';
|
||||||
if (existsSync(this.sshConfigFilePath)) {
|
const _exist = await fileExist(this.sshConfigFilePath);
|
||||||
config = fs.readFileSync(this.sshConfigFilePath, { encoding: 'utf-8' });
|
if (_exist) {
|
||||||
|
config = await fs.readFile(this.sshConfigFilePath, { encoding: 'utf-8' });
|
||||||
} else {
|
} else {
|
||||||
fs.writeFileSync(this.sshConfigFilePath, '');
|
await fs.writeFile(this.sshConfigFilePath, '');
|
||||||
}
|
}
|
||||||
if (!config.includes(this.sshConfigHeader)) {
|
if (!config.includes(this.sshConfigHeader)) {
|
||||||
fs.writeFileSync(
|
await fs.writeFile(
|
||||||
this.sshConfigFilePath,
|
this.sshConfigFilePath,
|
||||||
`${this.sshConfigHeader}\n\n${config}`,
|
`${this.sshConfigHeader}\n\n${config}`,
|
||||||
{ encoding: 'utf-8' },
|
{ encoding: 'utf-8' },
|
||||||
@@ -34,9 +36,12 @@ export default class SshKeyService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private generatePrivateKeyFile(alias: string, key: string): void {
|
private async generatePrivateKeyFile(
|
||||||
|
alias: string,
|
||||||
|
key: string,
|
||||||
|
): Promise<void> {
|
||||||
try {
|
try {
|
||||||
fs.writeFileSync(path.join(this.sshPath, alias), `${key}${os.EOL}`, {
|
await fs.writeFile(path.join(this.sshPath, alias), `${key}${os.EOL}`, {
|
||||||
encoding: 'utf8',
|
encoding: 'utf8',
|
||||||
mode: '400',
|
mode: '400',
|
||||||
});
|
});
|
||||||
@@ -45,18 +50,20 @@ export default class SshKeyService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private removePrivateKeyFile(alias: string): void {
|
private async removePrivateKeyFile(alias: string): Promise<void> {
|
||||||
try {
|
try {
|
||||||
const filePath = path.join(this.sshPath, alias);
|
const filePath = path.join(this.sshPath, alias);
|
||||||
if (existsSync(filePath)) {
|
await rmPath(filePath);
|
||||||
fs.unlinkSync(filePath);
|
|
||||||
}
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.logger.error('删除私钥文件失败', error);
|
this.logger.error('删除私钥文件失败', error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private generateSingleSshConfig(alias: string, host: string, proxy?: string) {
|
private async generateSingleSshConfig(
|
||||||
|
alias: string,
|
||||||
|
host: string,
|
||||||
|
proxy?: string,
|
||||||
|
) {
|
||||||
if (host === 'github.com') {
|
if (host === 'github.com') {
|
||||||
host = `ssh.github.com\n Port 443\n HostkeyAlgorithms +ssh-rsa`;
|
host = `ssh.github.com\n Port 443\n HostkeyAlgorithms +ssh-rsa`;
|
||||||
}
|
}
|
||||||
@@ -67,49 +74,51 @@ export default class SshKeyService {
|
|||||||
this.sshPath,
|
this.sshPath,
|
||||||
alias,
|
alias,
|
||||||
)}\n StrictHostKeyChecking no\n${proxyStr}`;
|
)}\n StrictHostKeyChecking no\n${proxyStr}`;
|
||||||
fs.writeFileSync(`${path.join(this.sshPath, `${alias}.config`)}`, config, {
|
await fs.writeFile(
|
||||||
|
`${path.join(this.sshPath, `${alias}.config`)}`,
|
||||||
|
config,
|
||||||
|
{
|
||||||
encoding: 'utf8',
|
encoding: 'utf8',
|
||||||
});
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private removeSshConfig(alias: string) {
|
private async removeSshConfig(alias: string) {
|
||||||
try {
|
try {
|
||||||
const filePath = path.join(this.sshPath, `${alias}.config`);
|
const filePath = path.join(this.sshPath, `${alias}.config`);
|
||||||
if (existsSync(filePath)) {
|
await rmPath(filePath);
|
||||||
fs.unlinkSync(filePath);
|
|
||||||
}
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.logger.error(`删除ssh配置文件${alias}失败`, error);
|
this.logger.error(`删除ssh配置文件${alias}失败`, error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public addSSHKey(
|
public async addSSHKey(
|
||||||
key: string,
|
key: string,
|
||||||
alias: string,
|
alias: string,
|
||||||
host: string,
|
host: string,
|
||||||
proxy?: string,
|
proxy?: string,
|
||||||
): void {
|
): Promise<void> {
|
||||||
this.generatePrivateKeyFile(alias, key);
|
await this.generatePrivateKeyFile(alias, key);
|
||||||
this.generateSingleSshConfig(alias, host, proxy);
|
await this.generateSingleSshConfig(alias, host, proxy);
|
||||||
}
|
}
|
||||||
|
|
||||||
public removeSSHKey(alias: string, host: string, proxy?: string): void {
|
public async removeSSHKey(alias: string, host: string, proxy?: string): Promise<void> {
|
||||||
this.removePrivateKeyFile(alias);
|
await this.removePrivateKeyFile(alias);
|
||||||
this.removeSshConfig(alias);
|
await this.removeSshConfig(alias);
|
||||||
}
|
}
|
||||||
|
|
||||||
public setSshConfig(docs: Subscription[]) {
|
public async setSshConfig(docs: Subscription[]) {
|
||||||
for (const doc of docs) {
|
for (const doc of docs) {
|
||||||
if (doc.type === 'private-repo' && doc.pull_type === 'ssh-key') {
|
if (doc.type === 'private-repo' && doc.pull_type === 'ssh-key') {
|
||||||
const { alias, proxy } = doc;
|
const { alias, proxy } = doc;
|
||||||
const { host } = formatUrl(doc);
|
const { host } = formatUrl(doc);
|
||||||
this.removePrivateKeyFile(alias);
|
await this.removePrivateKeyFile(alias);
|
||||||
this.removeSshConfig(alias);
|
await this.removeSshConfig(alias);
|
||||||
this.generatePrivateKeyFile(
|
await this.generatePrivateKeyFile(
|
||||||
alias,
|
alias,
|
||||||
(doc.pull_option as any).private_key,
|
(doc.pull_option as any).private_key,
|
||||||
);
|
);
|
||||||
this.generateSingleSshConfig(alias, host, proxy);
|
await this.generateSingleSshConfig(alias, host, proxy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import {
|
|||||||
SubscriptionStatus,
|
SubscriptionStatus,
|
||||||
} from '../data/subscription';
|
} from '../data/subscription';
|
||||||
import { ChildProcessWithoutNullStreams } from 'child_process';
|
import { ChildProcessWithoutNullStreams } from 'child_process';
|
||||||
import fs from 'fs';
|
|
||||||
import {
|
import {
|
||||||
getFileContentByName,
|
getFileContentByName,
|
||||||
concurrentRun,
|
concurrentRun,
|
||||||
@@ -16,9 +15,9 @@ import {
|
|||||||
killTask,
|
killTask,
|
||||||
handleLogPath,
|
handleLogPath,
|
||||||
promiseExec,
|
promiseExec,
|
||||||
emptyDir,
|
rmPath,
|
||||||
} from '../config/util';
|
} from '../config/util';
|
||||||
import { promises, existsSync } from 'fs';
|
import fs from 'fs/promises';
|
||||||
import { FindOptions, Op } from 'sequelize';
|
import { FindOptions, Op } from 'sequelize';
|
||||||
import path, { join } from 'path';
|
import path, { join } from 'path';
|
||||||
import ScheduleService, { TaskCallbacks } from './schedule';
|
import ScheduleService, { TaskCallbacks } from './schedule';
|
||||||
@@ -107,7 +106,7 @@ export default class SubscriptionService {
|
|||||||
|
|
||||||
public async setSshConfig() {
|
public async setSshConfig() {
|
||||||
const docs = await SubscriptionModel.findAll();
|
const docs = await SubscriptionModel.findAll();
|
||||||
this.sshKeyService.setSshConfig(docs);
|
await this.sshKeyService.setSshConfig(docs);
|
||||||
}
|
}
|
||||||
|
|
||||||
private taskCallbacks(doc: Subscription): TaskCallbacks {
|
private taskCallbacks(doc: Subscription): TaskCallbacks {
|
||||||
@@ -131,7 +130,7 @@ export default class SubscriptionService {
|
|||||||
let beforeStr = '';
|
let beforeStr = '';
|
||||||
try {
|
try {
|
||||||
if (doc.sub_before) {
|
if (doc.sub_before) {
|
||||||
fs.appendFileSync(absolutePath, `\n## 执行before命令...\n\n`);
|
await fs.appendFile(absolutePath, `\n## 执行before命令...\n\n`);
|
||||||
beforeStr = await promiseExec(doc.sub_before);
|
beforeStr = await promiseExec(doc.sub_before);
|
||||||
}
|
}
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
@@ -139,7 +138,7 @@ export default class SubscriptionService {
|
|||||||
(error.stderr && error.stderr.toString()) || JSON.stringify(error);
|
(error.stderr && error.stderr.toString()) || JSON.stringify(error);
|
||||||
}
|
}
|
||||||
if (beforeStr) {
|
if (beforeStr) {
|
||||||
fs.appendFileSync(absolutePath, `${beforeStr}\n`);
|
await fs.appendFile(absolutePath, `${beforeStr}\n`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onStart: async (cp: ChildProcessWithoutNullStreams, startTime) => {
|
onStart: async (cp: ChildProcessWithoutNullStreams, startTime) => {
|
||||||
@@ -158,7 +157,7 @@ export default class SubscriptionService {
|
|||||||
let afterStr = '';
|
let afterStr = '';
|
||||||
try {
|
try {
|
||||||
if (sub.sub_after) {
|
if (sub.sub_after) {
|
||||||
fs.appendFileSync(absolutePath, `\n\n## 执行after命令...\n\n`);
|
await fs.appendFile(absolutePath, `\n\n## 执行after命令...\n\n`);
|
||||||
afterStr = await promiseExec(sub.sub_after);
|
afterStr = await promiseExec(sub.sub_after);
|
||||||
}
|
}
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
@@ -166,10 +165,10 @@ export default class SubscriptionService {
|
|||||||
(error.stderr && error.stderr.toString()) || JSON.stringify(error);
|
(error.stderr && error.stderr.toString()) || JSON.stringify(error);
|
||||||
}
|
}
|
||||||
if (afterStr) {
|
if (afterStr) {
|
||||||
fs.appendFileSync(absolutePath, `${afterStr}\n`);
|
await fs.appendFile(absolutePath, `${afterStr}\n`);
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.appendFileSync(
|
await fs.appendFile(
|
||||||
absolutePath,
|
absolutePath,
|
||||||
`\n## 执行结束... ${endTime.format(
|
`\n## 执行结束... ${endTime.format(
|
||||||
'YYYY-MM-DD HH:mm:ss',
|
'YYYY-MM-DD HH:mm:ss',
|
||||||
@@ -190,12 +189,12 @@ export default class SubscriptionService {
|
|||||||
onError: async (message: string) => {
|
onError: async (message: string) => {
|
||||||
const sub = await this.getDb({ id: doc.id });
|
const sub = await this.getDb({ id: doc.id });
|
||||||
const absolutePath = await handleLogPath(sub.log_path as string);
|
const absolutePath = await handleLogPath(sub.log_path as string);
|
||||||
fs.appendFileSync(absolutePath, `\n${message}`);
|
await fs.appendFile(absolutePath, `\n${message}`);
|
||||||
},
|
},
|
||||||
onLog: async (message: string) => {
|
onLog: async (message: string) => {
|
||||||
const sub = await this.getDb({ id: doc.id });
|
const sub = await this.getDb({ id: doc.id });
|
||||||
const absolutePath = await handleLogPath(sub.log_path as string);
|
const absolutePath = await handleLogPath(sub.log_path as string);
|
||||||
fs.appendFileSync(absolutePath, `\n${message}`);
|
await fs.appendFile(absolutePath, `\n${message}`);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -268,11 +267,11 @@ export default class SubscriptionService {
|
|||||||
if (query?.force === true) {
|
if (query?.force === true) {
|
||||||
const crons = await CrontabModel.findAll({ where: { sub_id: ids } });
|
const crons = await CrontabModel.findAll({ where: { sub_id: ids } });
|
||||||
if (crons?.length) {
|
if (crons?.length) {
|
||||||
await this.crontabService.remove(crons.map(x => x.id!))
|
await this.crontabService.remove(crons.map((x) => x.id!));
|
||||||
}
|
}
|
||||||
for (const doc of docs) {
|
for (const doc of docs) {
|
||||||
const filePath = join(config.scriptPath, doc.alias);
|
const filePath = join(config.scriptPath, doc.alias);
|
||||||
emptyDir(filePath);
|
await rmPath(filePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -323,7 +322,7 @@ export default class SubscriptionService {
|
|||||||
this.scheduleService.runTask(command, this.taskCallbacks(subscription), {
|
this.scheduleService.runTask(command, this.taskCallbacks(subscription), {
|
||||||
name: subscription.name,
|
name: subscription.name,
|
||||||
schedule: subscription.schedule,
|
schedule: subscription.schedule,
|
||||||
command
|
command,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -352,7 +351,7 @@ export default class SubscriptionService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const absolutePath = await handleLogPath(doc.log_path as string);
|
const absolutePath = await handleLogPath(doc.log_path as string);
|
||||||
return getFileContentByName(absolutePath);
|
return await getFileContentByName(absolutePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async logs(id: number) {
|
public async logs(id: number) {
|
||||||
@@ -364,15 +363,18 @@ export default class SubscriptionService {
|
|||||||
if (doc.log_path) {
|
if (doc.log_path) {
|
||||||
const relativeDir = path.dirname(`${doc.log_path}`);
|
const relativeDir = path.dirname(`${doc.log_path}`);
|
||||||
const dir = path.resolve(config.logPath, relativeDir);
|
const dir = path.resolve(config.logPath, relativeDir);
|
||||||
if (existsSync(dir)) {
|
const _exist = await fileExist(dir);
|
||||||
let files = await promises.readdir(dir);
|
if (_exist) {
|
||||||
return files
|
let files = await fs.readdir(dir);
|
||||||
.map((x) => ({
|
return (
|
||||||
|
await Promise.all(
|
||||||
|
files.map(async (x) => ({
|
||||||
filename: x,
|
filename: x,
|
||||||
directory: relativeDir.replace(config.logPath, ''),
|
directory: relativeDir.replace(config.logPath, ''),
|
||||||
time: fs.statSync(`${dir}/${x}`).mtime.getTime(),
|
time: (await fs.stat(`${dir}/${x}`)).mtime.getTime(),
|
||||||
}))
|
})),
|
||||||
.sort((a, b) => b.time - a.time);
|
)
|
||||||
|
).sort((a, b) => b.time - a.time);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+143
-18
@@ -5,10 +5,10 @@ import config from '../config';
|
|||||||
import {
|
import {
|
||||||
AuthDataType,
|
AuthDataType,
|
||||||
AuthInfo,
|
AuthInfo,
|
||||||
AuthInstance,
|
SystemInstance,
|
||||||
AuthModel,
|
SystemModel,
|
||||||
AuthModelInfo,
|
SystemModelInfo,
|
||||||
} from '../data/auth';
|
} from '../data/system';
|
||||||
import { NotificationInfo } from '../data/notify';
|
import { NotificationInfo } from '../data/notify';
|
||||||
import NotificationService from './notify';
|
import NotificationService from './notify';
|
||||||
import ScheduleService, { TaskCallbacks } from './schedule';
|
import ScheduleService, { TaskCallbacks } from './schedule';
|
||||||
@@ -43,17 +43,17 @@ export default class SystemService {
|
|||||||
|
|
||||||
public async getSystemConfig() {
|
public async getSystemConfig() {
|
||||||
const doc = await this.getDb({ type: AuthDataType.systemConfig });
|
const doc = await this.getDb({ type: AuthDataType.systemConfig });
|
||||||
return doc || ({} as AuthInstance);
|
return doc || ({} as SystemInstance);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async updateAuthDb(payload: AuthInfo): Promise<AuthInstance> {
|
private async updateAuthDb(payload: AuthInfo): Promise<SystemInstance> {
|
||||||
await AuthModel.upsert({ ...payload });
|
await SystemModel.upsert({ ...payload });
|
||||||
const doc = await this.getDb({ type: payload.type });
|
const doc = await this.getDb({ type: payload.type });
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async getDb(query: any): Promise<AuthInstance> {
|
public async getDb(query: any): Promise<SystemInstance> {
|
||||||
const doc: any = await AuthModel.findOne({ where: { ...query } });
|
const doc: any = await SystemModel.findOne({ where: { ...query } });
|
||||||
return doc && doc.get({ plain: true });
|
return doc && doc.get({ plain: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,32 +75,156 @@ export default class SystemService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public async updateSystemConfig(info: AuthModelInfo) {
|
public async updateLogRemoveFrequency(info: SystemModelInfo) {
|
||||||
const oDoc = await this.getSystemConfig();
|
const oDoc = await this.getSystemConfig();
|
||||||
const result = await this.updateAuthDb({
|
const result = await this.updateAuthDb({
|
||||||
...oDoc,
|
...oDoc,
|
||||||
type: AuthDataType.systemConfig,
|
info: { ...oDoc.info, ...info },
|
||||||
info,
|
|
||||||
});
|
});
|
||||||
if (info.logRemoveFrequency) {
|
|
||||||
const cron = {
|
const cron = {
|
||||||
id: result.id || NaN,
|
id: result.id || NaN,
|
||||||
name: '删除日志',
|
name: '删除日志',
|
||||||
command: `ql rmlog ${info.logRemoveFrequency}`,
|
command: `ql rmlog ${info.logRemoveFrequency}`,
|
||||||
};
|
};
|
||||||
|
if (oDoc.info?.logRemoveFrequency) {
|
||||||
await this.scheduleService.cancelIntervalTask(cron);
|
await this.scheduleService.cancelIntervalTask(cron);
|
||||||
if (info.logRemoveFrequency > 0) {
|
}
|
||||||
|
if (info.logRemoveFrequency && info.logRemoveFrequency > 0) {
|
||||||
this.scheduleService.createIntervalTask(cron, {
|
this.scheduleService.createIntervalTask(cron, {
|
||||||
days: info.logRemoveFrequency,
|
days: info.logRemoveFrequency,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
return { code: 200, data: info };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async updateCronConcurrency(info: SystemModelInfo) {
|
||||||
|
const oDoc = await this.getSystemConfig();
|
||||||
|
await this.updateAuthDb({
|
||||||
|
...oDoc,
|
||||||
|
info: { ...oDoc.info, ...info },
|
||||||
|
});
|
||||||
if (info.cronConcurrency) {
|
if (info.cronConcurrency) {
|
||||||
await taskLimit.setCustomLimit(info.cronConcurrency);
|
await taskLimit.setCustomLimit(info.cronConcurrency);
|
||||||
}
|
}
|
||||||
return { code: 200, data: info };
|
return { code: 200, data: info };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async updateDependenceProxy(info: SystemModelInfo) {
|
||||||
|
const oDoc = await this.getSystemConfig();
|
||||||
|
await this.updateAuthDb({
|
||||||
|
...oDoc,
|
||||||
|
info: { ...oDoc.info, ...info },
|
||||||
|
});
|
||||||
|
if (info.dependenceProxy) {
|
||||||
|
await fs.promises.writeFile(
|
||||||
|
config.dependenceProxyFile,
|
||||||
|
`export http_proxy="${info.dependenceProxy}"\nexport https_proxy="${info.dependenceProxy}"`,
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
await fs.promises.rm(config.dependenceProxyFile);
|
||||||
|
}
|
||||||
|
return { code: 200, data: info };
|
||||||
|
}
|
||||||
|
|
||||||
|
public async updateNodeMirror(info: SystemModelInfo, res: Response) {
|
||||||
|
const oDoc = await this.getSystemConfig();
|
||||||
|
await this.updateAuthDb({
|
||||||
|
...oDoc,
|
||||||
|
info: { ...oDoc.info, ...info },
|
||||||
|
});
|
||||||
|
let cmd = 'pnpm config delete registry';
|
||||||
|
if (info.nodeMirror) {
|
||||||
|
cmd = `pnpm config set registry ${info.nodeMirror}`;
|
||||||
|
}
|
||||||
|
const command = `cd && ${cmd} && pnpm i -g`;
|
||||||
|
this.scheduleService.runTask(
|
||||||
|
command,
|
||||||
|
{
|
||||||
|
onStart: async (cp) => {
|
||||||
|
res.setHeader('QL-Task-Pid', `${cp.pid}`);
|
||||||
|
res.end();
|
||||||
|
},
|
||||||
|
onEnd: async () => {
|
||||||
|
this.sockService.sendMessage({
|
||||||
|
type: 'updateNodeMirror',
|
||||||
|
message: 'update node mirror end',
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onError: async (message: string) => {
|
||||||
|
this.sockService.sendMessage({ type: 'updateNodeMirror', message });
|
||||||
|
},
|
||||||
|
onLog: async (message: string) => {
|
||||||
|
this.sockService.sendMessage({ type: 'updateNodeMirror', message });
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
command,
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
public async updatePythonMirror(info: SystemModelInfo) {
|
||||||
|
const oDoc = await this.getSystemConfig();
|
||||||
|
await this.updateAuthDb({
|
||||||
|
...oDoc,
|
||||||
|
info: { ...oDoc.info, ...info },
|
||||||
|
});
|
||||||
|
let cmd = 'pip config unset global.index-url';
|
||||||
|
if (info.pythonMirror) {
|
||||||
|
cmd = `pip3 config set global.index-url ${info.pythonMirror}`;
|
||||||
|
}
|
||||||
|
await promiseExec(cmd);
|
||||||
|
return { code: 200, data: info };
|
||||||
|
}
|
||||||
|
|
||||||
|
public async updateLinuxMirror(info: SystemModelInfo, res: Response) {
|
||||||
|
const oDoc = await this.getSystemConfig();
|
||||||
|
await this.updateAuthDb({
|
||||||
|
...oDoc,
|
||||||
|
info: { ...oDoc.info, ...info },
|
||||||
|
});
|
||||||
|
let defaultDomain = 'https://dl-cdn.alpinelinux.org';
|
||||||
|
let targetDomain = 'https://dl-cdn.alpinelinux.org';
|
||||||
|
if (oDoc.info?.linuxMirror) {
|
||||||
|
defaultDomain = oDoc.info.linuxMirror;
|
||||||
|
}
|
||||||
|
if (info.linuxMirror) {
|
||||||
|
targetDomain = info.linuxMirror;
|
||||||
|
}
|
||||||
|
const command = `sed -i 's/${defaultDomain.replace(
|
||||||
|
/\//g,
|
||||||
|
'\\/',
|
||||||
|
)}/${targetDomain.replace(
|
||||||
|
/\//g,
|
||||||
|
'\\/',
|
||||||
|
)}/g' /etc/apk/repositories && apk update -f`;
|
||||||
|
|
||||||
|
this.scheduleService.runTask(
|
||||||
|
command,
|
||||||
|
{
|
||||||
|
onStart: async (cp) => {
|
||||||
|
res.setHeader('QL-Task-Pid', `${cp.pid}`);
|
||||||
|
res.end();
|
||||||
|
},
|
||||||
|
onEnd: async () => {
|
||||||
|
this.sockService.sendMessage({
|
||||||
|
type: 'updateLinuxMirror',
|
||||||
|
message: 'update linux mirror end',
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onError: async (message: string) => {
|
||||||
|
this.sockService.sendMessage({ type: 'updateLinuxMirror', message });
|
||||||
|
},
|
||||||
|
onLog: async (message: string) => {
|
||||||
|
this.sockService.sendMessage({ type: 'updateLinuxMirror', message });
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
command,
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
public async checkUpdate() {
|
public async checkUpdate() {
|
||||||
try {
|
try {
|
||||||
const currentVersionContent = await parseVersion(config.versionFile);
|
const currentVersionContent = await parseVersion(config.versionFile);
|
||||||
@@ -160,7 +284,7 @@ export default class SystemService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async updateSystem() {
|
public async updateSystem() {
|
||||||
const cp = spawn('ql -l update false', { shell: '/bin/bash' });
|
const cp = spawn('real_time=true ql update false', { shell: '/bin/bash' });
|
||||||
|
|
||||||
cp.stdout.on('data', (data) => {
|
cp.stdout.on('data', (data) => {
|
||||||
this.sockService.sendMessage({
|
this.sockService.sendMessage({
|
||||||
@@ -187,7 +311,8 @@ export default class SystemService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async reloadSystem(target: 'system' | 'data') {
|
public async reloadSystem(target: 'system' | 'data') {
|
||||||
const cp = spawn(`ql -l reload ${target || ''}`, { shell: '/bin/bash' });
|
const cmd = `real_time=true ql reload ${target || ''}`;
|
||||||
|
const cp = spawn(cmd, { shell: '/bin/bash' });
|
||||||
|
|
||||||
cp.stdout.on('data', (data) => {
|
cp.stdout.on('data', (data) => {
|
||||||
this.sockService.sendMessage({
|
this.sockService.sendMessage({
|
||||||
@@ -234,7 +359,7 @@ export default class SystemService {
|
|||||||
callback,
|
callback,
|
||||||
{
|
{
|
||||||
command,
|
command,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -283,7 +408,7 @@ export default class SystemService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async getSystemLog(res: Response) {
|
public async getSystemLog(res: Response) {
|
||||||
const result = readDirs(config.systemLogPath, config.systemLogPath);
|
const result = await readDirs(config.systemLogPath, config.systemLogPath);
|
||||||
const logs = result.reverse().filter((x) => x.title.endsWith('.log'));
|
const logs = result.reverse().filter((x) => x.title.endsWith('.log'));
|
||||||
res.set({
|
res.set({
|
||||||
'Content-Length': sum(logs.map((x) => x.size)),
|
'Content-Length': sum(logs.map((x) => x.size)),
|
||||||
|
|||||||
+48
-37
@@ -8,22 +8,25 @@ import {
|
|||||||
safeJSONParse,
|
safeJSONParse,
|
||||||
} from '../config/util';
|
} from '../config/util';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs/promises';
|
||||||
import jwt from 'jsonwebtoken';
|
import jwt from 'jsonwebtoken';
|
||||||
import { authenticator } from '@otplib/preset-default';
|
import { authenticator } from '@otplib/preset-default';
|
||||||
import {
|
import {
|
||||||
AuthDataType,
|
AuthDataType,
|
||||||
AuthInfo,
|
AuthInfo,
|
||||||
AuthModel,
|
SystemModel,
|
||||||
AuthModelInfo,
|
SystemModelInfo,
|
||||||
LoginStatus,
|
LoginStatus,
|
||||||
} from '../data/auth';
|
} from '../data/system';
|
||||||
import { NotificationInfo } from '../data/notify';
|
import { NotificationInfo } from '../data/notify';
|
||||||
import NotificationService from './notify';
|
import NotificationService from './notify';
|
||||||
import { Request } from 'express';
|
import { Request } from 'express';
|
||||||
import ScheduleService from './schedule';
|
import ScheduleService from './schedule';
|
||||||
import SockService from './sock';
|
import SockService from './sock';
|
||||||
import dayjs from 'dayjs';
|
import dayjs from 'dayjs';
|
||||||
|
import IP2Region from 'ip2region';
|
||||||
|
import requestIp from 'request-ip';
|
||||||
|
import uniq from 'lodash/uniq';
|
||||||
|
|
||||||
@Service()
|
@Service()
|
||||||
export default class UserService {
|
export default class UserService {
|
||||||
@@ -44,12 +47,13 @@ export default class UserService {
|
|||||||
req: Request,
|
req: Request,
|
||||||
needTwoFactor = true,
|
needTwoFactor = true,
|
||||||
): Promise<any> {
|
): Promise<any> {
|
||||||
if (!fs.existsSync(config.authConfigFile)) {
|
const _exist = await fileExist(config.authConfigFile);
|
||||||
|
if (!_exist) {
|
||||||
return this.initAuthInfo();
|
return this.initAuthInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
let { username, password } = payloads;
|
let { username, password } = payloads;
|
||||||
const content = this.getAuthInfo();
|
const content = await this.getAuthInfo();
|
||||||
const timestamp = Date.now();
|
const timestamp = Date.now();
|
||||||
if (content) {
|
if (content) {
|
||||||
let {
|
let {
|
||||||
@@ -102,7 +106,16 @@ export default class UserService {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const { ip, address } = await getNetIp(req);
|
const ip = requestIp.getClientIp(req) || '';
|
||||||
|
const query = new IP2Region();
|
||||||
|
const ipAddress = query.search(ip);
|
||||||
|
let address = '';
|
||||||
|
if (ipAddress) {
|
||||||
|
const { country, province, city, isp } = ipAddress;
|
||||||
|
address = uniq([country, province, city, isp])
|
||||||
|
.filter(Boolean)
|
||||||
|
.join(' ');
|
||||||
|
}
|
||||||
if (username === cUsername && password === cPassword) {
|
if (username === cUsername && password === cPassword) {
|
||||||
const data = createRandomString(50, 100);
|
const data = createRandomString(50, 100);
|
||||||
const expiration = twoFactorActivated ? 60 : 20;
|
const expiration = twoFactorActivated ? 60 : 20;
|
||||||
@@ -124,13 +137,12 @@ export default class UserService {
|
|||||||
platform: req.platform,
|
platform: req.platform,
|
||||||
isTwoFactorChecking: false,
|
isTwoFactorChecking: false,
|
||||||
});
|
});
|
||||||
await this.notificationService.notify(
|
this.notificationService.notify(
|
||||||
'登录通知',
|
'登录通知',
|
||||||
`你于${dayjs(timestamp).format('YYYY-MM-DD HH:mm:ss')}在 ${address} ${
|
`你于${dayjs(timestamp).format('YYYY-MM-DD HH:mm:ss')}在 ${address} ${
|
||||||
req.platform
|
req.platform
|
||||||
}端 登录成功,ip地址 ${ip}`,
|
}端 登录成功,ip地址 ${ip}`,
|
||||||
);
|
);
|
||||||
await this.getLoginLog();
|
|
||||||
await this.insertDb({
|
await this.insertDb({
|
||||||
type: AuthDataType.loginLog,
|
type: AuthDataType.loginLog,
|
||||||
info: {
|
info: {
|
||||||
@@ -153,13 +165,12 @@ export default class UserService {
|
|||||||
lastaddr: address,
|
lastaddr: address,
|
||||||
platform: req.platform,
|
platform: req.platform,
|
||||||
});
|
});
|
||||||
await this.notificationService.notify(
|
this.notificationService.notify(
|
||||||
'登录通知',
|
'登录通知',
|
||||||
`你于${dayjs(timestamp).format('YYYY-MM-DD HH:mm:ss')}在 ${address} ${
|
`你于${dayjs(timestamp).format('YYYY-MM-DD HH:mm:ss')}在 ${address} ${
|
||||||
req.platform
|
req.platform
|
||||||
}端 登录失败,ip地址 ${ip}`,
|
}端 登录失败,ip地址 ${ip}`,
|
||||||
);
|
);
|
||||||
await this.getLoginLog();
|
|
||||||
await this.insertDb({
|
await this.insertDb({
|
||||||
type: AuthDataType.loginLog,
|
type: AuthDataType.loginLog,
|
||||||
info: {
|
info: {
|
||||||
@@ -187,15 +198,15 @@ export default class UserService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async logout(platform: string): Promise<any> {
|
public async logout(platform: string): Promise<any> {
|
||||||
const authInfo = this.getAuthInfo();
|
const authInfo = await this.getAuthInfo();
|
||||||
this.updateAuthInfo(authInfo, {
|
this.updateAuthInfo(authInfo, {
|
||||||
token: '',
|
token: '',
|
||||||
tokens: { ...authInfo.tokens, [platform]: '' },
|
tokens: { ...authInfo.tokens, [platform]: '' },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public async getLoginLog(): Promise<Array<AuthModelInfo | undefined>> {
|
public async getLoginLog(): Promise<Array<SystemModelInfo | undefined>> {
|
||||||
const docs = await AuthModel.findAll({
|
const docs = await SystemModel.findAll({
|
||||||
where: { type: AuthDataType.loginLog },
|
where: { type: AuthDataType.loginLog },
|
||||||
});
|
});
|
||||||
if (docs && docs.length > 0) {
|
if (docs && docs.length > 0) {
|
||||||
@@ -203,7 +214,7 @@ export default class UserService {
|
|||||||
(a, b) => b.info!.timestamp! - a.info!.timestamp!,
|
(a, b) => b.info!.timestamp! - a.info!.timestamp!,
|
||||||
);
|
);
|
||||||
if (result.length > 100) {
|
if (result.length > 100) {
|
||||||
await AuthModel.destroy({
|
await SystemModel.destroy({
|
||||||
where: { id: result[result.length - 1].id },
|
where: { id: result[result.length - 1].id },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -213,12 +224,12 @@ export default class UserService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async insertDb(payload: AuthInfo): Promise<AuthInfo> {
|
private async insertDb(payload: AuthInfo): Promise<AuthInfo> {
|
||||||
const doc = await AuthModel.create({ ...payload }, { returning: true });
|
const doc = await SystemModel.create({ ...payload }, { returning: true });
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
private initAuthInfo() {
|
private async initAuthInfo() {
|
||||||
fs.writeFileSync(
|
await fs.writeFile(
|
||||||
config.authConfigFile,
|
config.authConfigFile,
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
username: 'admin',
|
username: 'admin',
|
||||||
@@ -241,13 +252,13 @@ export default class UserService {
|
|||||||
if (password === 'admin') {
|
if (password === 'admin') {
|
||||||
return { code: 400, message: '密码不能设置为admin' };
|
return { code: 400, message: '密码不能设置为admin' };
|
||||||
}
|
}
|
||||||
const authInfo = this.getAuthInfo();
|
const authInfo = await this.getAuthInfo();
|
||||||
this.updateAuthInfo(authInfo, { username, password });
|
this.updateAuthInfo(authInfo, { username, password });
|
||||||
return { code: 200, message: '更新成功' };
|
return { code: 200, message: '更新成功' };
|
||||||
}
|
}
|
||||||
|
|
||||||
public async updateAvatar(avatar: string) {
|
public async updateAvatar(avatar: string) {
|
||||||
const authInfo = this.getAuthInfo();
|
const authInfo = await this.getAuthInfo();
|
||||||
this.updateAuthInfo(authInfo, { avatar });
|
this.updateAuthInfo(authInfo, { avatar });
|
||||||
return { code: 200, data: avatar, message: '更新成功' };
|
return { code: 200, data: avatar, message: '更新成功' };
|
||||||
}
|
}
|
||||||
@@ -255,7 +266,7 @@ export default class UserService {
|
|||||||
public async getUserInfo(): Promise<any> {
|
public async getUserInfo(): Promise<any> {
|
||||||
const authFileExist = await fileExist(config.authConfigFile);
|
const authFileExist = await fileExist(config.authConfigFile);
|
||||||
if (!authFileExist) {
|
if (!authFileExist) {
|
||||||
fs.writeFileSync(
|
await fs.writeFile(
|
||||||
config.authConfigFile,
|
config.authConfigFile,
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
username: 'admin',
|
username: 'admin',
|
||||||
@@ -263,19 +274,19 @@ export default class UserService {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return this.getAuthInfo();
|
return await this.getAuthInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
public initTwoFactor() {
|
public async initTwoFactor() {
|
||||||
const secret = authenticator.generateSecret();
|
const secret = authenticator.generateSecret();
|
||||||
const authInfo = this.getAuthInfo();
|
const authInfo = await this.getAuthInfo();
|
||||||
const otpauth = authenticator.keyuri(authInfo.username, 'qinglong', secret);
|
const otpauth = authenticator.keyuri(authInfo.username, 'qinglong', secret);
|
||||||
this.updateAuthInfo(authInfo, { twoFactorSecret: secret });
|
this.updateAuthInfo(authInfo, { twoFactorSecret: secret });
|
||||||
return { secret, url: otpauth };
|
return { secret, url: otpauth };
|
||||||
}
|
}
|
||||||
|
|
||||||
public activeTwoFactor(code: string) {
|
public async activeTwoFactor(code: string) {
|
||||||
const authInfo = this.getAuthInfo();
|
const authInfo = await this.getAuthInfo();
|
||||||
const isValid = authenticator.verify({
|
const isValid = authenticator.verify({
|
||||||
token: code,
|
token: code,
|
||||||
secret: authInfo.twoFactorSecret,
|
secret: authInfo.twoFactorSecret,
|
||||||
@@ -294,7 +305,7 @@ export default class UserService {
|
|||||||
}: { username: string; password: string; code: string },
|
}: { username: string; password: string; code: string },
|
||||||
req: any,
|
req: any,
|
||||||
) {
|
) {
|
||||||
const authInfo = this.getAuthInfo();
|
const authInfo = await this.getAuthInfo();
|
||||||
const { isTwoFactorChecking, twoFactorSecret } = authInfo;
|
const { isTwoFactorChecking, twoFactorSecret } = authInfo;
|
||||||
if (!isTwoFactorChecking) {
|
if (!isTwoFactorChecking) {
|
||||||
return { code: 450, message: '未知错误' };
|
return { code: 450, message: '未知错误' };
|
||||||
@@ -316,8 +327,8 @@ export default class UserService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public deactiveTwoFactor() {
|
public async deactiveTwoFactor() {
|
||||||
const authInfo = this.getAuthInfo();
|
const authInfo = await this.getAuthInfo();
|
||||||
this.updateAuthInfo(authInfo, {
|
this.updateAuthInfo(authInfo, {
|
||||||
twoFactorActivated: false,
|
twoFactorActivated: false,
|
||||||
twoFactorActived: false,
|
twoFactorActived: false,
|
||||||
@@ -326,13 +337,13 @@ export default class UserService {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private getAuthInfo() {
|
private async getAuthInfo() {
|
||||||
const content = fs.readFileSync(config.authConfigFile, 'utf8');
|
const content = await fs.readFile(config.authConfigFile, 'utf8');
|
||||||
return safeJSONParse(content);
|
return safeJSONParse(content);
|
||||||
}
|
}
|
||||||
|
|
||||||
private updateAuthInfo(authInfo: any, info: any) {
|
private async updateAuthInfo(authInfo: any, info: any) {
|
||||||
fs.writeFileSync(
|
await fs.writeFile(
|
||||||
config.authConfigFile,
|
config.authConfigFile,
|
||||||
JSON.stringify({ ...authInfo, ...info }),
|
JSON.stringify({ ...authInfo, ...info }),
|
||||||
);
|
);
|
||||||
@@ -344,21 +355,21 @@ export default class UserService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async updateAuthDb(payload: AuthInfo): Promise<any> {
|
private async updateAuthDb(payload: AuthInfo): Promise<any> {
|
||||||
let doc = await AuthModel.findOne({ type: payload.type });
|
let doc = await SystemModel.findOne({ type: payload.type });
|
||||||
if (doc) {
|
if (doc) {
|
||||||
const updateResult = await AuthModel.update(payload, {
|
const updateResult = await SystemModel.update(payload, {
|
||||||
where: { id: doc.id },
|
where: { id: doc.id },
|
||||||
returning: true,
|
returning: true,
|
||||||
});
|
});
|
||||||
doc = updateResult[1][0];
|
doc = updateResult[1][0];
|
||||||
} else {
|
} else {
|
||||||
doc = await AuthModel.create(payload, { returning: true });
|
doc = await SystemModel.create(payload, { returning: true });
|
||||||
}
|
}
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async getDb(query: any): Promise<any> {
|
public async getDb(query: any): Promise<any> {
|
||||||
const doc: any = await AuthModel.findOne({ where: { ...query } });
|
const doc: any = await SystemModel.findOne({ where: { ...query } });
|
||||||
return doc && (doc.get({ plain: true }) as any);
|
return doc && (doc.get({ plain: true }) as any);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import PQueue, { QueueAddOptions } from 'p-queue-cjs';
|
import PQueue, { QueueAddOptions } from 'p-queue-cjs';
|
||||||
import os from 'os';
|
import os from 'os';
|
||||||
import { AuthDataType, AuthModel } from '../data/auth';
|
import { AuthDataType, SystemModel } from '../data/system';
|
||||||
import Logger from '../loaders/logger';
|
import Logger from '../loaders/logger';
|
||||||
|
|
||||||
class TaskLimit {
|
class TaskLimit {
|
||||||
@@ -59,8 +59,8 @@ class TaskLimit {
|
|||||||
this.cronLimit.concurrency = limit;
|
this.cronLimit.concurrency = limit;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await AuthModel.sync();
|
await SystemModel.sync();
|
||||||
const doc = await AuthModel.findOne({
|
const doc = await SystemModel.findOne({
|
||||||
where: { type: AuthDataType.systemConfig },
|
where: { type: AuthDataType.systemConfig },
|
||||||
});
|
});
|
||||||
if (doc?.info?.cronConcurrency) {
|
if (doc?.info?.cronConcurrency) {
|
||||||
|
|||||||
+6
-8
@@ -1,13 +1,13 @@
|
|||||||
FROM python:3.10-alpine as builder
|
FROM python:3.11-alpine3.18 as builder
|
||||||
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
|
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk update \
|
&& apk update \
|
||||||
&& apk add nodejs npm git \
|
&& apk add nodejs npm git \
|
||||||
&& npm i -g pnpm@8.3.1 \
|
&& npm i -g pnpm@8.3.1 \
|
||||||
&& cd /tmp/build \
|
&& cd /tmp/build \
|
||||||
&& pnpm --registry https://registry.npmmirror.com install --prod
|
&& pnpm install --prod
|
||||||
|
|
||||||
FROM python:3.10-alpine
|
FROM python:3.11-alpine3.18
|
||||||
|
|
||||||
ARG QL_MAINTAINER="whyour"
|
ARG QL_MAINTAINER="whyour"
|
||||||
LABEL maintainer="${QL_MAINTAINER}"
|
LABEL maintainer="${QL_MAINTAINER}"
|
||||||
@@ -24,7 +24,6 @@ ENV PNPM_HOME=/root/.local/share/pnpm \
|
|||||||
QL_BRANCH=${QL_BRANCH}
|
QL_BRANCH=${QL_BRANCH}
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
|
|
||||||
&& apk update -f \
|
&& apk update -f \
|
||||||
&& apk upgrade \
|
&& apk upgrade \
|
||||||
&& apk --no-cache add -f bash \
|
&& apk --no-cache add -f bash \
|
||||||
@@ -41,6 +40,7 @@ RUN set -x \
|
|||||||
openssh \
|
openssh \
|
||||||
procps \
|
procps \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
|
unzip \
|
||||||
npm \
|
npm \
|
||||||
&& rm -rf /var/cache/apk/* \
|
&& rm -rf /var/cache/apk/* \
|
||||||
&& apk update \
|
&& apk update \
|
||||||
@@ -49,9 +49,7 @@ RUN set -x \
|
|||||||
&& git config --global user.email "qinglong@@users.noreply.github.com" \
|
&& git config --global user.email "qinglong@@users.noreply.github.com" \
|
||||||
&& git config --global user.name "qinglong" \
|
&& git config --global user.name "qinglong" \
|
||||||
&& git config --global http.postBuffer 524288000 \
|
&& git config --global http.postBuffer 524288000 \
|
||||||
&& npm install -g pnpm@8.3.1 \
|
&& npm install -g pnpm@8.3.1 pm2 tsx \
|
||||||
&& cd && pnpm config set registry https://registry.npmmirror.com \
|
|
||||||
&& pnpm add -g pm2 tsx \
|
|
||||||
&& rm -rf /root/.pnpm-store \
|
&& rm -rf /root/.pnpm-store \
|
||||||
&& rm -rf /root/.local/share/pnpm/store \
|
&& rm -rf /root/.local/share/pnpm/store \
|
||||||
&& rm -rf /root/.cache \
|
&& rm -rf /root/.cache \
|
||||||
@@ -73,6 +71,6 @@ COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
|
|||||||
WORKDIR ${QL_DIR}
|
WORKDIR ${QL_DIR}
|
||||||
|
|
||||||
HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
|
HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
|
||||||
CMD curl -sf http://127.0.0.1:5400/api/health || exit 1
|
CMD curl -sf --noproxy '*' http://127.0.0.1:5400/api/health || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["./docker/docker-entrypoint.sh"]
|
ENTRYPOINT ["./docker/docker-entrypoint.sh"]
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dir_shell=/ql/shell
|
dir_shell=/ql/shell
|
||||||
|
. $dir_shell/env.sh
|
||||||
. $dir_shell/share.sh
|
. $dir_shell/share.sh
|
||||||
link_shell
|
link_shell
|
||||||
|
|
||||||
@@ -14,20 +15,6 @@ pm2 l &>/dev/null
|
|||||||
|
|
||||||
echo -e "======================2. 安装依赖========================\n"
|
echo -e "======================2. 安装依赖========================\n"
|
||||||
patch_version
|
patch_version
|
||||||
if [[ $PipMirror ]]; then
|
|
||||||
pip3 config set global.index-url $PipMirror
|
|
||||||
fi
|
|
||||||
current_npm_registry=$(cd && pnpm config get registry)
|
|
||||||
is_equal_registry=$(echo $current_npm_registry | grep "${NpmMirror}")
|
|
||||||
if [[ "$is_equal_registry" == "" ]]; then
|
|
||||||
cd && pnpm config set registry $NpmMirror
|
|
||||||
pnpm install -g
|
|
||||||
fi
|
|
||||||
if [[ ! -s $dir_scripts/package.json ]] || [[ $(diff $dir_sample/package.json $dir_scripts/package.json) ]]; then
|
|
||||||
cp -f $dir_sample/package.json $dir_scripts/package.json
|
|
||||||
npm_install_2 $dir_scripts
|
|
||||||
fi
|
|
||||||
echo
|
|
||||||
|
|
||||||
echo -e "======================3. 启动nginx========================\n"
|
echo -e "======================3. 启动nginx========================\n"
|
||||||
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
|
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
|
||||||
@@ -38,13 +25,13 @@ reload_pm2
|
|||||||
|
|
||||||
if [[ $AutoStartBot == true ]]; then
|
if [[ $AutoStartBot == true ]]; then
|
||||||
echo -e "======================5. 启动bot========================\n"
|
echo -e "======================5. 启动bot========================\n"
|
||||||
nohup ql -l bot >$dir_log/bot.log 2>&1 &
|
nohup ql bot >$dir_log/bot.log 2>&1 &
|
||||||
echo -e "bot后台启动中...\n"
|
echo -e "bot后台启动中...\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $EnableExtraShell == true ]]; then
|
if [[ $EnableExtraShell == true ]]; then
|
||||||
echo -e "====================6. 执行自定义脚本========================\n"
|
echo -e "====================6. 执行自定义脚本========================\n"
|
||||||
nohup ql -l extra >$dir_log/extra.log 2>&1 &
|
nohup ql extra >$dir_log/extra.log 2>&1 &
|
||||||
echo -e "自定义脚本后台执行中...\n"
|
echo -e "自定义脚本后台执行中...\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,10 @@ server {
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_pass http://publicApi/api/;
|
proxy_pass http://publicApi/api/;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
proxy_redirect default;
|
||||||
|
proxy_connect_timeout 1800;
|
||||||
|
proxy_send_timeout 1800;
|
||||||
|
proxy_read_timeout 1800;
|
||||||
}
|
}
|
||||||
|
|
||||||
location QL_BASE_URLapi/ {
|
location QL_BASE_URLapi/ {
|
||||||
@@ -30,6 +34,10 @@ server {
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_pass http://baseApi/api/;
|
proxy_pass http://baseApi/api/;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
proxy_redirect default;
|
||||||
|
proxy_connect_timeout 1800;
|
||||||
|
proxy_send_timeout 1800;
|
||||||
|
proxy_read_timeout 1800;
|
||||||
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
@@ -41,6 +49,10 @@ server {
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_pass http://baseApi/open/;
|
proxy_pass http://baseApi/open/;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
proxy_redirect default;
|
||||||
|
proxy_connect_timeout 1800;
|
||||||
|
proxy_send_timeout 1800;
|
||||||
|
proxy_read_timeout 1800;
|
||||||
}
|
}
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
|
|||||||
@@ -9,6 +9,14 @@ module.exports = {
|
|||||||
source_map_support: true,
|
source_map_support: true,
|
||||||
time: true,
|
time: true,
|
||||||
script: 'static/build/schedule/index.js',
|
script: 'static/build/schedule/index.js',
|
||||||
|
env: {
|
||||||
|
http_proxy: '',
|
||||||
|
https_proxy: '',
|
||||||
|
HTTP_PROXY: '',
|
||||||
|
HTTPS_PROXY: '',
|
||||||
|
all_proxy: '',
|
||||||
|
ALL_PROXY: '',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'public',
|
name: 'public',
|
||||||
|
|||||||
+12
-7
@@ -58,7 +58,6 @@
|
|||||||
"@grpc/grpc-js": "^1.8.13",
|
"@grpc/grpc-js": "^1.8.13",
|
||||||
"@otplib/preset-default": "^12.0.1",
|
"@otplib/preset-default": "^12.0.1",
|
||||||
"@sentry/node": "^7.12.1",
|
"@sentry/node": "^7.12.1",
|
||||||
"@sentry/tracing": "^7.12.1",
|
|
||||||
"body-parser": "^1.19.2",
|
"body-parser": "^1.19.2",
|
||||||
"celebrate": "^15.0.1",
|
"celebrate": "^15.0.1",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
@@ -79,7 +78,7 @@
|
|||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"multer": "^1.4.4",
|
"multer": "1.4.5-lts.1",
|
||||||
"nedb": "^1.8.0",
|
"nedb": "^1.8.0",
|
||||||
"node-schedule": "^2.1.0",
|
"node-schedule": "^2.1.0",
|
||||||
"nodemailer": "^6.7.2",
|
"nodemailer": "^6.7.2",
|
||||||
@@ -90,14 +89,17 @@
|
|||||||
"sequelize": "^6.25.5",
|
"sequelize": "^6.25.5",
|
||||||
"serve-handler": "^6.1.3",
|
"serve-handler": "^6.1.3",
|
||||||
"sockjs": "^0.3.24",
|
"sockjs": "^0.3.24",
|
||||||
"sqlite3": "git+https://github.com/whyour/node-sqlite3.git#v1.0.3",
|
"sqlite3": "git+https://github.com/whyour/node-sqlite3.git#v1.0.4",
|
||||||
"tar": "^6.1.15",
|
"tar": "^6.1.15",
|
||||||
"toad-scheduler": "^1.6.0",
|
"toad-scheduler": "^1.6.0",
|
||||||
"typedi": "^0.10.0",
|
"typedi": "^0.10.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"winston": "^3.6.0",
|
"winston": "^3.6.0",
|
||||||
"winston-daily-rotate-file": "^4.7.1",
|
"winston-daily-rotate-file": "^4.7.1",
|
||||||
"yargs": "^17.3.1"
|
"yargs": "^17.3.1",
|
||||||
|
"tough-cookie": "^4.0.0",
|
||||||
|
"request-ip": "3.3.0",
|
||||||
|
"ip2region": "2.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ant-design/icons": "^4.7.0",
|
"@ant-design/icons": "^4.7.0",
|
||||||
@@ -110,7 +112,7 @@
|
|||||||
"@types/cross-spawn": "^6.0.2",
|
"@types/cross-spawn": "^6.0.2",
|
||||||
"@types/express": "^4.17.13",
|
"@types/express": "^4.17.13",
|
||||||
"@types/express-jwt": "^6.0.4",
|
"@types/express-jwt": "^6.0.4",
|
||||||
"@types/file-saver": "^2.0.5",
|
"@types/file-saver": "2.0.2",
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
"@types/jsonwebtoken": "^8.5.8",
|
"@types/jsonwebtoken": "^8.5.8",
|
||||||
"@types/lodash": "^4.14.185",
|
"@types/lodash": "^4.14.185",
|
||||||
@@ -128,6 +130,7 @@
|
|||||||
"@types/sockjs-client": "^1.5.1",
|
"@types/sockjs-client": "^1.5.1",
|
||||||
"@types/tar": "^6.1.5",
|
"@types/tar": "^6.1.5",
|
||||||
"@types/uuid": "^8.3.4",
|
"@types/uuid": "^8.3.4",
|
||||||
|
"@types/request-ip": "0.0.41",
|
||||||
"@uiw/codemirror-extensions-langs": "^4.21.9",
|
"@uiw/codemirror-extensions-langs": "^4.21.9",
|
||||||
"@uiw/react-codemirror": "^4.21.9",
|
"@uiw/react-codemirror": "^4.21.9",
|
||||||
"@umijs/max": "^4.0.72",
|
"@umijs/max": "^4.0.72",
|
||||||
@@ -139,11 +142,13 @@
|
|||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
"compression-webpack-plugin": "9.2.0",
|
"compression-webpack-plugin": "9.2.0",
|
||||||
"concurrently": "^7.0.0",
|
"concurrently": "^7.0.0",
|
||||||
"file-saver": "^2.0.5",
|
"react-hotkeys-hook": "^4.4.1",
|
||||||
|
"file-saver": "2.0.2",
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"monaco-editor": "0.33.0",
|
"monaco-editor": "0.33.0",
|
||||||
"nodemon": "^2.0.15",
|
"nodemon": "^3.0.1",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "^2.5.1",
|
||||||
|
"pretty-bytes": "6.1.1",
|
||||||
"qiniu": "^7.4.0",
|
"qiniu": "^7.4.0",
|
||||||
"qrcode.react": "^1.0.1",
|
"qrcode.react": "^1.0.1",
|
||||||
"query-string": "^7.1.1",
|
"query-string": "^7.1.1",
|
||||||
|
|||||||
Generated
+307
-165
File diff suppressed because it is too large
Load Diff
+9
-19
@@ -21,20 +21,19 @@ DiskWarn=90
|
|||||||
## 设置定时任务执行的超时时间,例如1h,后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天
|
## 设置定时任务执行的超时时间,例如1h,后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天
|
||||||
CommandTimeoutTime=""
|
CommandTimeoutTime=""
|
||||||
|
|
||||||
## 在运行 task 命令时,随机延迟启动任务的最大延迟时间
|
## 在运行 task 命令时,随机延迟启动任务的最大延迟时间,如 RandomDelay="300" ,表示任务将在 1-300 秒内随机延迟一个秒数,然后再运行,取消延迟赋值为空
|
||||||
## 默认给javascript任务加随机延迟,如 RandomDelay="300" ,表示任务将在 1-300 秒内随机延迟一个秒数,然后再运行,取消延迟赋值为空
|
RandomDelay=""
|
||||||
RandomDelay="300"
|
|
||||||
|
|
||||||
## 需要随机延迟运行任务的文件后缀,直接写后缀名即可,多个后缀用空格分开,例如: js py ts
|
## 需要随机延迟运行任务的文件后缀,直接写后缀名即可,多个后缀用空格分开,例如: js py ts
|
||||||
## 默认仅给javascript任务加随机延迟,其它任务按定时规则准点运行。全部任务随机延迟赋值为空
|
## 默认仅给javascript任务加随机延迟,其它任务按定时规则准点运行。全部任务随机延迟赋值为空
|
||||||
RandomDelayFileExtensions="js"
|
RandomDelayFileExtensions=""
|
||||||
|
|
||||||
## 每小时的第几分钟准点运行任务,当在这些时间运行任务时将忽略 RandomDelay 配置,不会被随机延迟
|
## 每小时的第几分钟准点运行任务,当在这些时间运行任务时将忽略 RandomDelay 配置,不会被随机延迟
|
||||||
## 默认是第0分钟和第30分钟,例如21:00或21:30分的任务将会准点运行。不需要准点运行赋值为空
|
## 默认是第0分钟和第30分钟,例如21:00或21:30分的任务将会准点运行。不需要准点运行赋值为空
|
||||||
RandomDelayIgnoredMinutes="0 30"
|
RandomDelayIgnoredMinutes=""
|
||||||
|
|
||||||
## 如果你自己会写shell脚本,并且希望在每次运行 ql update 命令时,额外运行你的 shell 脚本,请赋值为 "true",默认为true
|
## 如果你自己会写shell脚本,并且希望在每次容器启动时,额外运行你的 shell 脚本,请赋值为 "true"
|
||||||
EnableExtraShell="true"
|
EnableExtraShell=""
|
||||||
|
|
||||||
## 是否自动启动bot,默认不启动,设置为true时自动启动,目前需要自行克隆bot仓库所需代码,存到ql/repo目录下,文件夹命名为dockerbot
|
## 是否自动启动bot,默认不启动,设置为true时自动启动,目前需要自行克隆bot仓库所需代码,存到ql/repo目录下,文件夹命名为dockerbot
|
||||||
AutoStartBot=""
|
AutoStartBot=""
|
||||||
@@ -42,12 +41,6 @@ AutoStartBot=""
|
|||||||
## 是否使用第三方bot,默认不使用,使用时填入仓库地址,存到ql/repo目录下,文件夹命名为diybot
|
## 是否使用第三方bot,默认不使用,使用时填入仓库地址,存到ql/repo目录下,文件夹命名为diybot
|
||||||
BotRepoUrl=""
|
BotRepoUrl=""
|
||||||
|
|
||||||
## 安装python依赖时指定pip源
|
|
||||||
PipMirror="https://pypi.doubanio.com/simple/"
|
|
||||||
|
|
||||||
## 安装node依赖时指定npm源
|
|
||||||
NpmMirror="https://registry.npmmirror.com"
|
|
||||||
|
|
||||||
## 通知环境变量
|
## 通知环境变量
|
||||||
## 1. Server酱
|
## 1. Server酱
|
||||||
## https://sct.ftqq.com
|
## https://sct.ftqq.com
|
||||||
@@ -156,11 +149,8 @@ export AIBOTK_TYPE=""
|
|||||||
export AIBOTK_NAME=""
|
export AIBOTK_NAME=""
|
||||||
|
|
||||||
## 14. SMTP
|
## 14. SMTP
|
||||||
## 暂时只支持在 Python 中调用 notify.py 以发送 SMTP 邮件通知
|
## 邮箱服务名称,比如126、163、Gmail、QQ等,支持列表 https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json
|
||||||
## smtp_server 填写 SMTP 发送邮件服务器,形如 smtp.exmail.qq.com:465
|
export SMTP_SERVICE=""
|
||||||
export SMTP_SERVER=""
|
|
||||||
## smtp_ssl 填写 SMTP 发送邮件服务器是否使用 SSL,内容应为 true 或 false
|
|
||||||
export SMTP_SSL="false"
|
|
||||||
## smtp_email 填写 SMTP 收发件邮箱,通知将会由自己发给自己
|
## smtp_email 填写 SMTP 收发件邮箱,通知将会由自己发给自己
|
||||||
export SMTP_EMAIL=""
|
export SMTP_EMAIL=""
|
||||||
## smtp_password 填写 SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定
|
## smtp_password 填写 SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定
|
||||||
@@ -179,7 +169,7 @@ export PUSHME_KEY=""
|
|||||||
## CHRONOCAT_QQ 个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx
|
## CHRONOCAT_QQ 个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx
|
||||||
## CHRONOCAT相关API https://chronocat.vercel.app/install/docker/official/
|
## CHRONOCAT相关API https://chronocat.vercel.app/install/docker/official/
|
||||||
export CHRONOCAT_URL=""
|
export CHRONOCAT_URL=""
|
||||||
export CHRONOCAT_QQ="" #
|
export CHRONOCAT_QQ=""
|
||||||
export CHRONOCAT_TOKEN=""
|
export CHRONOCAT_TOKEN=""
|
||||||
|
|
||||||
## 其他需要的变量,脚本中需要的变量使用 export 变量名= 声明即可
|
## 其他需要的变量,脚本中需要的变量使用 export 变量名= 声明即可
|
||||||
|
|||||||
+37
-58
@@ -73,7 +73,7 @@ let TG_PROXY_HOST = ''; //例如:127.0.0.1(环境变量名:TG_PROXY_HOST)
|
|||||||
let TG_PROXY_PORT = ''; // 例如:1080(环境变量名:TG_PROXY_PORT)
|
let TG_PROXY_PORT = ''; // 例如:1080(环境变量名:TG_PROXY_PORT)
|
||||||
let TG_PROXY_AUTH = ''; // tg代理配置认证参数
|
let TG_PROXY_AUTH = ''; // tg代理配置认证参数
|
||||||
// Telegram api自建的反向代理地址(不懂可忽略,telegram机器人通知推送功能中非必填),默认tg官方api(环境变量名:TG_API_HOST)
|
// Telegram api自建的反向代理地址(不懂可忽略,telegram机器人通知推送功能中非必填),默认tg官方api(环境变量名:TG_API_HOST)
|
||||||
let TG_API_HOST = 'api.telegram.org';
|
let TG_API_HOST = 'https://api.telegram.org';
|
||||||
// =======================================钉钉机器人通知设置区域===========================================
|
// =======================================钉钉机器人通知设置区域===========================================
|
||||||
// 此处填你钉钉 bot 的webhook,例如:5a544165465465645d0f31dca676e7bd07415asdasd
|
// 此处填你钉钉 bot 的webhook,例如:5a544165465465645d0f31dca676e7bd07415asdasd
|
||||||
// (环境变量名 DD_BOT_TOKEN)
|
// (环境变量名 DD_BOT_TOKEN)
|
||||||
@@ -113,13 +113,6 @@ let IGOT_PUSH_KEY = '';
|
|||||||
let PUSH_PLUS_TOKEN = '';
|
let PUSH_PLUS_TOKEN = '';
|
||||||
let PUSH_PLUS_USER = '';
|
let PUSH_PLUS_USER = '';
|
||||||
|
|
||||||
// =======================================Cool Push设置区域=======================================
|
|
||||||
//官方文档:https://cp.xuthus.cc/docs
|
|
||||||
//QQ_SKEY: Cool Push登录授权后推送消息的调用代码Skey
|
|
||||||
//QQ_MODE: 推送模式详情请登录获取QQ_SKEY后见https://cp.xuthus.cc/feat
|
|
||||||
let QQ_SKEY = '';
|
|
||||||
let QQ_MODE = '';
|
|
||||||
|
|
||||||
// =======================================智能微秘书设置区域=======================================
|
// =======================================智能微秘书设置区域=======================================
|
||||||
// 官方文档:http://wechat.aibotk.com/docs/about
|
// 官方文档:http://wechat.aibotk.com/docs/about
|
||||||
// AIBOTK_KEY: 填写智能微秘书个人中心的apikey
|
// AIBOTK_KEY: 填写智能微秘书个人中心的apikey
|
||||||
@@ -135,13 +128,11 @@ let AIBOTK_NAME = '';
|
|||||||
let FSKEY = '';
|
let FSKEY = '';
|
||||||
|
|
||||||
// =======================================SMTP 邮件设置区域=======================================
|
// =======================================SMTP 邮件设置区域=======================================
|
||||||
// SMTP_SERVER: 填写 SMTP 发送邮件服务器,形如 smtp.exmail.qq.com:465
|
// SMTP_SERVICE: 邮箱服务名称,比如126、163、Gmail、QQ等,支持列表 https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json
|
||||||
// SMTP_SSL: 填写 SMTP 发送邮件服务器是否使用 SSL,内容应为 true 或 false
|
|
||||||
// SMTP_EMAIL: 填写 SMTP 收发件邮箱,通知将会由自己发给自己
|
// SMTP_EMAIL: 填写 SMTP 收发件邮箱,通知将会由自己发给自己
|
||||||
// SMTP_PASSWORD: 填写 SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定
|
// SMTP_PASSWORD: 填写 SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定
|
||||||
// SMTP_NAME: 填写 SMTP 收发件人姓名,可随意填写
|
// SMTP_NAME: 填写 SMTP 收发件人姓名,可随意填写
|
||||||
let SMTP_SERVER = '';
|
let SMTP_SERVICE = '';
|
||||||
let SMTP_SSL = 'false';
|
|
||||||
let SMTP_EMAIL = '';
|
let SMTP_EMAIL = '';
|
||||||
let SMTP_PASSWORD = '';
|
let SMTP_PASSWORD = '';
|
||||||
let SMTP_NAME = '';
|
let SMTP_NAME = '';
|
||||||
@@ -306,11 +297,8 @@ if (process.env.FSKEY) {
|
|||||||
FSKEY = process.env.FSKEY;
|
FSKEY = process.env.FSKEY;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.env.SMTP_SERVER) {
|
if (process.env.SMTP_SERVICE) {
|
||||||
SMTP_SERVER = process.env.SMTP_SERVER;
|
SMTP_SERVICE = process.env.SMTP_SERVICE;
|
||||||
}
|
|
||||||
if (process.env.SMTP_SSL) {
|
|
||||||
SMTP_SSL = process.env.SMTP_SSL;
|
|
||||||
}
|
}
|
||||||
if (process.env.SMTP_EMAIL) {
|
if (process.env.SMTP_EMAIL) {
|
||||||
SMTP_EMAIL = process.env.SMTP_EMAIL;
|
SMTP_EMAIL = process.env.SMTP_EMAIL;
|
||||||
@@ -398,8 +386,8 @@ async function sendNotify(
|
|||||||
aibotkNotify(text, desp), // 智能微秘书
|
aibotkNotify(text, desp), // 智能微秘书
|
||||||
fsBotNotify(text, desp), // 飞书机器人
|
fsBotNotify(text, desp), // 飞书机器人
|
||||||
smtpNotify(text, desp), // SMTP 邮件
|
smtpNotify(text, desp), // SMTP 邮件
|
||||||
PushMeNotify(text, desp, params), //PushMe
|
pushMeNotify(text, desp, params), // PushMe
|
||||||
ChronocatNotify(text, desp), // Chronocat
|
chronocatNotify(text, desp), // Chronocat
|
||||||
webhookNotify(text, desp), // 自定义通知
|
webhookNotify(text, desp), // 自定义通知
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
@@ -645,7 +633,7 @@ function tgBotNotify(text, desp) {
|
|||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
if (TG_BOT_TOKEN && TG_USER_ID) {
|
if (TG_BOT_TOKEN && TG_USER_ID) {
|
||||||
const options = {
|
const options = {
|
||||||
url: `https://${TG_API_HOST}/bot${TG_BOT_TOKEN}/sendMessage`,
|
url: `${TG_API_HOST}/bot${TG_BOT_TOKEN}/sendMessage`,
|
||||||
json: {
|
json: {
|
||||||
chat_id: `${TG_USER_ID}`,
|
chat_id: `${TG_USER_ID}`,
|
||||||
text: `${text}\n\n${desp}`,
|
text: `${text}\n\n${desp}`,
|
||||||
@@ -657,15 +645,19 @@ function tgBotNotify(text, desp) {
|
|||||||
timeout,
|
timeout,
|
||||||
};
|
};
|
||||||
if (TG_PROXY_HOST && TG_PROXY_PORT) {
|
if (TG_PROXY_HOST && TG_PROXY_PORT) {
|
||||||
const tunnel = require('tunnel');
|
const { HttpProxyAgent, HttpsProxyAgent } = require('hpagent');
|
||||||
|
const options = {
|
||||||
|
keepAlive: true,
|
||||||
|
keepAliveMsecs: 1000,
|
||||||
|
maxSockets: 256,
|
||||||
|
maxFreeSockets: 256,
|
||||||
|
proxy: `http://${TG_PROXY_AUTH}${TG_PROXY_HOST}:${TG_PROXY_PORT}`,
|
||||||
|
};
|
||||||
|
const httpAgent = new HttpProxyAgent(options);
|
||||||
|
const httpsAgent = new HttpsProxyAgent(options);
|
||||||
const agent = {
|
const agent = {
|
||||||
https: tunnel.httpsOverHttp({
|
http: httpAgent,
|
||||||
proxy: {
|
https: httpsAgent,
|
||||||
host: TG_PROXY_HOST,
|
|
||||||
port: TG_PROXY_PORT * 1,
|
|
||||||
proxyAuth: TG_PROXY_AUTH,
|
|
||||||
},
|
|
||||||
}),
|
|
||||||
};
|
};
|
||||||
Object.assign(options, { agent });
|
Object.assign(options, { agent });
|
||||||
}
|
}
|
||||||
@@ -1137,31 +1129,31 @@ function fsBotNotify(text, desp) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function smtpNotify(text, desp) {
|
async function smtpNotify(text, desp) {
|
||||||
if (![SMTP_SERVER, SMTP_EMAIL, SMTP_PASSWORD].every(Boolean)) {
|
if (![SMTP_EMAIL, SMTP_PASSWORD].every(Boolean) || !SMTP_SERVICE) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const nodemailer = require('nodemailer');
|
const nodemailer = require('nodemailer');
|
||||||
const transporter = nodemailer.createTransport(
|
const transporter = nodemailer.createTransport({
|
||||||
`${SMTP_SSL === 'true' ? 'smtps:' : 'smtp:'}//${SMTP_SERVER}`,
|
service: SMTP_SERVICE,
|
||||||
{
|
|
||||||
auth: {
|
auth: {
|
||||||
user: SMTP_EMAIL,
|
user: SMTP_EMAIL,
|
||||||
pass: SMTP_PASSWORD,
|
pass: SMTP_PASSWORD,
|
||||||
},
|
},
|
||||||
},
|
});
|
||||||
);
|
|
||||||
|
|
||||||
const addr = SMTP_NAME ? `"${SMTP_NAME}" <${SMTP_EMAIL}>` : SMTP_EMAIL;
|
const addr = SMTP_NAME ? `"${SMTP_NAME}" <${SMTP_EMAIL}>` : SMTP_EMAIL;
|
||||||
const info = await transporter.sendMail({
|
const info = await transporter.sendMail({
|
||||||
from: addr,
|
from: addr,
|
||||||
to: addr,
|
to: addr,
|
||||||
subject: text,
|
subject: text,
|
||||||
text: desp,
|
html: `${desp.replace(/\n/g, '<br/>')}`,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!!info.messageId) {
|
transporter.close();
|
||||||
|
|
||||||
|
if (info.messageId) {
|
||||||
console.log('SMTP发送通知消息成功🎉\n');
|
console.log('SMTP发送通知消息成功🎉\n');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -1172,17 +1164,7 @@ async function smtpNotify(text, desp) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function smtpNotify(text, desp) {
|
function pushMeNotify(text, desp, params = {}) {
|
||||||
return new Promise((resolve) => {
|
|
||||||
if (SMTP_SERVER && SMTP_SSL && SMTP_EMAIL && SMTP_PASSWORD && SMTP_NAME) {
|
|
||||||
// todo: Node.js并没有内置的 smtp 实现,需要调用外部库,因为不清楚这个文件的模块依赖情况,所以留给有缘人实现
|
|
||||||
} else {
|
|
||||||
resolve();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function PushMeNotify(text, desp, params = {}) {
|
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
if (PUSHME_KEY) {
|
if (PUSHME_KEY) {
|
||||||
const options = {
|
const options = {
|
||||||
@@ -1217,16 +1199,13 @@ function PushMeNotify(text, desp, params = {}) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function ChronocatNotify(title, desp) {
|
function chronocatNotify(title, desp) {
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
if (!CHRONOCAT_TOKEN || !CHRONOCAT_QQ || !CHRONOCAT_URL) {
|
if (!CHRONOCAT_TOKEN || !CHRONOCAT_QQ || !CHRONOCAT_URL) {
|
||||||
console.log(
|
resolve();
|
||||||
'CHRONOCAT 服务的 CHRONOCAT_URL 或 CHRONOCAT_QQ 未设置!!\n取消推送',
|
|
||||||
);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('CHRONOCAT 服务启动');
|
|
||||||
const user_ids = CHRONOCAT_QQ.match(/user_id=(\d+)/g)?.map(
|
const user_ids = CHRONOCAT_QQ.match(/user_id=(\d+)/g)?.map(
|
||||||
(match) => match.split('=')[1],
|
(match) => match.split('=')[1],
|
||||||
);
|
);
|
||||||
@@ -1320,11 +1299,9 @@ function webhookNotify(text, desp) {
|
|||||||
got(formatUrl, options).then((resp) => {
|
got(formatUrl, options).then((resp) => {
|
||||||
try {
|
try {
|
||||||
if (resp.statusCode !== 200) {
|
if (resp.statusCode !== 200) {
|
||||||
console.log('自定义发送通知消息失败!!\n');
|
console.log(`自定义发送通知消息失败!!\n${resp.body}`);
|
||||||
console.log(resp.body);
|
|
||||||
} else {
|
} else {
|
||||||
console.log('自定义发送通知消息成功🎉。\n');
|
console.log(`自定义发送通知消息成功🎉。\n${resp.body}`);
|
||||||
console.log(resp.body);
|
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
$.logErr(e, resp);
|
$.logErr(e, resp);
|
||||||
@@ -1363,7 +1340,9 @@ function parseHeaders(headers) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function parseBody(body, contentType) {
|
function parseBody(body, contentType) {
|
||||||
if (!body) return '';
|
if (contentType === 'text/plain' || !body) {
|
||||||
|
return body;
|
||||||
|
}
|
||||||
|
|
||||||
const parsed = {};
|
const parsed = {};
|
||||||
let key;
|
let key;
|
||||||
@@ -1373,7 +1352,7 @@ function parseBody(body, contentType) {
|
|||||||
body &&
|
body &&
|
||||||
body.split('\n').forEach(function parser(line) {
|
body.split('\n').forEach(function parser(line) {
|
||||||
i = line.indexOf(':');
|
i = line.indexOf(':');
|
||||||
key = line.substring(0, i).trim().toLowerCase();
|
key = line.substring(0, i).trim();
|
||||||
val = line.substring(i + 1).trim();
|
val = line.substring(i + 1).trim();
|
||||||
|
|
||||||
if (!key || parsed[key]) {
|
if (!key || parsed[key]) {
|
||||||
|
|||||||
+4
-4
@@ -534,7 +534,7 @@ def telegram_bot(title: str, content: str) -> None:
|
|||||||
print("tg 服务启动")
|
print("tg 服务启动")
|
||||||
|
|
||||||
if push_config.get("TG_API_HOST"):
|
if push_config.get("TG_API_HOST"):
|
||||||
url = f"https://{push_config.get('TG_API_HOST')}/bot{push_config.get('TG_BOT_TOKEN')}/sendMessage"
|
url = f"{push_config.get('TG_API_HOST')}/bot{push_config.get('TG_BOT_TOKEN')}/sendMessage"
|
||||||
else:
|
else:
|
||||||
url = (
|
url = (
|
||||||
f"https://api.telegram.org/bot{push_config.get('TG_BOT_TOKEN')}/sendMessage"
|
f"https://api.telegram.org/bot{push_config.get('TG_BOT_TOKEN')}/sendMessage"
|
||||||
@@ -749,8 +749,8 @@ def parse_headers(headers):
|
|||||||
|
|
||||||
|
|
||||||
def parse_body(body, content_type):
|
def parse_body(body, content_type):
|
||||||
if not body:
|
if not body or content_type == "text/plain":
|
||||||
return ""
|
return body
|
||||||
|
|
||||||
parsed = {}
|
parsed = {}
|
||||||
lines = body.split("\n")
|
lines = body.split("\n")
|
||||||
@@ -760,7 +760,7 @@ def parse_body(body, content_type):
|
|||||||
if i == -1:
|
if i == -1:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
key = line[:i].strip().lower()
|
key = line[:i].strip()
|
||||||
val = line[i + 1 :].strip()
|
val = line[i + 1 :].strip()
|
||||||
|
|
||||||
if not key or key in parsed:
|
if not key or key in parsed:
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "dependence",
|
|
||||||
"author": "",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"got": "^11.5.1",
|
|
||||||
"nodemailer": "^6.8.0",
|
|
||||||
"tough-cookie": "^4.0.0",
|
|
||||||
"tunnel": "0.0.6",
|
|
||||||
"ws": "^7.4.3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+4
-4
@@ -49,7 +49,7 @@ add_cron_api() {
|
|||||||
-H "Origin: http://0.0.0.0:5700" \
|
-H "Origin: http://0.0.0.0:5700" \
|
||||||
-H "Referer: http://0.0.0.0:5700/crontab" \
|
-H "Referer: http://0.0.0.0:5700/crontab" \
|
||||||
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
||||||
--data-raw "{\"name\":\"$name\",\"command\":\"$command\",\"schedule\":\"$schedule\",\"sub_id\":$sub_id}" \
|
--data-raw "{\"name\":\"${name//\"/\\\"}\",\"command\":\"${command//\"/\\\"}\",\"schedule\":\"$schedule\",\"sub_id\":$sub_id}" \
|
||||||
--compressed
|
--compressed
|
||||||
)
|
)
|
||||||
code=$(echo "$api" | jq -r .code)
|
code=$(echo "$api" | jq -r .code)
|
||||||
@@ -85,7 +85,7 @@ update_cron_api() {
|
|||||||
-H "Origin: http://0.0.0.0:5700" \
|
-H "Origin: http://0.0.0.0:5700" \
|
||||||
-H "Referer: http://0.0.0.0:5700/crontab" \
|
-H "Referer: http://0.0.0.0:5700/crontab" \
|
||||||
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
||||||
--data-raw "{\"name\":\"$name\",\"command\":\"$command\",\"schedule\":\"$schedule\",\"id\":\"$id\"}" \
|
--data-raw "{\"name\":\"${name//\"/\\\"}\",\"command\":\"${command//\"/\\\"}\",\"schedule\":\"$schedule\",\"id\":\"$id\"}" \
|
||||||
--compressed
|
--compressed
|
||||||
)
|
)
|
||||||
code=$(echo "$api" | jq -r .code)
|
code=$(echo "$api" | jq -r .code)
|
||||||
@@ -117,7 +117,7 @@ update_cron_command_api() {
|
|||||||
-H "Origin: http://0.0.0.0:5700" \
|
-H "Origin: http://0.0.0.0:5700" \
|
||||||
-H "Referer: http://0.0.0.0:5700/crontab" \
|
-H "Referer: http://0.0.0.0:5700/crontab" \
|
||||||
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
||||||
--data-raw "{\"command\":\"$command\",\"id\":\"$id\"}" \
|
--data-raw "{\"command\":\"${command//\"/\\\"}\",\"id\":\"$id\"}" \
|
||||||
--compressed
|
--compressed
|
||||||
)
|
)
|
||||||
code=$(echo "$api" | jq -r .code)
|
code=$(echo "$api" | jq -r .code)
|
||||||
@@ -196,7 +196,7 @@ notify_api() {
|
|||||||
-H "Origin: http://0.0.0.0:5700" \
|
-H "Origin: http://0.0.0.0:5700" \
|
||||||
-H "Referer: http://0.0.0.0:5700/crontab" \
|
-H "Referer: http://0.0.0.0:5700/crontab" \
|
||||||
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
-H "Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7" \
|
||||||
--data-raw "{\"title\":\"$title\",\"content\":\"$content\"}" \
|
--data-raw "{\"title\":\"${title//\"/\\\"}\",\"content\":\"${content//\"/\\\"}\"}" \
|
||||||
--compressed
|
--compressed
|
||||||
)
|
)
|
||||||
code=$(echo "$api" | jq -r .code)
|
code=$(echo "$api" | jq -r .code)
|
||||||
|
|||||||
@@ -25,9 +25,6 @@ fi
|
|||||||
echo -e "\nbot文件下载成功...\n"
|
echo -e "\nbot文件下载成功...\n"
|
||||||
|
|
||||||
echo -e "3、安装python3依赖...\n"
|
echo -e "3、安装python3依赖...\n"
|
||||||
if [[ $PipMirror ]]; then
|
|
||||||
pip3 config set global.index-url $PipMirror
|
|
||||||
fi
|
|
||||||
cp -f "$repo_path/jbot/requirements.txt" "$dir_data"
|
cp -f "$repo_path/jbot/requirements.txt" "$dir_data"
|
||||||
|
|
||||||
cd $dir_data
|
cd $dir_data
|
||||||
|
|||||||
+1
-13
@@ -9,9 +9,6 @@ reset_env() {
|
|||||||
npm_install_2 $dir_root
|
npm_install_2 $dir_root
|
||||||
echo -e "---> 青龙依赖安装完成\n"
|
echo -e "---> 青龙依赖安装完成\n"
|
||||||
|
|
||||||
echo -e "---> 3. 开始安装脚本依赖\n"
|
|
||||||
cp -f $dir_sample/package.json $dir_scripts/package.json
|
|
||||||
npm_install_2 $dir_scripts
|
|
||||||
echo -e "---> 脚本依赖安装完成\n"
|
echo -e "---> 脚本依赖安装完成\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -76,18 +73,9 @@ check_pm2() {
|
|||||||
|
|
||||||
main() {
|
main() {
|
||||||
echo -e "=====> 开始检测"
|
echo -e "=====> 开始检测"
|
||||||
npm i -g pnpm@8.3.1
|
npm i -g pnpm@8.3.1 pm2 tsx
|
||||||
patch_version
|
patch_version
|
||||||
|
|
||||||
if [[ $PipMirror ]]; then
|
|
||||||
pip3 config set global.index-url $PipMirror
|
|
||||||
fi
|
|
||||||
if [[ $NpmMirror ]]; then
|
|
||||||
cd && pnpm config set registry $NpmMirror
|
|
||||||
pnpm install -g
|
|
||||||
fi
|
|
||||||
|
|
||||||
pnpm add -g pm2 tsx
|
|
||||||
reset_env
|
reset_env
|
||||||
copy_dep
|
copy_dep
|
||||||
check_ql
|
check_ql
|
||||||
|
|||||||
Executable
+15
@@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
store_env_vars() {
|
||||||
|
initial_vars=($(env | cut -d= -f1))
|
||||||
|
}
|
||||||
|
|
||||||
|
restore_env_vars() {
|
||||||
|
for key in $(env | cut -d= -f1); do
|
||||||
|
if ! [[ " ${initial_vars[@]} " =~ " $key " ]]; then
|
||||||
|
unset "$key"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
store_env_vars
|
||||||
+4
-6
@@ -19,7 +19,6 @@ dir_update_log=$dir_log/update
|
|||||||
ql_static_repo=$dir_repo/static
|
ql_static_repo=$dir_repo/static
|
||||||
|
|
||||||
## 文件
|
## 文件
|
||||||
file_ecosystem_js=$dir_root/ecosystem.config.js
|
|
||||||
file_config_sample=$dir_sample/config.sample.sh
|
file_config_sample=$dir_sample/config.sample.sh
|
||||||
file_env=$dir_config/env.sh
|
file_env=$dir_config/env.sh
|
||||||
file_sharecode=$dir_config/sharecode.sh
|
file_sharecode=$dir_config/sharecode.sh
|
||||||
@@ -71,8 +70,8 @@ import_config() {
|
|||||||
ql_base_url=${QlBaseUrl:-"/"}
|
ql_base_url=${QlBaseUrl:-"/"}
|
||||||
ql_port=${QlPort:-"5700"}
|
ql_port=${QlPort:-"5700"}
|
||||||
command_timeout_time=${CommandTimeoutTime:-""}
|
command_timeout_time=${CommandTimeoutTime:-""}
|
||||||
proxy_url=${ProxyUrl:-""}
|
|
||||||
file_extensions=${RepoFileExtensions:-"js py"}
|
file_extensions=${RepoFileExtensions:-"js py"}
|
||||||
|
proxy_url=${ProxyUrl:-""}
|
||||||
current_branch=${QL_BRANCH}
|
current_branch=${QL_BRANCH}
|
||||||
|
|
||||||
if [[ -n "${DefaultCronRule}" ]]; then
|
if [[ -n "${DefaultCronRule}" ]]; then
|
||||||
@@ -294,7 +293,7 @@ git_clone_scripts() {
|
|||||||
|
|
||||||
set_proxy "$proxy"
|
set_proxy "$proxy"
|
||||||
|
|
||||||
git clone --depth=1 $part_cmd $url $dir 2>&1
|
git clone --depth=1 $part_cmd $url $dir
|
||||||
exit_status=$?
|
exit_status=$?
|
||||||
|
|
||||||
unset_proxy
|
unset_proxy
|
||||||
@@ -308,8 +307,9 @@ random_range() {
|
|||||||
|
|
||||||
reload_pm2() {
|
reload_pm2() {
|
||||||
cd $dir_root
|
cd $dir_root
|
||||||
|
restore_env_vars
|
||||||
pm2 flush &>/dev/null
|
pm2 flush &>/dev/null
|
||||||
env ALL_PROXY= HTTP_PROXY= HTTPS_PROXY= all_proxy= http_proxy= https_proxy= pm2 startOrGracefulReload $file_ecosystem_js --update-env
|
pm2 startOrGracefulReload ecosystem.config.js
|
||||||
}
|
}
|
||||||
|
|
||||||
diff_time() {
|
diff_time() {
|
||||||
@@ -361,8 +361,6 @@ format_timestamp() {
|
|||||||
patch_version() {
|
patch_version() {
|
||||||
git config --global pull.rebase false
|
git config --global pull.rebase false
|
||||||
|
|
||||||
cp -f $dir_root/.env.example $dir_root/.env
|
|
||||||
|
|
||||||
if [[ -f "$dir_root/db/cookie.db" ]]; then
|
if [[ -f "$dir_root/db/cookie.db" ]]; then
|
||||||
echo -e "检测到旧的db文件,拷贝为新db...\n"
|
echo -e "检测到旧的db文件,拷贝为新db...\n"
|
||||||
mv $dir_root/db/cookie.db $dir_root/db/env.db
|
mv $dir_root/db/cookie.db $dir_root/db/env.db
|
||||||
|
|||||||
+9
-16
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
dir_shell=$QL_DIR/shell
|
dir_shell=$QL_DIR/shell
|
||||||
|
. $dir_shell/env.sh
|
||||||
. $dir_shell/share.sh
|
. $dir_shell/share.sh
|
||||||
. $dir_shell/api.sh
|
. $dir_shell/api.sh
|
||||||
|
|
||||||
@@ -137,7 +138,7 @@ update_repo() {
|
|||||||
echo -e "\n拉取 ${uniq_path} 成功...\n"
|
echo -e "\n拉取 ${uniq_path} 成功...\n"
|
||||||
diff_scripts "$repo_path" "$author" "$path" "$blackword" "$dependence" "$extensions" "$autoAddCron" "$autoDelCron"
|
diff_scripts "$repo_path" "$author" "$path" "$blackword" "$dependence" "$extensions" "$autoAddCron" "$autoDelCron"
|
||||||
else
|
else
|
||||||
echo -e "\n拉取 ${uniq_path} 失败,请检查网络...\n"
|
echo -e "\n拉取 ${uniq_path} 失败,请检查日志...\n"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -244,6 +245,7 @@ reload_qinglong() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$reload_target" == 'data' ]]; then
|
if [[ "$reload_target" == 'data' ]]; then
|
||||||
|
rm -rf ${dir_root}/data
|
||||||
cp -rf ${dir_tmp}/data ${dir_root}/
|
cp -rf ${dir_tmp}/data ${dir_root}/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -299,11 +301,6 @@ update_qinglong_static() {
|
|||||||
|
|
||||||
check_update_dep() {
|
check_update_dep() {
|
||||||
echo -e "\n开始检测依赖...\n"
|
echo -e "\n开始检测依赖...\n"
|
||||||
if [[ ! -s $dir_scripts/package.json ]] || [[ $(diff $dir_sample/package.json $dir_scripts/package.json) ]]; then
|
|
||||||
cp -f $dir_sample/package.json $dir_scripts/package.json
|
|
||||||
npm_install_2 $dir_scripts
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $(diff $dir_root/package.json ${dir_tmp}/qinglong-${primary_branch}/package.json) ]]; then
|
if [[ $(diff $dir_root/package.json ${dir_tmp}/qinglong-${primary_branch}/package.json) ]]; then
|
||||||
npm_install_2 "${dir_tmp}/qinglong-${primary_branch}"
|
npm_install_2 "${dir_tmp}/qinglong-${primary_branch}"
|
||||||
fi
|
fi
|
||||||
@@ -475,8 +472,13 @@ main() {
|
|||||||
local log_path="${log_dir}/${log_time}.log"
|
local log_path="${log_dir}/${log_time}.log"
|
||||||
local file_path="$dir_log/$log_path"
|
local file_path="$dir_log/$log_path"
|
||||||
|
|
||||||
|
cmd="2>&1 | tee -a $file_path"
|
||||||
|
if [[ "$no_tee" == "true" ]]; then
|
||||||
cmd=">> $file_path 2>&1"
|
cmd=">> $file_path 2>&1"
|
||||||
[[ "$show_log" == "true" ]] && cmd=""
|
fi
|
||||||
|
if [[ "$real_time" == "true" ]]; then
|
||||||
|
cmd=""
|
||||||
|
fi
|
||||||
|
|
||||||
local time_format="%Y-%m-%d %H:%M:%S"
|
local time_format="%Y-%m-%d %H:%M:%S"
|
||||||
local time=$(date "+$time_format")
|
local time=$(date "+$time_format")
|
||||||
@@ -489,11 +491,6 @@ main() {
|
|||||||
eval echo -e "\#\# 开始执行... $begin_time\\\n" $cmd
|
eval echo -e "\#\# 开始执行... $begin_time\\\n" $cmd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$show_log" == "true" ]] && [[ $ID ]]; then
|
|
||||||
eval echo -e "请移除 -l 参数" $cmd
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
case $p1 in
|
case $p1 in
|
||||||
update)
|
update)
|
||||||
fix_config
|
fix_config
|
||||||
@@ -558,10 +555,6 @@ main() {
|
|||||||
if [[ "$p1" != "repo" ]] && [[ "$p1" != "raw" ]]; then
|
if [[ "$p1" != "repo" ]] && [[ "$p1" != "raw" ]]; then
|
||||||
eval echo -e "\\\n\#\# 执行结束... $end_time 耗时 $diff_time 秒 " $cmd
|
eval echo -e "\\\n\#\# 执行结束... $end_time 耗时 $diff_time 秒 " $cmd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f $file_path ]]; then
|
|
||||||
cat $file_path
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|||||||
+14
-4
@@ -141,7 +141,7 @@
|
|||||||
"服务启动超时": "Service startup timeout",
|
"服务启动超时": "Service startup timeout",
|
||||||
"请先按如下方式修复:": "Please fix it as follows:",
|
"请先按如下方式修复:": "Please fix it as follows:",
|
||||||
"1. 宿主机执行 docker run --rm -v\n /var/run/docker.sock:/var/run/docker.sock\n containrrr/watchtower -cR <容器名>": "1. Execute 'docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower -cR <container_name>' on the host machine",
|
"1. 宿主机执行 docker run --rm -v\n /var/run/docker.sock:/var/run/docker.sock\n containrrr/watchtower -cR <容器名>": "1. Execute 'docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower -cR <container_name>' on the host machine",
|
||||||
"2. 容器内执行 ql -l check、ql -l update": "2. Execute 'ql -l check' and 'ql -l update' inside the container",
|
"2. 容器内执行 ql check、ql update": "2. Execute 'ql check' and 'ql update' inside the container",
|
||||||
"3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果": "3. If the problem persists, execute 'pm2 logs' inside the container and copy the results",
|
"3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果": "3. If the problem persists, execute 'pm2 logs' inside the container and copy the results",
|
||||||
"提交 issue": "Submit an issue",
|
"提交 issue": "Submit an issue",
|
||||||
"启动中,请稍后...": "Starting, please wait...",
|
"启动中,请稍后...": "Starting, please wait...",
|
||||||
@@ -375,9 +375,9 @@
|
|||||||
"微信扫码登录后一对一推送或一对多推送下面的token(您的Token),不提供PUSH_PLUS_USER则默认为一对一推送,参考 https://www.pushplus.plus/": "After WeChat scan login, one-to-one or one-to-many push using the provided token (your Token). If PUSH_PLUS_USER is not provided, it defaults to one-to-one push. See reference at https://www.pushplus.plus/",
|
"微信扫码登录后一对一推送或一对多推送下面的token(您的Token),不提供PUSH_PLUS_USER则默认为一对一推送,参考 https://www.pushplus.plus/": "After WeChat scan login, one-to-one or one-to-many push using the provided token (your Token). If PUSH_PLUS_USER is not provided, it defaults to one-to-one push. See reference at https://www.pushplus.plus/",
|
||||||
"一对多推送的“群组编码”(一对多推送下面->您的群组(如无则创建)->群组编码,如果您是创建群组人。也需点击“查看二维码”扫描绑定,否则不能接受群组消息推送)": "The 'group code' for one-to-many push (one-to-many push -> your group (if none, create one) -> group code). If you are the creator of the group, you need to click 'View QR code' to scan and bind, otherwise, you won't receive group messages.",
|
"一对多推送的“群组编码”(一对多推送下面->您的群组(如无则创建)->群组编码,如果您是创建群组人。也需点击“查看二维码”扫描绑定,否则不能接受群组消息推送)": "The 'group code' for one-to-many push (one-to-many push -> your group (if none, create one) -> group code). If you are the creator of the group, you need to click 'View QR code' to scan and bind, otherwise, you won't receive group messages.",
|
||||||
"飞书群组机器人:https://www.feishu.cn/hc/zh-CN/articles/360024984973": "Feishu group bot: https://www.feishu.cn/hc/zh-CN/articles/360024984973",
|
"飞书群组机器人:https://www.feishu.cn/hc/zh-CN/articles/360024984973": "Feishu group bot: https://www.feishu.cn/hc/zh-CN/articles/360024984973",
|
||||||
"邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://nodemailer.com/smtp/well-known/": "Email service name, e.g., 126, 163, Gmail, QQ, etc. Supported list: https://nodemailer.com/smtp/well-known/",
|
"邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json": "Email service name, e.g., 126, 163, Gmail, QQ, etc. Supported list: https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json",
|
||||||
"邮箱地址": "Email Address",
|
"邮箱地址": "Email Address",
|
||||||
"邮箱SMTP授权码": "Email SMTP Authorization Code",
|
"SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定": "The SMTP login password may also be a special passphrase, depending on the specific email service provider's instructions",
|
||||||
"PushMe的Key,https://push.i-i.me/": "PushMe key, https://push.i-i.me/",
|
"PushMe的Key,https://push.i-i.me/": "PushMe key, https://push.i-i.me/",
|
||||||
"请求方法": "Request Method",
|
"请求方法": "Request Method",
|
||||||
"请求头Content-Type": "Request Header Content-Type",
|
"请求头Content-Type": "Request Header Content-Type",
|
||||||
@@ -466,5 +466,15 @@
|
|||||||
"个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx": "Individuals: user_id=individual QQ Groups fill in group_id=QQ Groups more than one with English; separated by the same time to support individuals and groups such as: user_id=xxx;group_id=xxxx;group_id=xxxxx",
|
"个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx": "Individuals: user_id=individual QQ Groups fill in group_id=QQ Groups more than one with English; separated by the same time to support individuals and groups such as: user_id=xxx;group_id=xxxx;group_id=xxxxx",
|
||||||
"docker安装在持久化config目录下的chronocat.yml文件可找到": "The docker installation can be found in the persistence config directory in the chronocat.yml file",
|
"docker安装在持久化config目录下的chronocat.yml文件可找到": "The docker installation can be found in the persistence config directory in the chronocat.yml file",
|
||||||
"请选择": "Please select",
|
"请选择": "Please select",
|
||||||
"请输入": "Please input"
|
"请输入": "Please input",
|
||||||
|
"依赖设置": "Dependence Settings",
|
||||||
|
"Node 软件包镜像源": "Node Software Package Mirror Source",
|
||||||
|
"Python 软件包镜像源": "Python Software Package Mirror Source",
|
||||||
|
"Linux 软件包镜像源": "Linux Software Package Mirror Source",
|
||||||
|
"代理与镜像源二选一即可": "Either Proxy or Mirror Source can be chosen",
|
||||||
|
"代理地址, 支持HTTP(S)/SOCK5": "Proxy Address, supports HTTP(S)/SOCK5",
|
||||||
|
"NPM 镜像源": "NPM Mirror Source",
|
||||||
|
"PyPI 镜像源": "PyPI Mirror Source",
|
||||||
|
"alpine linux 镜像源, 例如 https://mirrors.aliyun.com": "Alpine Linux Mirror Source, e.g. https://mirrors.aliyun.com",
|
||||||
|
"如果恢复失败,可进入容器执行": "If recovery fails, you can enter the container and execute"
|
||||||
}
|
}
|
||||||
|
|||||||
+14
-4
@@ -141,7 +141,7 @@
|
|||||||
"服务启动超时": "服务启动超时",
|
"服务启动超时": "服务启动超时",
|
||||||
"请先按如下方式修复:": "请先按如下方式修复:",
|
"请先按如下方式修复:": "请先按如下方式修复:",
|
||||||
"1. 宿主机执行 docker run --rm -v\n /var/run/docker.sock:/var/run/docker.sock\n containrrr/watchtower -cR <容器名>": "1. 宿主机执行 docker run --rm -v\n /var/run/docker.sock:/var/run/docker.sock\n containrrr/watchtower -cR <容器名>",
|
"1. 宿主机执行 docker run --rm -v\n /var/run/docker.sock:/var/run/docker.sock\n containrrr/watchtower -cR <容器名>": "1. 宿主机执行 docker run --rm -v\n /var/run/docker.sock:/var/run/docker.sock\n containrrr/watchtower -cR <容器名>",
|
||||||
"2. 容器内执行 ql -l check、ql -l update": "2. 容器内执行 ql -l check、ql -l update",
|
"2. 容器内执行 ql check、ql update": "2. 容器内执行 ql check、ql update",
|
||||||
"3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果": "3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果",
|
"3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果": "3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果",
|
||||||
"提交 issue": "提交 issue",
|
"提交 issue": "提交 issue",
|
||||||
"启动中,请稍后...": "启动中,请稍后...",
|
"启动中,请稍后...": "启动中,请稍后...",
|
||||||
@@ -375,9 +375,9 @@
|
|||||||
"微信扫码登录后一对一推送或一对多推送下面的token(您的Token),不提供PUSH_PLUS_USER则默认为一对一推送,参考 https://www.pushplus.plus/": "微信扫码登录后一对一推送或一对多推送下面的token(您的Token),不提供PUSH_PLUS_USER则默认为一对一推送,参考 https://www.pushplus.plus/",
|
"微信扫码登录后一对一推送或一对多推送下面的token(您的Token),不提供PUSH_PLUS_USER则默认为一对一推送,参考 https://www.pushplus.plus/": "微信扫码登录后一对一推送或一对多推送下面的token(您的Token),不提供PUSH_PLUS_USER则默认为一对一推送,参考 https://www.pushplus.plus/",
|
||||||
"一对多推送的“群组编码”(一对多推送下面->您的群组(如无则创建)->群组编码,如果您是创建群组人。也需点击“查看二维码”扫描绑定,否则不能接受群组消息推送)": "一对多推送的“群组编码”(一对多推送下面->您的群组(如无则创建)->群组编码,如果您是创建群组人。也需点击“查看二维码”扫描绑定,否则不能接受群组消息推送)",
|
"一对多推送的“群组编码”(一对多推送下面->您的群组(如无则创建)->群组编码,如果您是创建群组人。也需点击“查看二维码”扫描绑定,否则不能接受群组消息推送)": "一对多推送的“群组编码”(一对多推送下面->您的群组(如无则创建)->群组编码,如果您是创建群组人。也需点击“查看二维码”扫描绑定,否则不能接受群组消息推送)",
|
||||||
"飞书群组机器人:https://www.feishu.cn/hc/zh-CN/articles/360024984973": "飞书群组机器人:https://www.feishu.cn/hc/zh-CN/articles/360024984973",
|
"飞书群组机器人:https://www.feishu.cn/hc/zh-CN/articles/360024984973": "飞书群组机器人:https://www.feishu.cn/hc/zh-CN/articles/360024984973",
|
||||||
"邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://nodemailer.com/smtp/well-known/": "邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://nodemailer.com/smtp/well-known/",
|
"邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json": "邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json",
|
||||||
"邮箱地址": "邮箱地址",
|
"邮箱地址": "邮箱地址",
|
||||||
"邮箱SMTP授权码": "邮箱SMTP授权码",
|
"SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定": "SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定",
|
||||||
"PushMe的Key,https://push.i-i.me/": "PushMe的Key,https://push.i-i.me/",
|
"PushMe的Key,https://push.i-i.me/": "PushMe的Key,https://push.i-i.me/",
|
||||||
"请求方法": "请求方法",
|
"请求方法": "请求方法",
|
||||||
"请求头Content-Type": "请求头Content-Type",
|
"请求头Content-Type": "请求头Content-Type",
|
||||||
@@ -466,5 +466,15 @@
|
|||||||
"个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx": "个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx",
|
"个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx": "个人:user_id=个人QQ 群则填入group_id=QQ群 多个用英文;隔开同时支持个人和群 如:user_id=xxx;group_id=xxxx;group_id=xxxxx",
|
||||||
"docker安装在持久化config目录下的chronocat.yml文件可找到": "docker安装在持久化config目录下的chronocat.yml文件可找到",
|
"docker安装在持久化config目录下的chronocat.yml文件可找到": "docker安装在持久化config目录下的chronocat.yml文件可找到",
|
||||||
"请选择": "请选择",
|
"请选择": "请选择",
|
||||||
"请输入": "请输入"
|
"请输入": "请输入",
|
||||||
|
"依赖设置": "依赖设置",
|
||||||
|
"Node 软件包镜像源": "Node 软件包镜像源",
|
||||||
|
"Python 软件包镜像源": "Python 软件包镜像源",
|
||||||
|
"Linux 软件包镜像源": "Linux 软件包镜像源",
|
||||||
|
"代理与镜像源二选一即可": "代理与镜像源二选一即可",
|
||||||
|
"代理地址, 支持HTTP(S)/SOCK5": "代理地址, 支持HTTP(S)/SOCK5",
|
||||||
|
"NPM 镜像源": "NPM 镜像源",
|
||||||
|
"PyPI 镜像源": "PyPI 镜像源",
|
||||||
|
"alpine linux 镜像源, 例如 https://mirrors.aliyun.com": "alpine linux 镜像源, 例如 https://mirrors.aliyun.com",
|
||||||
|
"如果恢复失败,可进入容器执行": "如果恢复失败,可进入容器执行"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import intl from 'react-intl-universal'
|
import intl from 'react-intl-universal';
|
||||||
import React, {
|
import React, {
|
||||||
PureComponent,
|
PureComponent,
|
||||||
Fragment,
|
Fragment,
|
||||||
@@ -15,6 +15,8 @@ import CodeMirror from '@uiw/react-codemirror';
|
|||||||
import { useOutletContext } from '@umijs/max';
|
import { useOutletContext } from '@umijs/max';
|
||||||
import { SharedContext } from '@/layouts';
|
import { SharedContext } from '@/layouts';
|
||||||
import { langs } from '@uiw/codemirror-extensions-langs';
|
import { langs } from '@uiw/codemirror-extensions-langs';
|
||||||
|
import { useHotkeys } from 'react-hotkeys-hook';
|
||||||
|
import { getEditorMode } from '@/utils';
|
||||||
|
|
||||||
const Config = () => {
|
const Config = () => {
|
||||||
const { headerStyle, isPhone, theme } = useOutletContext<SharedContext>();
|
const { headerStyle, isPhone, theme } = useOutletContext<SharedContext>();
|
||||||
@@ -25,9 +27,12 @@ const Config = () => {
|
|||||||
const [data, setData] = useState<any[]>([]);
|
const [data, setData] = useState<any[]>([]);
|
||||||
const editorRef = useRef<any>(null);
|
const editorRef = useRef<any>(null);
|
||||||
const [confirmLoading, setConfirmLoading] = useState(false);
|
const [confirmLoading, setConfirmLoading] = useState(false);
|
||||||
|
const [language, setLanguage] = useState<string>('shell');
|
||||||
|
|
||||||
const getConfig = (name: string) => {
|
const getConfig = (name: string) => {
|
||||||
request.get(`${config.apiPrefix}configs/${name}`).then(({ code, data }) => {
|
request
|
||||||
|
.get(`${config.apiPrefix}configs/detail?path=${encodeURIComponent(name)}`)
|
||||||
|
.then(({ code, data }) => {
|
||||||
if (code === 200) {
|
if (code === 200) {
|
||||||
setValue(data);
|
setValue(data);
|
||||||
}
|
}
|
||||||
@@ -66,8 +71,18 @@ const Config = () => {
|
|||||||
setSelect(value);
|
setSelect(value);
|
||||||
setTitle(node.value);
|
setTitle(node.value);
|
||||||
getConfig(node.value);
|
getConfig(node.value);
|
||||||
|
const newMode = getEditorMode(value);
|
||||||
|
setLanguage(newMode);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
useHotkeys(
|
||||||
|
'meta+s',
|
||||||
|
(e) => {
|
||||||
|
updateConfig();
|
||||||
|
},
|
||||||
|
{ enableOnFormTags: ['textarea'], preventDefault: true },
|
||||||
|
);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
getFiles();
|
getFiles();
|
||||||
getConfig('config.sh');
|
getConfig('config.sh');
|
||||||
@@ -113,7 +128,7 @@ const Config = () => {
|
|||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Editor
|
<Editor
|
||||||
defaultLanguage="shell"
|
language={language}
|
||||||
value={value}
|
value={value}
|
||||||
theme={theme}
|
theme={theme}
|
||||||
options={{
|
options={{
|
||||||
|
|||||||
@@ -107,10 +107,9 @@ const CronDetailModal = ({
|
|||||||
value={value}
|
value={value}
|
||||||
options={{
|
options={{
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
|
minimap: { enabled: false },
|
||||||
lineNumbersMinChars: 3,
|
lineNumbersMinChars: 3,
|
||||||
fontFamily: 'Source Code Pro',
|
|
||||||
glyphMargin: false,
|
glyphMargin: false,
|
||||||
wordWrap: 'on',
|
|
||||||
}}
|
}}
|
||||||
onMount={(editor, monaco) => {
|
onMount={(editor, monaco) => {
|
||||||
editorRef.current = editor;
|
editorRef.current = editor;
|
||||||
@@ -362,8 +361,13 @@ const CronDetailModal = ({
|
|||||||
<Modal
|
<Modal
|
||||||
title={
|
title={
|
||||||
<div className="crontab-title-wrapper">
|
<div className="crontab-title-wrapper">
|
||||||
<div>
|
<div style={{ minWidth: 0 }}>
|
||||||
<span>{currentCron.name}</span>
|
<Typography.Text
|
||||||
|
style={{ width: '100%' }}
|
||||||
|
ellipsis={{ tooltip: currentCron.name }}
|
||||||
|
>
|
||||||
|
{currentCron.name}
|
||||||
|
</Typography.Text>
|
||||||
{currentCron.labels?.length > 0 && currentCron.labels[0] !== '' && (
|
{currentCron.labels?.length > 0 && currentCron.labels[0] !== '' && (
|
||||||
<Divider type="vertical"></Divider>
|
<Divider type="vertical"></Divider>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
.card-wrapper {
|
.card-wrapper {
|
||||||
.ant-card:last-child {
|
.ant-card:last-child {
|
||||||
.ant-card-body {
|
.ant-card-body {
|
||||||
min-height: 300px;
|
min-height: 0;
|
||||||
height: calc(90vh - 367px);
|
height: calc(80vh - 314px);
|
||||||
height: calc(90vh - var(--vh-offset, 0px) - 367px);
|
height: calc(80vh - var(--vh-offset, 0px) - 314px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
@@ -21,6 +21,9 @@
|
|||||||
.ant-modal-body {
|
.ant-modal-body {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
max-height: calc(80vh - 57px);
|
||||||
|
max-height: calc(80vh - var(--vh-offset, 57px));
|
||||||
|
word-wrap: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-body {
|
.ant-card-body {
|
||||||
|
|||||||
@@ -109,7 +109,6 @@ const Dependence = () => {
|
|||||||
width: 120,
|
width: 120,
|
||||||
dataIndex: 'status',
|
dataIndex: 'status',
|
||||||
render: (text: string, record: any, index: number) => {
|
render: (text: string, record: any, index: number) => {
|
||||||
console.log(record.status);
|
|
||||||
return (
|
return (
|
||||||
<Space size="middle" style={{ cursor: 'text' }}>
|
<Space size="middle" style={{ cursor: 'text' }}>
|
||||||
<Tag
|
<Tag
|
||||||
|
|||||||
+13
-18
@@ -9,22 +9,24 @@ import { DiffEditor } from '@monaco-editor/react';
|
|||||||
import ReactDiffViewer from 'react-diff-viewer';
|
import ReactDiffViewer from 'react-diff-viewer';
|
||||||
import { useOutletContext } from '@umijs/max';
|
import { useOutletContext } from '@umijs/max';
|
||||||
import { SharedContext } from '@/layouts';
|
import { SharedContext } from '@/layouts';
|
||||||
|
import { getEditorMode } from '@/utils';
|
||||||
|
|
||||||
const { Option } = Select;
|
const { Option } = Select;
|
||||||
|
|
||||||
const Diff = () => {
|
const Diff = () => {
|
||||||
const { headerStyle, isPhone, theme } = useOutletContext<SharedContext>();
|
const { headerStyle, isPhone, theme } = useOutletContext<SharedContext>();
|
||||||
const [origin, setOrigin] = useState('config.sample.sh');
|
const [origin, setOrigin] = useState('sample/config.sample.sh');
|
||||||
const [current, setCurrent] = useState('config.sh');
|
const [current, setCurrent] = useState('config.sh');
|
||||||
const [originValue, setOriginValue] = useState('');
|
const [originValue, setOriginValue] = useState('');
|
||||||
const [currentValue, setCurrentValue] = useState('');
|
const [currentValue, setCurrentValue] = useState('');
|
||||||
const [loading, setLoading] = useState(true);
|
const [loading, setLoading] = useState(true);
|
||||||
const [files, setFiles] = useState<any[]>([]);
|
const [files, setFiles] = useState<any[]>([]);
|
||||||
const editorRef = useRef<any>(null);
|
const editorRef = useRef<any>(null);
|
||||||
|
const [language, setLanguage] = useState<string>('shell');
|
||||||
|
|
||||||
const getConfig = () => {
|
const getConfig = () => {
|
||||||
request
|
request
|
||||||
.get(`${config.apiPrefix}configs/${current}`)
|
.get(`${config.apiPrefix}configs/detail?path=${encodeURIComponent(current)}`)
|
||||||
.then(({ code, data }) => {
|
.then(({ code, data }) => {
|
||||||
if (code === 200) {
|
if (code === 200) {
|
||||||
setCurrentValue(data);
|
setCurrentValue(data);
|
||||||
@@ -34,7 +36,7 @@ const Diff = () => {
|
|||||||
|
|
||||||
const getSample = () => {
|
const getSample = () => {
|
||||||
request
|
request
|
||||||
.get(`${config.apiPrefix}configs/${origin}`)
|
.get(`${config.apiPrefix}configs/detail?path=${encodeURIComponent(origin)}`)
|
||||||
.then(({ code, data }) => {
|
.then(({ code, data }) => {
|
||||||
if (code === 200) {
|
if (code === 200) {
|
||||||
setOriginValue(data);
|
setOriginValue(data);
|
||||||
@@ -62,7 +64,7 @@ const Diff = () => {
|
|||||||
const getFiles = () => {
|
const getFiles = () => {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
request
|
request
|
||||||
.get(`${config.apiPrefix}configs/files`)
|
.get(`${config.apiPrefix}configs/sample`)
|
||||||
.then(({ code, data }) => {
|
.then(({ code, data }) => {
|
||||||
if (code === 200) {
|
if (code === 200) {
|
||||||
setFiles(data);
|
setFiles(data);
|
||||||
@@ -71,12 +73,11 @@ const Diff = () => {
|
|||||||
.finally(() => setLoading(false));
|
.finally(() => setLoading(false));
|
||||||
};
|
};
|
||||||
|
|
||||||
const originFileChange = (value: string) => {
|
const originFileChange = (value: string, op) => {
|
||||||
|
setCurrent(op.extra.target);
|
||||||
setOrigin(value);
|
setOrigin(value);
|
||||||
};
|
const newMode = getEditorMode(value);
|
||||||
|
setLanguage(newMode);
|
||||||
const currentFileChange = (value: string) => {
|
|
||||||
setCurrent(value);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -112,7 +113,7 @@ const Diff = () => {
|
|||||||
<Form.Item label={intl.get('源文件')}>
|
<Form.Item label={intl.get('源文件')}>
|
||||||
<Select value={origin} onChange={originFileChange}>
|
<Select value={origin} onChange={originFileChange}>
|
||||||
{files.map((x) => (
|
{files.map((x) => (
|
||||||
<Option key={x.value} value={x.value}>
|
<Option key={x.value} value={x.value} extra={x}>
|
||||||
{x.title}
|
{x.title}
|
||||||
</Option>
|
</Option>
|
||||||
))}
|
))}
|
||||||
@@ -121,13 +122,7 @@ const Diff = () => {
|
|||||||
</Col>
|
</Col>
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
<Form.Item label={intl.get('当前文件')}>
|
<Form.Item label={intl.get('当前文件')}>
|
||||||
<Select value={current} onChange={currentFileChange}>
|
<span className="ant-form-text">{current}</span>
|
||||||
{files.map((x) => (
|
|
||||||
<Option key={x.value} value={x.value}>
|
|
||||||
{x.title}
|
|
||||||
</Option>
|
|
||||||
))}
|
|
||||||
</Select>
|
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
@@ -159,7 +154,7 @@ const Diff = () => {
|
|||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<DiffEditor
|
<DiffEditor
|
||||||
language={'shell'}
|
language={language}
|
||||||
original={originValue}
|
original={originValue}
|
||||||
modified={currentValue}
|
modified={currentValue}
|
||||||
options={{
|
options={{
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ const Error = () => {
|
|||||||
/var/run/docker.sock:/var/run/docker.sock
|
/var/run/docker.sock:/var/run/docker.sock
|
||||||
containrrr/watchtower -cR <容器名>
|
containrrr/watchtower -cR <容器名>
|
||||||
</div>
|
</div>
|
||||||
<div>{intl.get('2. 容器内执行 ql -l check、ql -l update')}</div>
|
<div>{intl.get('2. 容器内执行 ql check、ql update')}</div>
|
||||||
<div>
|
<div>
|
||||||
{intl.get(
|
{intl.get(
|
||||||
'3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果'
|
'3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果'
|
||||||
|
|||||||
@@ -95,6 +95,53 @@ const Initialization = () => {
|
|||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: intl.get('通知设置'),
|
||||||
|
content: (
|
||||||
|
<Form onFinish={submitNotification} layout="vertical">
|
||||||
|
<Form.Item
|
||||||
|
label={intl.get('通知方式')}
|
||||||
|
name="type"
|
||||||
|
rules={[{ required: true, message: intl.get('请选择通知方式') }]}
|
||||||
|
style={{ maxWidth: 350 }}
|
||||||
|
>
|
||||||
|
<Select
|
||||||
|
onChange={notificationModeChange}
|
||||||
|
placeholder={intl.get('请选择通知方式')}
|
||||||
|
>
|
||||||
|
{config.notificationModes
|
||||||
|
.filter((x) => x.value !== 'closed')
|
||||||
|
.map((x) => (
|
||||||
|
<Option key={x.value} value={x.value}>
|
||||||
|
{x.label}
|
||||||
|
</Option>
|
||||||
|
))}
|
||||||
|
</Select>
|
||||||
|
</Form.Item>
|
||||||
|
{fields.map((x) => (
|
||||||
|
<Form.Item
|
||||||
|
key={x.label}
|
||||||
|
label={x.label}
|
||||||
|
name={x.label}
|
||||||
|
extra={x.tip}
|
||||||
|
rules={[{ required: x.required }]}
|
||||||
|
style={{ maxWidth: 400 }}
|
||||||
|
>
|
||||||
|
<Input.TextArea
|
||||||
|
autoSize={{ minRows: 1, maxRows: 5 }}
|
||||||
|
placeholder={`请输入${x.label}`}
|
||||||
|
/>
|
||||||
|
</Form.Item>
|
||||||
|
))}
|
||||||
|
<Button type="primary" htmlType="submit" loading={loading}>
|
||||||
|
{intl.get('保存')}
|
||||||
|
</Button>
|
||||||
|
<Button type="link" htmlType="button" onClick={() => next()}>
|
||||||
|
{intl.get('跳过')}
|
||||||
|
</Button>
|
||||||
|
</Form>
|
||||||
|
),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: intl.get('账户设置'),
|
title: intl.get('账户设置'),
|
||||||
content: (
|
content: (
|
||||||
@@ -152,53 +199,6 @@ const Initialization = () => {
|
|||||||
</Form>
|
</Form>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: intl.get('通知设置'),
|
|
||||||
content: (
|
|
||||||
<Form onFinish={submitNotification} layout="vertical">
|
|
||||||
<Form.Item
|
|
||||||
label={intl.get('通知方式')}
|
|
||||||
name="type"
|
|
||||||
rules={[{ required: true, message: intl.get('请选择通知方式') }]}
|
|
||||||
style={{ maxWidth: 350 }}
|
|
||||||
>
|
|
||||||
<Select
|
|
||||||
onChange={notificationModeChange}
|
|
||||||
placeholder={intl.get('请选择通知方式')}
|
|
||||||
>
|
|
||||||
{config.notificationModes
|
|
||||||
.filter((x) => x.value !== 'closed')
|
|
||||||
.map((x) => (
|
|
||||||
<Option key={x.value} value={x.value}>
|
|
||||||
{x.label}
|
|
||||||
</Option>
|
|
||||||
))}
|
|
||||||
</Select>
|
|
||||||
</Form.Item>
|
|
||||||
{fields.map((x) => (
|
|
||||||
<Form.Item
|
|
||||||
key={x.label}
|
|
||||||
label={x.label}
|
|
||||||
name={x.label}
|
|
||||||
extra={x.tip}
|
|
||||||
rules={[{ required: x.required }]}
|
|
||||||
style={{ maxWidth: 400 }}
|
|
||||||
>
|
|
||||||
<Input.TextArea
|
|
||||||
autoSize={{ minRows: 1, maxRows: 5 }}
|
|
||||||
placeholder={`请输入${x.label}`}
|
|
||||||
/>
|
|
||||||
</Form.Item>
|
|
||||||
))}
|
|
||||||
<Button type="primary" htmlType="submit" loading={loading}>
|
|
||||||
{intl.get('保存')}
|
|
||||||
</Button>
|
|
||||||
<Button type="link" htmlType="button" onClick={() => next()}>
|
|
||||||
{intl.get('跳过')}
|
|
||||||
</Button>
|
|
||||||
</Form>
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: intl.get('完成安装'),
|
title: intl.get('完成安装'),
|
||||||
content: (
|
content: (
|
||||||
|
|||||||
+24
-6
@@ -1,4 +1,4 @@
|
|||||||
import intl from 'react-intl-universal'
|
import intl from 'react-intl-universal';
|
||||||
import { useState, useEffect, useCallback, Key, useRef } from 'react';
|
import { useState, useEffect, useCallback, Key, useRef } from 'react';
|
||||||
import {
|
import {
|
||||||
TreeSelect,
|
TreeSelect,
|
||||||
@@ -25,13 +25,14 @@ import { depthFirstSearch } from '@/utils';
|
|||||||
import debounce from 'lodash/debounce';
|
import debounce from 'lodash/debounce';
|
||||||
import uniq from 'lodash/uniq';
|
import uniq from 'lodash/uniq';
|
||||||
import useFilterTreeData from '@/hooks/useFilterTreeData';
|
import useFilterTreeData from '@/hooks/useFilterTreeData';
|
||||||
|
import prettyBytes from 'pretty-bytes';
|
||||||
|
|
||||||
const { Text } = Typography;
|
const { Text } = Typography;
|
||||||
|
|
||||||
const Log = () => {
|
const Log = () => {
|
||||||
const { headerStyle, isPhone, theme } = useOutletContext<SharedContext>();
|
const { headerStyle, isPhone, theme } = useOutletContext<SharedContext>();
|
||||||
const [value, setValue] = useState(intl.get('请选择日志文件'));
|
const [value, setValue] = useState(intl.get('请选择日志文件'));
|
||||||
const [select, setSelect] = useState<string>('');
|
const [select, setSelect] = useState<string>(intl.get('请选择日志文件'));
|
||||||
const [data, setData] = useState<any[]>([]);
|
const [data, setData] = useState<any[]>([]);
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
const [height, setHeight] = useState<number>();
|
const [height, setHeight] = useState<number>();
|
||||||
@@ -117,7 +118,8 @@ const Log = () => {
|
|||||||
<Text style={{ wordBreak: 'break-all' }} type="warning">
|
<Text style={{ wordBreak: 'break-all' }} type="warning">
|
||||||
{select}
|
{select}
|
||||||
</Text>
|
</Text>
|
||||||
{intl.get('文件')}{currentNode.type === 'directory' ? intl.get('夹下所以日志') : ''}
|
{intl.get('文件')}
|
||||||
|
{currentNode.type === 'directory' ? intl.get('夹下所以日志') : ''}
|
||||||
{intl.get(',删除后不可恢复')}
|
{intl.get(',删除后不可恢复')}
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
@@ -181,7 +183,24 @@ const Log = () => {
|
|||||||
return (
|
return (
|
||||||
<PageContainer
|
<PageContainer
|
||||||
className="ql-container-wrapper log-wrapper"
|
className="ql-container-wrapper log-wrapper"
|
||||||
title={select}
|
title={
|
||||||
|
<>
|
||||||
|
{select}
|
||||||
|
{currentNode?.type === 'file' && (
|
||||||
|
<span
|
||||||
|
style={{
|
||||||
|
marginLeft: 6,
|
||||||
|
fontSize: 12,
|
||||||
|
color: '#999',
|
||||||
|
display: 'inline-block',
|
||||||
|
height: 14,
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{prettyBytes(currentNode.size)}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</>
|
||||||
|
}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
extra={
|
extra={
|
||||||
isPhone
|
isPhone
|
||||||
@@ -266,11 +285,10 @@ const Log = () => {
|
|||||||
options={{
|
options={{
|
||||||
readOnly: true,
|
readOnly: true,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
|
minimap: { enabled: false },
|
||||||
lineNumbersMinChars: 3,
|
lineNumbersMinChars: 3,
|
||||||
fontFamily: 'Source Code Pro',
|
|
||||||
folding: false,
|
folding: false,
|
||||||
glyphMargin: false,
|
glyphMargin: false,
|
||||||
wordWrap: 'on',
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</SplitPane>
|
</SplitPane>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ const EditModal = ({
|
|||||||
const [value, setValue] = useState('');
|
const [value, setValue] = useState('');
|
||||||
const [language, setLanguage] = useState<string>('javascript');
|
const [language, setLanguage] = useState<string>('javascript');
|
||||||
const [cNode, setCNode] = useState<any>();
|
const [cNode, setCNode] = useState<any>();
|
||||||
const [selectedKey, setSelectedKey] = useState<string>('');
|
const [selectedKey, setSelectedKey] = useState<string>();
|
||||||
const [saveModalVisible, setSaveModalVisible] = useState<boolean>(false);
|
const [saveModalVisible, setSaveModalVisible] = useState<boolean>(false);
|
||||||
const [settingModalVisible, setSettingModalVisible] =
|
const [settingModalVisible, setSettingModalVisible] =
|
||||||
useState<boolean>(false);
|
useState<boolean>(false);
|
||||||
@@ -148,7 +148,7 @@ const EditModal = ({
|
|||||||
<>
|
<>
|
||||||
<TreeSelect
|
<TreeSelect
|
||||||
treeExpandAction="click"
|
treeExpandAction="click"
|
||||||
style={{ marginRight: 8, width: 150 }}
|
style={{ marginRight: 8, width: 300 }}
|
||||||
value={selectedKey}
|
value={selectedKey}
|
||||||
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
|
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
|
||||||
treeData={treeData}
|
treeData={treeData}
|
||||||
@@ -156,6 +156,7 @@ const EditModal = ({
|
|||||||
fieldNames={{ value: 'key', label: 'title' }}
|
fieldNames={{ value: 'key', label: 'title' }}
|
||||||
showSearch
|
showSearch
|
||||||
onSelect={onSelect}
|
onSelect={onSelect}
|
||||||
|
treeLine={{ showLeafIcon: true }}
|
||||||
/>
|
/>
|
||||||
<Select
|
<Select
|
||||||
value={language}
|
value={language}
|
||||||
|
|||||||
@@ -44,14 +44,14 @@ import uniq from 'lodash/uniq';
|
|||||||
import IconFont from '@/components/iconfont';
|
import IconFont from '@/components/iconfont';
|
||||||
import RenameModal from './renameModal';
|
import RenameModal from './renameModal';
|
||||||
import { langs } from '@uiw/codemirror-extensions-langs';
|
import { langs } from '@uiw/codemirror-extensions-langs';
|
||||||
|
import { useHotkeys } from 'react-hotkeys-hook';
|
||||||
|
import prettyBytes from 'pretty-bytes';
|
||||||
const { Text } = Typography;
|
const { Text } = Typography;
|
||||||
|
|
||||||
const Script = () => {
|
const Script = () => {
|
||||||
const { headerStyle, isPhone, theme } =
|
const { headerStyle, isPhone, theme } = useOutletContext<SharedContext>();
|
||||||
useOutletContext<SharedContext>();
|
|
||||||
const [value, setValue] = useState(intl.get('请选择脚本文件'));
|
const [value, setValue] = useState(intl.get('请选择脚本文件'));
|
||||||
const [select, setSelect] = useState<string>('');
|
const [select, setSelect] = useState<string>(intl.get('请选择脚本文件'));
|
||||||
const [data, setData] = useState<any[]>([]);
|
const [data, setData] = useState<any[]>([]);
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
const [mode, setMode] = useState('');
|
const [mode, setMode] = useState('');
|
||||||
@@ -135,6 +135,10 @@ const Script = () => {
|
|||||||
|
|
||||||
const onTreeSelect = useCallback(
|
const onTreeSelect = useCallback(
|
||||||
(keys: Key[], e: any) => {
|
(keys: Key[], e: any) => {
|
||||||
|
const node = e.node;
|
||||||
|
if (node.key === select && isEditing) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const content = editorRef.current
|
const content = editorRef.current
|
||||||
? editorRef.current.getValue().replace(/\r\n/g, '\n')
|
? editorRef.current.getValue().replace(/\r\n/g, '\n')
|
||||||
: value;
|
: value;
|
||||||
@@ -155,7 +159,7 @@ const Script = () => {
|
|||||||
onSelect(keys[0], e.node);
|
onSelect(keys[0], e.node);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[value],
|
[value, select, isEditing],
|
||||||
);
|
);
|
||||||
|
|
||||||
const onSearch = useCallback(
|
const onSearch = useCallback(
|
||||||
@@ -187,6 +191,14 @@ const Script = () => {
|
|||||||
setExpandedKeys(expKeys);
|
setExpandedKeys(expKeys);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const onDoubleClick = (e: any, node: any) => {
|
||||||
|
if (node.type === 'file') {
|
||||||
|
setSelect(node.key);
|
||||||
|
setCurrentNode(node);
|
||||||
|
setIsEditing(true);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
const editFile = () => {
|
const editFile = () => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
setIsEditing(true);
|
setIsEditing(true);
|
||||||
@@ -352,7 +364,7 @@ const Script = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const initState = () => {
|
const initState = () => {
|
||||||
setSelect('');
|
setSelect(intl.get('请选择脚本文件'));
|
||||||
setCurrentNode(null);
|
setCurrentNode(null);
|
||||||
setValue(intl.get('请选择脚本文件'));
|
setValue(intl.get('请选择脚本文件'));
|
||||||
};
|
};
|
||||||
@@ -367,6 +379,16 @@ const Script = () => {
|
|||||||
}
|
}
|
||||||
}, [treeDom.current, data]);
|
}, [treeDom.current, data]);
|
||||||
|
|
||||||
|
useHotkeys(
|
||||||
|
'meta+s',
|
||||||
|
(e) => {
|
||||||
|
if (isEditing) {
|
||||||
|
saveFile();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ enableOnFormTags: ['textarea'], preventDefault: true },
|
||||||
|
);
|
||||||
|
|
||||||
const action = (key: string | number) => {
|
const action = (key: string | number) => {
|
||||||
switch (key) {
|
switch (key) {
|
||||||
case 'save':
|
case 'save':
|
||||||
@@ -441,7 +463,24 @@ const Script = () => {
|
|||||||
return (
|
return (
|
||||||
<PageContainer
|
<PageContainer
|
||||||
className="ql-container-wrapper log-wrapper"
|
className="ql-container-wrapper log-wrapper"
|
||||||
title={select}
|
title={
|
||||||
|
<>
|
||||||
|
{select}
|
||||||
|
{currentNode?.type === 'file' && (
|
||||||
|
<span
|
||||||
|
style={{
|
||||||
|
marginLeft: 6,
|
||||||
|
fontSize: 12,
|
||||||
|
color: '#999',
|
||||||
|
display: 'inline-block',
|
||||||
|
height: 14,
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{prettyBytes(currentNode.size)}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</>
|
||||||
|
}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
extra={
|
extra={
|
||||||
isPhone
|
isPhone
|
||||||
@@ -543,6 +582,7 @@ const Script = () => {
|
|||||||
onExpand={onExpand}
|
onExpand={onExpand}
|
||||||
showLine={{ showLeafIcon: true }}
|
showLine={{ showLeafIcon: true }}
|
||||||
onSelect={onTreeSelect}
|
onSelect={onTreeSelect}
|
||||||
|
onDoubleClick={onDoubleClick}
|
||||||
></Tree>
|
></Tree>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
@@ -591,7 +631,8 @@ const Script = () => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{isLogModalVisible && <EditModal
|
{isLogModalVisible && (
|
||||||
|
<EditModal
|
||||||
visible={isLogModalVisible}
|
visible={isLogModalVisible}
|
||||||
treeData={data}
|
treeData={data}
|
||||||
currentNode={currentNode}
|
currentNode={currentNode}
|
||||||
@@ -599,7 +640,8 @@ const Script = () => {
|
|||||||
handleCancel={() => {
|
handleCancel={() => {
|
||||||
setIsLogModalVisible(false);
|
setIsLogModalVisible(false);
|
||||||
}}
|
}}
|
||||||
/>}
|
/>
|
||||||
|
)}
|
||||||
<EditScriptNameModal
|
<EditScriptNameModal
|
||||||
visible={isAddFileModalVisible}
|
visible={isAddFileModalVisible}
|
||||||
treeData={data}
|
treeData={data}
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ const SaveModal = ({
|
|||||||
message.success(intl.get('保存文件成功'));
|
message.success(intl.get('保存文件成功'));
|
||||||
handleCancel(data);
|
handleCancel(data);
|
||||||
}
|
}
|
||||||
|
})
|
||||||
|
.finally(() => {
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1,225 @@
|
|||||||
|
import intl from 'react-intl-universal';
|
||||||
|
import React, { useState, useEffect, useRef } from 'react';
|
||||||
|
import { Button, InputNumber, Form, message, Input, Alert } from 'antd';
|
||||||
|
import config from '@/utils/config';
|
||||||
|
import { request } from '@/utils/http';
|
||||||
|
import './index.less';
|
||||||
|
import Ansi from 'ansi-to-react';
|
||||||
|
import pick from 'lodash/pick';
|
||||||
|
import WebSocketManager from '@/utils/websocket';
|
||||||
|
|
||||||
|
const dataMap = {
|
||||||
|
'dependence-proxy': 'dependenceProxy',
|
||||||
|
'node-mirror': 'nodeMirror',
|
||||||
|
'python-mirror': 'pythonMirror',
|
||||||
|
'linux-mirror': 'linuxMirror',
|
||||||
|
};
|
||||||
|
|
||||||
|
const Dependence = () => {
|
||||||
|
const [systemConfig, setSystemConfig] = useState<{
|
||||||
|
dependenceProxy?: string;
|
||||||
|
nodeMirror?: string;
|
||||||
|
pythonMirror?: string;
|
||||||
|
linuxMirror?: string;
|
||||||
|
}>();
|
||||||
|
const [form] = Form.useForm();
|
||||||
|
const [log, setLog] = useState<string>('');
|
||||||
|
const [loading, setLoading] = useState<boolean>(false);
|
||||||
|
|
||||||
|
const getSystemConfig = () => {
|
||||||
|
request
|
||||||
|
.get(`${config.apiPrefix}system/config`)
|
||||||
|
.then(({ code, data }) => {
|
||||||
|
if (code === 200 && data.info) {
|
||||||
|
setSystemConfig(data.info);
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((error: any) => {
|
||||||
|
console.log(error);
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const updateSystemConfigStream = (path: keyof typeof dataMap) => {
|
||||||
|
setLoading(true);
|
||||||
|
setLog('in progress...\n');
|
||||||
|
request
|
||||||
|
.put<string>(
|
||||||
|
`${config.apiPrefix}system/config/${path}`,
|
||||||
|
pick(systemConfig, dataMap[path]),
|
||||||
|
)
|
||||||
|
.then((res) => {})
|
||||||
|
.catch((error: any) => {
|
||||||
|
console.log(error);
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const updateSystemConfig = (path: keyof typeof dataMap) => {
|
||||||
|
setLoading(true);
|
||||||
|
setLog('');
|
||||||
|
request
|
||||||
|
.put(
|
||||||
|
`${config.apiPrefix}system/config/${path}`,
|
||||||
|
pick(systemConfig, dataMap[path]),
|
||||||
|
)
|
||||||
|
.then(({ code, data }) => {
|
||||||
|
if (code === 200) {
|
||||||
|
message.success(intl.get('更新成功'));
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((error: any) => {
|
||||||
|
console.log(error);
|
||||||
|
})
|
||||||
|
.finally(() => setLoading(false));
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleMessage = (payload: any) => {
|
||||||
|
const { message } = payload;
|
||||||
|
setLog((p) => `${p}${message}`);
|
||||||
|
if (
|
||||||
|
message.includes('update node mirror end') ||
|
||||||
|
message.includes('update linux mirror end')
|
||||||
|
) {
|
||||||
|
setLoading(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const ws = WebSocketManager.getInstance();
|
||||||
|
ws.subscribe('updateNodeMirror', handleMessage);
|
||||||
|
ws.subscribe('updateLinuxMirror', handleMessage);
|
||||||
|
|
||||||
|
return () => {
|
||||||
|
ws.subscribe('updateNodeMirror', handleMessage);
|
||||||
|
ws.unsubscribe('updateLinuxMirror', handleMessage);
|
||||||
|
};
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
getSystemConfig();
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="dependence-config-wrapper">
|
||||||
|
<Form layout="vertical" form={form} style={{ flexShrink: 0 }}>
|
||||||
|
<Form.Item
|
||||||
|
label={intl.get('代理')}
|
||||||
|
name="proxy"
|
||||||
|
extra={intl.get('代理与镜像源二选一即可')}
|
||||||
|
>
|
||||||
|
<Input.Group compact>
|
||||||
|
<Input
|
||||||
|
placeholder={intl.get('代理地址, 支持HTTP(S)/SOCK5')}
|
||||||
|
style={{ width: 360 }}
|
||||||
|
value={systemConfig?.dependenceProxy}
|
||||||
|
onChange={(e) => {
|
||||||
|
setSystemConfig({
|
||||||
|
...systemConfig,
|
||||||
|
dependenceProxy: e.target.value,
|
||||||
|
});
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
loading={loading}
|
||||||
|
onClick={() => {
|
||||||
|
updateSystemConfig('dependence-proxy');
|
||||||
|
}}
|
||||||
|
style={{ width: 100 }}
|
||||||
|
>
|
||||||
|
{intl.get('确认')}
|
||||||
|
</Button>
|
||||||
|
</Input.Group>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item label={intl.get('Node 软件包镜像源')} name="node">
|
||||||
|
<Input.Group compact>
|
||||||
|
<Input
|
||||||
|
style={{ width: 360 }}
|
||||||
|
placeholder={intl.get('NPM 镜像源')}
|
||||||
|
value={systemConfig?.nodeMirror}
|
||||||
|
onChange={(e) => {
|
||||||
|
setSystemConfig({
|
||||||
|
...systemConfig,
|
||||||
|
nodeMirror: e.target.value,
|
||||||
|
});
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
loading={loading}
|
||||||
|
onClick={() => {
|
||||||
|
updateSystemConfigStream('node-mirror');
|
||||||
|
}}
|
||||||
|
style={{ width: 100 }}
|
||||||
|
>
|
||||||
|
{intl.get('确认')}
|
||||||
|
</Button>
|
||||||
|
</Input.Group>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item label={intl.get('Python 软件包镜像源')} name="python">
|
||||||
|
<Input.Group compact>
|
||||||
|
<Input
|
||||||
|
style={{ width: 360 }}
|
||||||
|
placeholder={intl.get('PyPI 镜像源')}
|
||||||
|
value={systemConfig?.pythonMirror}
|
||||||
|
onChange={(e) => {
|
||||||
|
setSystemConfig({
|
||||||
|
...systemConfig,
|
||||||
|
pythonMirror: e.target.value,
|
||||||
|
});
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
loading={loading}
|
||||||
|
onClick={() => {
|
||||||
|
updateSystemConfig('python-mirror');
|
||||||
|
}}
|
||||||
|
style={{ width: 100 }}
|
||||||
|
>
|
||||||
|
{intl.get('确认')}
|
||||||
|
</Button>
|
||||||
|
</Input.Group>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item label={intl.get('Linux 软件包镜像源')} name="linux">
|
||||||
|
<Input.Group compact>
|
||||||
|
<Input
|
||||||
|
style={{ width: 360 }}
|
||||||
|
placeholder={intl.get(
|
||||||
|
'alpine linux 镜像源, 例如 https://mirrors.aliyun.com',
|
||||||
|
)}
|
||||||
|
value={systemConfig?.linuxMirror}
|
||||||
|
onChange={(e) => {
|
||||||
|
setSystemConfig({
|
||||||
|
...systemConfig,
|
||||||
|
linuxMirror: e.target.value,
|
||||||
|
});
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
loading={loading}
|
||||||
|
onClick={() => {
|
||||||
|
updateSystemConfigStream('linux-mirror');
|
||||||
|
}}
|
||||||
|
style={{ width: 100 }}
|
||||||
|
>
|
||||||
|
{intl.get('确认')}
|
||||||
|
</Button>
|
||||||
|
</Input.Group>
|
||||||
|
</Form.Item>
|
||||||
|
</Form>
|
||||||
|
<pre
|
||||||
|
style={{
|
||||||
|
fontFamily: 'Source Code Pro',
|
||||||
|
zoom: 0.83,
|
||||||
|
maxHeight: '100%',
|
||||||
|
overflowY: 'auto',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Ansi>{log}</Ansi>
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Dependence;
|
||||||
@@ -27,3 +27,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dependence-config-wrapper {
|
||||||
|
display: flex;
|
||||||
|
gap: 40px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ import { SharedContext } from '@/layouts';
|
|||||||
import './index.less';
|
import './index.less';
|
||||||
import useResizeObserver from '@react-hook/resize-observer';
|
import useResizeObserver from '@react-hook/resize-observer';
|
||||||
import SystemLog from './systemLog';
|
import SystemLog from './systemLog';
|
||||||
|
import Dependence from './dependence';
|
||||||
|
|
||||||
const { Text } = Typography;
|
const { Text } = Typography;
|
||||||
const isDemoEnv = window.__ENV__DeployEnv === 'demo';
|
const isDemoEnv = window.__ENV__DeployEnv === 'demo';
|
||||||
@@ -354,6 +355,11 @@ const Setting = () => {
|
|||||||
label: intl.get('登录日志'),
|
label: intl.get('登录日志'),
|
||||||
children: <LoginLog data={loginLogData} />,
|
children: <LoginLog data={loginLogData} />,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'dependence',
|
||||||
|
label: intl.get('依赖设置'),
|
||||||
|
children: <Dependence />
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'other',
|
key: 'other',
|
||||||
label: intl.get('其他设置'),
|
label: intl.get('其他设置'),
|
||||||
|
|||||||
@@ -21,6 +21,12 @@ import './index.less';
|
|||||||
import { UploadOutlined } from '@ant-design/icons';
|
import { UploadOutlined } from '@ant-design/icons';
|
||||||
import Countdown from 'antd/lib/statistic/Countdown';
|
import Countdown from 'antd/lib/statistic/Countdown';
|
||||||
import useProgress from './progress';
|
import useProgress from './progress';
|
||||||
|
import pick from 'lodash/pick';
|
||||||
|
|
||||||
|
const dataMap = {
|
||||||
|
'log-remove-frequency': 'logRemoveFrequency',
|
||||||
|
'cron-concurrency': 'cronConcurrency',
|
||||||
|
};
|
||||||
|
|
||||||
const Other = ({
|
const Other = ({
|
||||||
systemInfo,
|
systemInfo,
|
||||||
@@ -32,7 +38,6 @@ const Other = ({
|
|||||||
cronConcurrency?: number | null;
|
cronConcurrency?: number | null;
|
||||||
}>();
|
}>();
|
||||||
const [form] = Form.useForm();
|
const [form] = Form.useForm();
|
||||||
const modalRef = useRef<any>();
|
|
||||||
const [exportLoading, setExportLoading] = useState(false);
|
const [exportLoading, setExportLoading] = useState(false);
|
||||||
const showUploadProgress = useProgress(intl.get('上传'));
|
const showUploadProgress = useProgress(intl.get('上传'));
|
||||||
const showDownloadProgress = useProgress(intl.get('下载'));
|
const showDownloadProgress = useProgress(intl.get('下载'));
|
||||||
@@ -80,9 +85,12 @@ const Other = ({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const updateSystemConfig = () => {
|
const updateSystemConfig = (path: keyof typeof dataMap) => {
|
||||||
request
|
request
|
||||||
.put(`${config.apiPrefix}system/config`, systemConfig)
|
.put(
|
||||||
|
`${config.apiPrefix}system/config/${path}`,
|
||||||
|
pick(systemConfig, dataMap[path]),
|
||||||
|
)
|
||||||
.then(({ code, data }) => {
|
.then(({ code, data }) => {
|
||||||
if (code === 200) {
|
if (code === 200) {
|
||||||
message.success(intl.get('更新成功'));
|
message.success(intl.get('更新成功'));
|
||||||
@@ -124,7 +132,12 @@ const Other = ({
|
|||||||
maskClosable: false,
|
maskClosable: false,
|
||||||
title: intl.get('确认重启'),
|
title: intl.get('确认重启'),
|
||||||
centered: true,
|
centered: true,
|
||||||
content: intl.get('备份数据上传成功,确认覆盖数据'),
|
content: (
|
||||||
|
<>
|
||||||
|
<div>{intl.get('备份数据上传成功,确认覆盖数据')}</div>
|
||||||
|
<div>{intl.get('如果恢复失败,可进入容器执行')} ql reload data</div>
|
||||||
|
</>
|
||||||
|
),
|
||||||
okText: intl.get('重启'),
|
okText: intl.get('重启'),
|
||||||
onOk() {
|
onOk() {
|
||||||
request
|
request
|
||||||
@@ -207,7 +220,9 @@ const Other = ({
|
|||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
onClick={updateSystemConfig}
|
onClick={() => {
|
||||||
|
updateSystemConfig('log-remove-frequency');
|
||||||
|
}}
|
||||||
style={{ width: 84 }}
|
style={{ width: 84 }}
|
||||||
>
|
>
|
||||||
{intl.get('确认')}
|
{intl.get('确认')}
|
||||||
@@ -226,7 +241,9 @@ const Other = ({
|
|||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
onClick={updateSystemConfig}
|
onClick={() => {
|
||||||
|
updateSystemConfig('cron-concurrency');
|
||||||
|
}}
|
||||||
style={{ width: 84 }}
|
style={{ width: 84 }}
|
||||||
>
|
>
|
||||||
{intl.get('确认')}
|
{intl.get('确认')}
|
||||||
|
|||||||
+4
-2
@@ -3,6 +3,7 @@ const baseUrl = window.__ENV__QlBaseUrl || '/';
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
siteName: intl.get('青龙'),
|
siteName: intl.get('青龙'),
|
||||||
|
baseUrl,
|
||||||
apiPrefix: `${baseUrl}api/`,
|
apiPrefix: `${baseUrl}api/`,
|
||||||
authKey: 'token',
|
authKey: 'token',
|
||||||
|
|
||||||
@@ -320,12 +321,12 @@ export default {
|
|||||||
{
|
{
|
||||||
label: 'emailService',
|
label: 'emailService',
|
||||||
tip: intl.get(
|
tip: intl.get(
|
||||||
'邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://nodemailer.com/smtp/well-known/',
|
'邮箱服务名称,比如126、163、Gmail、QQ等,支持列表https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json',
|
||||||
),
|
),
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
{ label: 'emailUser', tip: intl.get('邮箱地址'), required: true },
|
{ label: 'emailUser', tip: intl.get('邮箱地址'), required: true },
|
||||||
{ label: 'emailPass', tip: intl.get('邮箱SMTP授权码'), required: true },
|
{ label: 'emailPass', tip: intl.get('SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定'), required: true },
|
||||||
],
|
],
|
||||||
pushMe: [
|
pushMe: [
|
||||||
{
|
{
|
||||||
@@ -369,6 +370,7 @@ export default {
|
|||||||
tip: intl.get('请求头Content-Type'),
|
tip: intl.get('请求头Content-Type'),
|
||||||
required: true,
|
required: true,
|
||||||
items: [
|
items: [
|
||||||
|
{ value: 'text/plain' },
|
||||||
{ value: 'application/json' },
|
{ value: 'application/json' },
|
||||||
{ value: 'multipart/form-data' },
|
{ value: 'multipart/form-data' },
|
||||||
{ value: 'application/x-www-form-urlencoded' },
|
{ value: 'application/x-www-form-urlencoded' },
|
||||||
|
|||||||
+4
-4
@@ -1,13 +1,13 @@
|
|||||||
import * as Sentry from '@sentry/react';
|
import * as Sentry from '@sentry/react';
|
||||||
import { Integrations } from '@sentry/tracing';
|
|
||||||
import { loader } from '@monaco-editor/react';
|
import { loader } from '@monaco-editor/react';
|
||||||
|
import config from './config';
|
||||||
|
|
||||||
export function init(version: string) {
|
export function init(version: string) {
|
||||||
// sentry监控 init
|
// sentry监控 init
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: 'https://3406424fb1dc4813a62d39e844a9d0ac@o1098464.ingest.sentry.io/6122818',
|
dsn: 'https://49b9ad1a6201bfe027db296ab7c6d672@o1098464.ingest.sentry.io/6122818',
|
||||||
integrations: [
|
integrations: [
|
||||||
new Integrations.BrowserTracing({
|
new Sentry.BrowserTracing({
|
||||||
shouldCreateSpanForRequest(url) {
|
shouldCreateSpanForRequest(url) {
|
||||||
return !url.includes('/api/ws') && !url.includes('/api/static');
|
return !url.includes('/api/ws') && !url.includes('/api/static');
|
||||||
},
|
},
|
||||||
@@ -27,7 +27,7 @@ export function init(version: string) {
|
|||||||
// monaco 编辑器配置cdn和locale
|
// monaco 编辑器配置cdn和locale
|
||||||
loader.config({
|
loader.config({
|
||||||
paths: {
|
paths: {
|
||||||
vs: 'https://cdn.staticfile.org/monaco-editor/0.33.0/min/vs',
|
vs: `${config.baseUrl}monaco-editor/min/vs`,
|
||||||
},
|
},
|
||||||
'vs/nls': {
|
'vs/nls': {
|
||||||
availableLanguages: {
|
availableLanguages: {
|
||||||
|
|||||||
+3
-1
@@ -5,4 +5,6 @@ export type SockMessageType =
|
|||||||
| 'updateSystemVersion'
|
| 'updateSystemVersion'
|
||||||
| 'manuallyRunScript'
|
| 'manuallyRunScript'
|
||||||
| 'runSubscriptionEnd'
|
| 'runSubscriptionEnd'
|
||||||
| 'reloadSystem';
|
| 'reloadSystem'
|
||||||
|
| 'updateNodeMirror'
|
||||||
|
| 'updateLinuxMirror';
|
||||||
|
|||||||
+27
-17
@@ -1,18 +1,28 @@
|
|||||||
version: 2.16.4
|
version: 2.17.0
|
||||||
changeLogLink: https://t.me/jiao_long/395
|
changeLogLink: https://t.me/jiao_long/401
|
||||||
publishTime: 2023-10-18 23:00
|
publishTime: 2024-01-17 23:00
|
||||||
changeLog: |
|
changeLog: |
|
||||||
1. 脚本推送增加自定义 webhook 方式
|
1. 系统设置增加依赖代理和镜像源设置
|
||||||
3. 增加 chronocat 无头模式的QQNT推送
|
2. 更新 python 版本为 3.11
|
||||||
2. task 命令支持给脚本传参,使用 -- 分割,后面的参数都会传给脚本
|
3. webhook 通知 body 增加 text/plain 类型,修复多定时任务服务重启未初始化
|
||||||
4. 系统日志增加置顶置底按钮
|
4. 重新安装依赖时不检查是否已安装
|
||||||
5. 定时任务详情增加额外定时展示
|
5. 配置管理、脚本管理增加双击目录进入编辑,ctrl/cmd + s 保存文件,感谢 https://github.com/luckrnx09
|
||||||
6. 定时任务增加前后规则校验,不能包含 task 命令
|
6. 系统设置增加依赖代理和镜像设置
|
||||||
7. 修复定时任务间隔较小,任务状态不准确
|
7. 通知参数 TG_API_HOST 改为以 http 开头
|
||||||
8. 修复定时任务日志滚动
|
8. 修改对比工具数据源,修复编辑器语言
|
||||||
9. 修复 QlBaseUrl 末尾不加斜杠无法访问
|
9. 修改获取登录 ip 和 ip 地址方式
|
||||||
10. 修复定时任务详情页查看历史日志异常
|
10. 修复备份数据 60 秒中断
|
||||||
11. 修复定时任务添加 task_after 命令无法停止
|
11. 移除 config.sh 中 PipMirror 和 NpmMirror 配置
|
||||||
12. 修复清空文件夹报错
|
12. 修复健康检查命令
|
||||||
13. 修复设置代理时, schedule 服务通信异常
|
13. JavaScript 通知文件 tunnel 替换为 hpagent,移除 scripts 目录下 package.json
|
||||||
14. 其他优化
|
14. 日志和脚本增加文件大小展示,修改脚本管理列表排序
|
||||||
|
15. 修复 notify.js smtp 通知
|
||||||
|
16. 修改 schedule 服务代理环境变量
|
||||||
|
17. 修复任务详情脚本行数展示
|
||||||
|
18. 修复自定义通知 body 中 key 被自动转为小写
|
||||||
|
19. 修复初始化设置通知 shell 映射,邮箱通知错误提示
|
||||||
|
20. 修复邮件服务支持列表链接失效,感谢 https://github.com/Tunglies
|
||||||
|
21. 修复 chronocat 通知成功判断,感谢 https://github.com/youfak
|
||||||
|
22. 修复 chronocat 调用就结束执行的问题,感谢 https://github.com/6dylan6
|
||||||
|
23. 移除随机延迟相关配置及 ProxyUrl 默认值,修复拉库通知可能失败
|
||||||
|
24. 其他 bug 修复
|
||||||
|
|||||||
Reference in New Issue
Block a user