Live web Chatwoot¶
If you want to offer a communication channel for users. We propose this simple and powerful solution.
Chatwoot is live chat software. It’s open source and has a great community. You can access the code here.
You need a Chatwoot server, you have differents options. If you are interested in self-hosted follow this guide.
Here you will not find a chatwoot manual, only a few steps to embed your widget code.
Once you have the widget you have to paste it in two files.
Define widget in rvd_front.conf¶
In /etc/rvd_front.conf
configure the path to widget code. For example, `chatwoot_widget.js`
,widget => ‘/js/custom/chatwoot_widget.js’
Copy your code in the file: /usr/share/ravada/public/js/custom/chatwoot_widget.js
.


And restart rvd_front service:
systemctl restart rvd_front