Embedding Prosody using AppImage:
Thanks to this commit, there is no more need to manually install Prosody on the server. The plugin now build and embed an AppImage of Prosody. In this commit: * building and using a Prosody AppImage. * Adding a launcher in the AppImage: the first command argument tells if we want to run prosody or prosodyctl * prosodyCtl functions now uses the AppImage. * Prosody AppImage: extract once at the startup, then run the squashfs
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -21,10 +21,21 @@ the server will try to use the new mode after updating the plugin.
|
||||
If you don't want the chat server to be active, just uninstall the plugin
|
||||
(settings won't be lost, you just have to download it again).
|
||||
|
||||
### Important Notes
|
||||
|
||||
This version of the plugin comes with a builtin Prosody AppImage.
|
||||
|
||||
If you were using this plugin before this version, and if you had installed Prosody manually,
|
||||
you can safely uninstall Prosody.
|
||||
|
||||
If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official
|
||||
Peertube image.
|
||||
|
||||
### New Features
|
||||
|
||||
* Removed deprecated modes, only keeping «Prosody server controlled by Peertube».
|
||||
* BOSH proxy optimization + enabling websocket.
|
||||
* Builtin Prosody AppImage. No more manual installation required.
|
||||
|
||||
### Changes
|
||||
|
||||
|
Reference in New Issue
Block a user