重构私有仓库ssh配置逻辑

This commit is contained in:
whyour
2023-04-06 13:38:55 +08:00
parent 083c8869aa
commit b27ee23cc3
5 changed files with 2706 additions and 3302 deletions
+2
View File
@@ -27,6 +27,7 @@ const bakPath = path.join(dataPath, 'bak/');
const logPath = path.join(dataPath, 'log/');
const dbPath = path.join(dataPath, 'db/');
const uploadPath = path.join(dataPath, 'upload/');
const sshdPath = path.join(dataPath, 'ssh.d/');
const envFile = path.join(configPath, 'env.sh');
const confFile = path.join(configPath, 'config.sh');
@@ -95,4 +96,5 @@ export default {
versionFile,
lastVersionFile,
sqliteFile,
sshdPath,
};