rtritto
rtritto
Will be fixed with https://github.com/mongo-express/mongo-express-docker/pull/82
@BlackthornYugen can this PR be reopened and merged? FYI @shakaran
> @rtritto @slasktrat @shakaran maybe a better idea is to support "plugins" for mongo-express, and we can have a plugin that allows raw commands that some users can choose to...
Changes of this PR: - removes this env vars: ```config ME_CONFIG_MONGODB_ENABLE_ADMIN="true" ME_CONFIG_BASICAUTH_USERNAME="" ME_CONFIG_BASICAUTH_PASSWORD="" ME_CONFIG_BASICAUTH_USERNAME_FILE="" ME_CONFIG_BASICAUTH_PASSWORD_FILE="" ME_CONFIG_MONGODB_ADMINUSERNAME_FILE="" ME_CONFIG_MONGODB_ADMINPASSWORD_FILE="" ME_CONFIG_MONGODB_AUTH_USERNAME_FILE="" ME_CONFIG_MONGODB_AUTH_PASSWORD_FILE="" ME_CONFIG_MONGODB_CA_FILE="" ``` Maybe the only usefull env var to leave is...
Rebased. @BlackthornYugen @shakaran did some changes, but container is locked: ```console $ cross-env NODE_ENV=production node app.js No custom config.js found, loading config.default.js Welcome to mongo-express ------------------------ ``` Note: to test...
> > > > See this change in my fork for the config.js file > > https://github.com/shakaran/mongo-express-docker/blob/master/Dockerfile#L30 > > It is related to WORKDIR I try to run _start_ script...
@shakaran I missed some env vars, now it works! With `COPY . .`, all files are copied to current working directory, so `RUN cp ... ...` command for _config.js_ file...
@MahdiAbbasi95 thanks, I did a commit.
_README_ needs the _UUID_ in BSON types.
@shakaran I updated the README. Currently only work: `UUID()` or `new UUID()`. To generate new UUID `UUID()` or `new UUID()`, there is the bug https://github.com/mongodb-js/query-parser/issues/114. I'm fixing another bug on...