peertube-plugin-livechat icon indicating copy to clipboard operation
peertube-plugin-livechat copied to clipboard

Builtin Prosody compatible with docker

Open JohnXLivingston opened this issue 3 years ago • 3 comments

Make the builtin Prosody work with docker installations, and make the corresponding documentation.

JohnXLivingston avatar Apr 27 '21 15:04 JohnXLivingston

Should be ok: https://framacolibri.org/t/peertube-plugin-livechat-v1-0-1-is-out/11140/11?

Only one thing to fix: the Prosody process is running twice. I need to find how to prevent the system to start the process automatically.

JohnXLivingston avatar Jun 01 '21 19:06 JohnXLivingston

Note for myself, try this:

https://askubuntu.com/questions/779554/how-to-install-apt-package-without-starting-systemd-process

apt-get download prosody
sudo dpkg --unpack prosody.deb

JohnXLivingston avatar Jun 17 '21 16:06 JohnXLivingston

Or this: https://major.io/2016/05/05/preventing-ubuntu-16-04-starting-daemons-package-installed/

ln -s /dev/null /etc/systemd/system/prosody.service

(before installing prosody)

JohnXLivingston avatar Jun 17 '21 16:06 JohnXLivingston

Done, and will be simplier with v6.

JohnXLivingston avatar Nov 18 '22 11:11 JohnXLivingston