ssh! и документы

This commit is contained in:
Georgiy Syralev
2025-10-12 15:20:39 +03:00
parent 141955dd46
commit 4211692312
50 changed files with 920 additions and 1333 deletions

24
package-lock.json generated
View File

@@ -11,7 +11,8 @@
"dotenv": "^17.2.2",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"prisma": "^6.16.1"
"prisma": "^6.16.1",
"proxmox-api": "^1.1.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
@@ -2635,6 +2636,18 @@
"node": ">= 0.6.0"
}
},
"node_modules/proxmox-api": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/proxmox-api/-/proxmox-api-1.1.1.tgz",
"integrity": "sha512-2qH7pxKBBHa7WtEBmxPaBY2FZEH2R04hqr9zD9PmErLzJ7RGGcfNcXoS/v5G4vBM2Igmnx0EAYBstPwwfDwHnA==",
"license": "GPL-3.0",
"dependencies": {
"undici": "^6.19.8"
},
"funding": {
"url": "https://github.com/sponsors/urielch"
}
},
"node_modules/proxy-addr": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
@@ -3479,6 +3492,15 @@
"node": ">=14.17"
}
},
"node_modules/undici": {
"version": "6.22.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.22.0.tgz",
"integrity": "sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw==",
"license": "MIT",
"engines": {
"node": ">=18.17"
}
},
"node_modules/undici-types": {
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.11.0.tgz",