【调整】SSH地址支持域名形式

【新增】支持自定义监控端口
【新增】通知类型-企业微信
【新增】申请证书(Buypass)、自定义ACME服务器地址
【新增】授权API管理(namesilo、Bunny、Gcore、name.com、京东云)
This commit is contained in:
chudong
2025-06-07 17:37:42 +08:00
parent 87ae1c9570
commit f0d83d23c6
106 changed files with 1570 additions and 223 deletions

View File

@@ -87,14 +87,14 @@ export default defineConfig({
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
// {
// host: '192.168.168.25',
// port: 22,
// username: 'root',
// password: 'qweqwe123',
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
{
host: '192.168.69.167',
port: 22,
username: 'root',
password: 'www.bt.cn',
remotePath: '/www/allinssl/frontend',
clearRemote: true,
},
]),
// 项目同步git
pluginProjectSyncGit({
@@ -105,13 +105,12 @@ export default defineConfig({
// targetDir: 'allinssl-gitlab',
// discardChanges: true,
// },
{
repo: 'https://github.com/allinssl/allinssl.git',
branch: '1.0.4',
targetDir: 'allinssl-github',
discardChanges: true,
},
// {
// repo: 'https://github.com/allinssl/allinssl.git',
// branch: '1.0.4',
// targetDir: 'allinssl-github',
// discardChanges: true,
// },
],
localSync: [
{