mongo-express
mongo-express copied to clipboard
Web-based MongoDB admin interface, written with Node.js and express
Hello We're using a password manager. This means that we can store strong usernames and passwords for different URLs. However, with the basic authentication, we can't save them. This means...
I run mongo-express in a container. The problem is that pagination isn't quite working as it should. I can't even find its config file, and the default page size of...
I have reported a vulnerability in the security tab 2 days back. Awaiting response.
The official **mongo-express:latest** Docker image has a hardcoded environment variable in its Dockerfile: ENV ME_CONFIG_MONGODB_URL="_mongodb://mongo:27017_" This prevents Kubernetes users from overriding the MongoDB URL in their Deployments. Even after defining...
I'm using mongo-express docker image with following envs: - ME_CONFIG_MONGODB_ENABLE_ADMIN: false - ME_CONFIG_MONGODB_AUTH_DATABASE: admin - ME_CONFIG_MONGODB_AUTH_USERNAME: - ME_CONFIG_MONGODB_AUTH_PASSWORD: So i want to use a specific user for the connection from...
branch: master latest commit ID: d832372 If `ME_CONFIG_OPTIONS_READONLY` is true, clicking the "Back" button from document page will return the following error: I tried to set `type="button"` to the button...
version: v1.0.2 (docker) reproduction steps: 1. create a database (eg: exportTest) 2. create a collection in this db (eg: test) 3. create a new document in this collection, eg: ```...
With the new changes to allow to have "login page" now the behavior on start if unable to connect has completely changed. https://github.com/mongo-express/mongo-express/blob/3f91f4267a7ea50ebbe82216b25c4cadd33cfdf3/lib/router.js#L67 On old versions it will fail, and...
Attempting to install mongoexpress on RHEL 9 results in a not useful error and the application not being installed . node v20.16.0, npm 510.8.1 Starting with a brand new user...
tested on 1.0.2 only on latest docker image (eae0385007e4) 13 docs - 1 page (hidden page selection) 72 docs - 8 pages 1046 docs - 105 pages 41461 docs -...