forked from NginxProxyManager/nginx-proxy-manager
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add grpc usptream support/dep updates/merge upstream/armv7 support
Signed-off-by: Zoey <[email protected]>
- Loading branch information
Showing
35 changed files
with
329 additions
and
496 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
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
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
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 |
---|---|---|
|
@@ -4,40 +4,40 @@ | |
"description": "A beautiful interface for creating Nginx endpoints", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@apidevtools/json-schema-ref-parser": "11.9.0", | ||
"@apidevtools/json-schema-ref-parser": "11.9.1", | ||
"apache-md5": "1.1.8", | ||
"ajv": "8.17.1", | ||
"archiver": "7.0.1", | ||
"batchflow": "0.4.0", | ||
"bcrypt": "5.1.1", | ||
"better-sqlite3": "11.8.1", | ||
"body-parser": "2.0.2", | ||
"compression": "1.7.5", | ||
"body-parser": "2.1.0", | ||
"compression": "1.8.0", | ||
"express": "4.21.2", | ||
"express-fileupload": "1.5.1", | ||
"gravatar": "1.8.2", | ||
"jsonwebtoken": "9.0.2", | ||
"knex": "3.1.0", | ||
"liquidjs": "10.20.3", | ||
"liquidjs": "10.21.0", | ||
"lodash": "4.17.21", | ||
"moment": "2.30.1", | ||
"mysql2": "3.12.0", | ||
"node-rsa": "1.1.1", | ||
"objection": "3.1.5", | ||
"path": "0.12.7", | ||
"pg": "8.13.1", | ||
"pg": "8.13.3", | ||
"signale": "1.4.0" | ||
}, | ||
"author": "Jamie Curnow <[email protected]> and ZoeyVid <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@apidevtools/swagger-parser": "10.1.1", | ||
"@eslint/js": "9.20.0", | ||
"eslint": "9.20.0", | ||
"@eslint/js": "9.21.0", | ||
"eslint": "9.21.0", | ||
"eslint-config-prettier": "10.0.1", | ||
"eslint-plugin-prettier": "5.2.3", | ||
"globals": "15.14.0", | ||
"prettier": "3.5.0" | ||
"globals": "16.0.0", | ||
"prettier": "3.5.2" | ||
}, | ||
"scripts": { | ||
"validate-schema": "node validate-schema.js" | ||
|
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.