Initial commit

This commit is contained in:
2025-12-08 12:12:07 +07:00
commit 0b2e8c4c16
1238 changed files with 160253 additions and 0 deletions

17
server/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "bacula-web-api",
"version": "1.0.0",
"description": "Node.js middleware for Bacula Web Interface",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"pg": "^8.11.3",
"ssh2": "^1.17.0"
}
}