mongo-express
mongo-express copied to clipboard
Web-based MongoDB admin interface, written with Node.js and express
I'm use docker-compose.yml and I have Multiple MongoDB. Ex:  How to connect to multiple databases. Thanks.
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/859) --- with checkbox opt-in closes #438 ref https://github.com/mongo-express/mongo-express/issues/81 
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/868) --- Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps...
Gives ``` mongo-express_1 | { MongoError: operation passed in cannot be an Array mongo-express_1 | at Function.MongoError.create (/node_modules/mongodb-core/lib/error.js:31:11) mongo-express_1 | at toError (/node_modules/mongodb/lib/utils.js:114:22) mongo-express_1 | at addToOperationsList (/node_modules/mongodb/lib/bulk/unordered.js:182:11) mongo-express_1 |...
I tried several times, and the docker-compose below finally works. if you only change ME_CONFIG_MONGODB_URL, it will not lead mongo-express to connect with mongo container. You should use ME_CONFIG_MONGODB_SERVER to...
Can't run mongo-express docker image: Fatal process OOM in insufficient memory to create an Isolate
Hi there, I opened a issue in mongo-express-docker repo but got no feedback, so i'm replying here. Original thread [here.](https://github.com/mongo-express/mongo-express-docker/issues/79) I'm trying to run this container directly on bash and...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/864) --- Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.58.2 to 6.0.1. Changelog Sourced from codemirror's changelog. 6.0.1 (2022-06-30) Bug fixes Work around limitations in tree-shaking software that prevented basicSetup from...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/862) --- Some of environment variables are not parse to boolean as it should. Variables like `ME_CONFIG_MONGODB_SSL` and `ME_CONFIG_MONGODB_SSLVALIDATE` are directly pass to mongodb driver and it's...
it is unclear and i assume not supported connecting to multiple hosts, only multiple databases on the same host. am i right? if i'm wrong, can you add in the...
I want to know, how to create unique index in collection via mongo-express. I try add ``` {unique: true} ``` but unique index never come up in list index collections