Fix ambigous documentation.

This commit is contained in:
John Livingston 2021-02-22 16:36:40 +01:00
parent fb8d9ae3ad
commit cbb0b07292
2 changed files with 4 additions and 4 deletions

View File

@ -139,8 +139,8 @@ You have to place this file in /etc/prosody/conf.avail/peertube.im.your_domain.c
Replace peertube.im.your_domain with the domain you want. Replace peertube.im.your_domain with the domain you want.
Replace admin@im.your_domain with Jabber ids of users that you want to be admin for your server and public chatrooms. Replace admin@your_xmpp_provider_domain with Jabber ids of users that you want to be admin for your server and public chatrooms.
This user has to be on another virtualhost (which don't use anonymous authentication). This users have to be on another domain/virtualhost (which don't use anonymous authentication).
It can even be on another XMPP server. It can even be on another XMPP server.
If you have no XMPP account, remove the line (but you will not be able to moderate rooms). If you have no XMPP account, remove the line (but you will not be able to moderate rooms).

View File

@ -18,10 +18,10 @@ VirtualHost "peertube.im.your_domain"
} }
http_host = "peertube.im.your_domain" http_host = "peertube.im.your_domain"
http_external_url = "http://peertube.im.your_domain" http_external_url = "http://peertube.im.your_domain"
admins = { "admin@im.your_domain" } admins = { "admin@your_xmpp_provider_domain" }
Component "room.peertube.im.your_domain" "muc" Component "room.peertube.im.your_domain" "muc"
admins = { "admin@im.your_domain" } admins = { "admin@your_xmpp_provider_domain" }
restrict_room_creation = "local" restrict_room_creation = "local"
muc_room_locking = false muc_room_locking = false
muc_tombstones = false muc_tombstones = false