-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature]: 企业版 docker 预装node-red,并集成身份验证 #7002
- Loading branch information
Showing
4 changed files
with
89 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
{ | ||
"name": "nodered-app", | ||
"version": "1.0.0", | ||
"private": "true", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "node-red --settings settings.js" | ||
}, | ||
"dependencies": { | ||
"@steedos/node-red-contrib-steedos": "^2.4.1", | ||
"ioredis": "^5.3.2", | ||
"lodash": "^4.17.21", | ||
"node-red": "^3.1.12", | ||
"node-red-dashboard": "^3.4.0" | ||
} | ||
"name": "nodered-app", | ||
"version": "1.0.0", | ||
"private": "true", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "node-red --settings settings.js" | ||
}, | ||
"dependencies": { | ||
"@steedos/node-red-contrib-steedos": "^2.4.1", | ||
"axios": "1.7.7", | ||
"ioredis": "^5.3.2", | ||
"lodash": "^4.17.21", | ||
"node-red": "^3.1.12", | ||
"node-red-dashboard": "^3.4.0", | ||
"passport": "0.7.0", | ||
"passport-custom": "1.1.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters