Read secret from docker secrets

This commit is contained in:
2025-11-01 11:09:59 +07:00
parent 04c48e67b8
commit bec4c0af97
9 changed files with 130 additions and 283 deletions

View File

@@ -9,7 +9,6 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@bitwarden/sdk-napi": "1.0.0",
"@fastify/autoload": "^6.0.0",
"@fastify/cookie": "^11.0.1",
"@fastify/cors": "^11.0.0",
@@ -82,85 +81,6 @@
"node": ">=18"
}
},
"node_modules/@bitwarden/sdk-napi": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@bitwarden/sdk-napi/-/sdk-napi-1.0.0.tgz",
"integrity": "sha512-KrOXiuuQdVBvIM4l7XGrKl8otA9tSEKHjRQr0nF71eyCmIDzOV2kt/gchgLK42exGGuD/JcmmgnXx/j+U6W/+g==",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">= 10"
},
"optionalDependencies": {
"@bitwarden/sdk-napi-darwin-arm64": "1.0.0",
"@bitwarden/sdk-napi-darwin-x64": "1.0.0",
"@bitwarden/sdk-napi-linux-x64-gnu": "1.0.0",
"@bitwarden/sdk-napi-win32-x64-msvc": "1.0.0"
}
},
"node_modules/@bitwarden/sdk-napi-darwin-arm64": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@bitwarden/sdk-napi-darwin-arm64/-/sdk-napi-darwin-arm64-1.0.0.tgz",
"integrity": "sha512-0W6P2VByGFqYIf6bkI7qKWlXPGhG9KFibrN14pvllFIkbNRaz3hktMOLJ/JdWZVmdHrz0R5xmAVldbIWNMjFOA==",
"cpu": [
"arm64"
],
"license": "SEE LICENSE IN LICENSE",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@bitwarden/sdk-napi-darwin-x64": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@bitwarden/sdk-napi-darwin-x64/-/sdk-napi-darwin-x64-1.0.0.tgz",
"integrity": "sha512-Esyg8sktE50U+g12lL/xe68hgc5y78jPPV9maNcKTO9EWdde4RIx9u3xEpbYk5fyHaeMFXdo3TK8A8qLD34X5w==",
"cpu": [
"x64"
],
"license": "SEE LICENSE IN LICENSE",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@bitwarden/sdk-napi-linux-x64-gnu": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@bitwarden/sdk-napi-linux-x64-gnu/-/sdk-napi-linux-x64-gnu-1.0.0.tgz",
"integrity": "sha512-PBGEOq9saYuBBthCq5jAr7eQSyEmQylB+kwsuT0j666VXT124a3YjDGgobPYaR9KN/IRDQ5h2Tysuy1pojx10A==",
"cpu": [
"x64"
],
"license": "SEE LICENSE IN LICENSE",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@bitwarden/sdk-napi-win32-x64-msvc": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@bitwarden/sdk-napi-win32-x64-msvc/-/sdk-napi-win32-x64-msvc-1.0.0.tgz",
"integrity": "sha512-cu92XYjsOWEVECyohGtLxiXcMJMVui+nDJtyNg52iGDeAzWQ7QZh0/bcjkymTCuGoqRD3sT0cCs+5PbW66K2XQ==",
"cpu": [
"x64"
],
"license": "SEE LICENSE IN LICENSE",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@esbuild/aix-ppc64": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.1.tgz",