Wednesday, February 19, 2025
support@conference.yunohost.org
February
Mon Tue Wed Thu Fri Sat Sun
          1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 25
26
27
28
   
             

[11:58:14] <sa> Hello
[11:58:53] <sa> I have two yunohost servers with different subdomains, each machine has different subdomains but they both share the same domain. The 2 machines have different public IP addresses, so I route each subdomain to the right machine through DNS.
[11:59:29] <sa> My second server is running Jitsi Meet at jitsimeet.mydomain.tld and it works ok. But I somewhere read that Jitsi Meet requires Prosody, is that correct? Do I have to do anything?
[12:00:16] <sa> On my first server, I used to run Metronome directly on the main domain and now I would like to install Prosody, on the main domain too. But, as I read this thing of Jitsi Meet and Prosody, now I don't know if it could be problematic to install Prosody on this machine.
[12:00:28] <sa> I fear there could be some DNS problem with Prosody in the case in the other machine Jitsi Meet had Prosody too.
[12:55:59] <Salamandar> I would say that if everything is contained per-subdomain, things would be fine
[12:56:25] <Salamandar> (TBH "main domains" like example.com are subdomains… from `com.` :D )
[12:57:27] <Salamandar> i think there are some DNS records you can add to say "this domain has this subdomain as XMPP server", you might just have to add multiple records of this kind
[13:05:55] <sa> Thank you
[13:09:03] <sa> What about this Jitsi Meet thing?
[13:09:09] <sa> Does it need Prosody?
[13:09:14] <sa> What for?
[13:12:12] <sa> If Jitsi Meet really needs Prosody, would I need to install it manually? Configure anything? How?
[14:45:32] <Aleks (he/him/il/lui)> there's a prosody app
[17:18:03] <sa> I would like to install Prosody. As it is not Yunohost-integrated yet, I have read I can go for a test branch which is supposed to work ok. I have never tried anything out of the normal yunohost repo. My question is, if I install Prosody from that test branch, how would I update to the official branch once Prosody is ready? Will it be done automatically? Or what will I have to do?
[17:21:49] <Aleks (he/him/il/lui)> yeah it upgrade will be advertised automatically once it's in the catalog
[17:22:15] <Aleks (he/him/il/lui)> well actually the app is level 8 so it should be listed ?
[17:22:32] <Aleks (he/him/il/lui)> https://apps.yunohost.org/app/prosody ?
[17:22:56] <Aleks (he/him/il/lui)> but yeah possibly it should be better to install this PR/branch https://github.com/YunoHost-Apps/prosody_ynh/pull/28
[17:23:12] <Aleks (he/him/il/lui)> dunno what's the status and full story exactly
[17:24:17] <sa> Thanks. I installed the oficial one some days ago but it had no integration with Yunohost. Nothing at all
[17:24:42] <sa> I was thinking of installing this one:
https://github.com/YunoHost-Apps/prosody_ynh/tree/testing
[17:27:29] <sa> Do you think that's ok? Or do you think it is better to install the second one you suggested?
[17:35:50] <Aleks (he/him/il/lui)> https://github.com/YunoHost-Apps/prosody_ynh/pull/28 is the Pull request for the testing branch you linked, the PR is just "the testing branch + the discussion around it"
[17:44:03] <sa> Understand. Thank you!