Variable | Description | Example |
---|---|---|
CONFIG | Directory where all configuration will be stored | /opt/jitsi-meet-cfg |
TZ | System Time Zone | Europe/Amsterdam |
HTTP_PORT | Exposed port for HTTP traffic | 8000 |
HTTPS_PORT | Exposed port for HTTPS traffic | 8443 |
DOCKER_HOST_ADDRESS | IP address of the Docker host, needed for LAN environments | 192.168.1.1 |
PUBLIC_URL | Public URL for the web service | https://meet.example.com |
What step have you completed so far?Hello,
When i try to connect Mongo via terminal in synology i get a message:
{"t":{"$date":"2020-09-20T09:09:32.294+00:00"},"s":"I", "c":"CONTROL", "id":20714, "ctx":"LogicalSessionCacheRefresh","msg":"Failed to refresh session cache, will try again at the next refresh interva
l","attr":{"error":"NotYetInitialized: Replication has not yet been configured"}}
{"t":{"$date":"2020-09-20T09:09:32.294+00:00"},"s":"I", "c":"CONTROL", "id":20711, "ctx":"LogicalSessionCacheReap","msg":"Failed to reap transaction table","attr":{"error":"NotYetInitialized: Replicat
ion has not yet been configured"}} ????
Try this before that commandOK, I have configured a container Mongo v. 4.4.1 with a parameter:
mongod --oplogSize 128 --replSet rs0
Mongo folder with files: View attachment 2134
View attachment 2135
View attachment 2136
Now I'd like to take this step:
mongo -u root -p yourRootPass --authenticationDatabase admin, but I am getting these errors.
db.createUser({user: "admin", pwd: "xxxxxxxx", roles: [{role: "readWrite", db: "db"}]})
You are running this inside the mongo container terminal yes?I received the message : bash: syntax error near unexpected token `{user:'
I have to say that I have never had a similar problem like this. What version of RC is this? 3.6.2?Browserslist: caniuse-lite is outdated. Please run next command `npm update`
➔ server.js:204 System ➔ error
Looks like your are missing one variable for the RC contianer considering that you have configured MongoDB as a replica instance.Yes, I am using this repo. RC v. 3.6.2
I deleted all the old garbage, the new folder and all over again.
View attachment 2140 View attachment 2141 View attachment 2142
MONGO_OPLOG_URL = [B]mongodb://root:[email protected]:27017/local?authSource=admin
[/B]Hope this is a typo considering that it needs to be MONGO_OPLOG_URL. Well apart from MONGO_URL and this variable those are it.MONGO_OPLOG_UR
failed to connect to server [db:27017] on first connect [MongoError: Authentication failed
Have you run the db.createUser command that’s mentioned in the tutorial as a note in case you do get similar errors?Hi, first of all thank you very much for this great tutorial!
But until know I was not successfull. I'm desperately trying to get this working, but to the very end, I get an error... I'm using the latest images described in the tutorial and followed every step. MongoDB is running, I get the "black screen" when connecting via telnet, which should be a good sign.
But, when starting Rocket.Chat, it is stopped after some seconds. The Log from the Docker UI shows me a MongoNetworkError:
Code:failed to connect to server [db:27017] on first connect [MongoError: Authentication failed
I tried the setup following the tutorial several times and checked every entry, but I don't know how to fix it or even which steps to take to get closer to the reason for this authentication problem.
Any help would be reallllyyyy appreciated![]()