mongo-express
mongo-express copied to clipboard
Web-based MongoDB admin interface, written with Node.js and express
First of all: Thanks for this great tool! When I do an advanced query and then edit a document within it, the success/save button takes me back to simple query...
How to expand array when the table display 
i copy the config.default.js to config.js then i add the auth info in "auth" like ``` auth: [ /* * Add the name, username, and password of the databases you...
No option to specify separate database for usage and authentication except for ME_CONFIG_MONGODB_URL
Hello! Using this in a docker environment. Need to use it without admin privilleges with the same user that my backend uses. The issue is, the user is authorized against...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1540) - - - Bumps the patterns group with 4 updates in the / directory: [mongodb](https://github.com/mongodb/node-mongodb-native), [@cypress/code-coverage](https://github.com/cypress-io/code-coverage), [chai](https://github.com/chaijs/chai) and [cypress](https://github.com/cypress-io/cypress). Updates `mongodb` from 6.5.0 to 6.6.1 Release...
Steps: - Set ME_CONFIG_BASICAUTH_USERNAME to empty string; deploy the docker image. Result: You get a basic auth authentication login on your browser Expected result: No basic auth Remarks: As mentioned...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1534) - - - - Add support for apply local assets path from config
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1533) - - - ~~- For better compatible with project using npm only~~ ~~- Tested with node 18/20/22 (npm 10+)~~ Add support to package managers (not only...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1532) - - - Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨)...
I've the problem that when I open a large collection (~10.000.000 Obj, 22kb Avg, 100GB). I takes ages to load and I can see a COLLSCAN of _id in the...