mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】SSH地址支持域名形式
【新增】支持自定义监控端口 【新增】通知类型-企业微信 【新增】申请证书(Buypass)、自定义ACME服务器地址 【新增】授权API管理(namesilo、Bunny、Gcore、name.com、京东云)
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user