User Tools

Site Tools


computing:nmbbb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:nmbbb [2021/10/30 04:08] oemb1905computing:nmbbb [2022/07/16 05:22] oemb1905
Line 36: Line 36:
   bundle exec rails c   bundle exec rails c
   User.find_by(email: "<email of user to reset>").update_attribute(:password,"<new password>")   User.find_by(email: "<email of user to reset>").update_attribute(:password,"<new password>")
 +  
 +Disabled ipv6 since BR does not support. Open the xml file and change the line to listen to local host only.
  
- --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/04/30 15:02//+  nano /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml 
 +  <param name="listen-ip" value="127.0.0.1"/> 
 +   
 +Starting greenlight: 
 + 
 +  cd ~/greenlight 
 +  docker-compose up -d 
 +   
 + 
 + 
 + --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/07/15 23:22//
computing/nmbbb.txt · Last modified: 2022/11/12 05:23 by oemb1905