Mongoku

🔥The Web-scale GUI for MongoDB

MIT License

Downloads
1.8K
Stars
1.3K
Committers
8

Bot releases are hidden (Show)

Mongoku - 1.3.0 Latest Release

Published by n1t0 about 5 years ago

  • New project field (see MongoDB Doc for more info)
  • Some configuration through environment variables
  • Real documents count (fallback to estimate after a timeout)
  • Fixed a bug that prevented from serving Mongoku under a nested location (ie website.com/mongoku)

As usual, update your current version with:

NPM

npm install -g mongoku

Docker

docker run -d --name mongoku -p 3100:3100 huggingface/mongoku:1.3.0
Mongoku - v1.2.0

Published by n1t0 over 5 years ago

  • Update mongodb driver
  • Fixes an issue with authentication
  • Fixes an issue with replica-sets

As usual, update your current version with:

NPM

npm install -g mongoku

Docker

docker run -d --name mongoku -p 3100:3100 huggingface/mongoku:1.2.0