Fix #100: API endpoint enhancement

Bypassing Nginx for API call originated from Prosody (if Peertube >=5.1).
Can also fix some Docker setup, which needed to set the prosody-peertube-uri settings.
This commit is contained in:
John Livingston
2023-08-02 17:05:37 +02:00
committed by John Livingston
parent f7a32e95d4
commit 609b9e99ec
39 changed files with 648 additions and 85 deletions

View File

@ -29,6 +29,8 @@ In some case (like for some Docker Peertube installation), the diagnostic tools
In such case, try changing the "{{% livechat_label prosody_peertube_uri_label %}}" settings, by setting `http://127.0.0.1:9000` (assuming 9000 is the port on which Peertube listen, ask your instance administrators if you don't know).
Check the help for [this settings](/peertube-plugin-livechat/documentation/admin/settings/) for more information.
### Websocket
If everything is fine in the diagnostic tools, but chat windows remains empty: it can be a Websocket issue.