Changes

From SME Server
Jump to navigationJump to search
322 bytes added ,  19:38, 26 January 2023
Line 322: Line 322:  
Docker Compose  (because it makes it easier to template)
 
Docker Compose  (because it makes it easier to template)
 
https://github.com/docker/compose/releases
 
https://github.com/docker/compose/releases
 +
 +
Docker environment settings to disable 2FA
 +
 +
  - OVERWRITE_SETTING_Accounts_TwoFactorAuthentication_Enforce_Password_Fallback=false
 +
  - OVERWRITE_SETTING_Accounts_TwoFactorAuthentication_Enabled=false
    
Mongo (I prefer to run a full instance rather than a docker one)
 
Mongo (I prefer to run a full instance rather than a docker one)
 
https://wiki.contribs.org/MongoDB
 
https://wiki.contribs.org/MongoDB
   −
Make sure you add replicaset support in Mongo
+
Make sure you add replicaset support in Mongo and set it up:
 +
 
 +
mongo --eval "printjson(rs.initiate())"
 +
 
    
I'll add more later, and try and make a full contrib in due course
 
I'll add more later, and try and make a full contrib in due course
 +
 +
FAQ
 +
 +
https://handbook.rocket.chat/company/tools/rocket.chat

Navigation menu