-
Mel
@ping hyena.network
-
Echo1
Mel: Pong from hyena.network in 2.399 seconds
-
Ellenor Malik
I know this is the wrong channel but I think I have a bad version of hypomania and I need to know what Jabber opers do to avoid their mental health affecting how their server is administered
-
Licaon_Kter
Ellenor Malik: hypowhat?
-
Ellenor Malik
https://en.wikipedia.org/wiki/Hypomania
-
Licaon_Kter
Right so, did you setup four server to handle Audio/Video calls either for Jitsi Meet or Conversations (or both) already? Gotta put all that excitement to good use ;)✎ -
Licaon_Kter
Right so, did you setup your server to handle Audio/Video calls either for Jitsi Meet or Conversations (or both) already? Gotta put all that excitement to good use ;) ✏
-
Ellenor Malik
It's not good excitement Licaon_Kter
-
Ellenor Malik
It's bad excitement
-
Ellenor Malik
Like i want to kill *@*
-
Licaon_Kter
Yes, but _"The flame that burns Twice as bright burns half as long."_ so we gotta use you now.
-
Ellenor Malik
The flame that burns twice as bright returns to sanity in half the time Licaon_Kter
-
Ellenor Malik
Mel: Fancy seeing you here
-
Ellenor Malik
Licaon_Kter: I just need to let my system rebalance i think
-
Licaon_Kter
Ellenor Malik: `apt-cache balance`
-
Ellenor Malik
`apt-cache: commande non trouvé(e)`
-
Ellenor Malik
`did you try: fuckoff amounts of chamomile tea?`
-
jonas’
I made a thing: https://observe.jabber.network/ Feedback and other requests welcome.
-
jonas’
(also announced in more detail on the mailing list)
-
mathieui
:D To get a good balance of test systems, we are currently especially (but not exclusively) looking for accounts which fulfill one or more of the following criteria: Not hosted on a Prosody 0.11.x server. Hosted on a server outside of Germany.
-
mathieui
looks awesome btw
-
Martin
Anyone here running prosody and succeeded adding the well-known thingy to the-federation.info? It seems it doesn't like the port 5281 and I have to somehow rewrite this with nginx to hide the port. I tried a lot of stuff there with rewrite rules and even proxy_pass to the prosody http but I didn't succeed. So I'd appreciate if someone could show me his rules.
-
Martin
Link Mauve: I saw jabberfr.org there so maybe you can help me. :D
-
Martin
jonas’: I still had on my todo to ask you whether you plan some public monitoring after I saw some debugging between you and Ge0rG :D
-
Link Mauve
Martin, hi, author of the module here.
-
Link Mauve
Martin, so yes, the-federation.info being web-centric, there is no port but port 443 which exists.
-
Link Mauve
So you indeed have to proxy from nginx if that’s what you use as a web server.
-
Link Mauve
Don’t use port 5281, it would do TLS between Prosody and nginx, instead use port 5280.
-
Link Mauve
I’m not even sure if nginx can proxy over TLS.
-
Link Mauve
Debug it with curl first, on port 5280 on localhost, to see if you’re getting what you’re expecting.
-
Link Mauve
Oh, and make sure the Host HTTP header is correctly transmitted by nginx.
-
Martin
Ok, I can access it online on 5281 but `curl localhost:5280/.well-known/x-nodeinfo2` gives me a funny prosody http 404
-
Martin
While https://mdosch.de:5281/.well-known/x-nodeinfo2 works
- Martin thinks the-federation.info should rather be fixed than doing nginx trickery. Why they don't accept it when I even tell them the port. :(
-
pep.
Martin: all web things should be fixed!
-
pep.
I agree
-
Martin
And out of the sudden it works. https://mdosch.de/.well-known/x-nodeinfo2 Why?
-
Martin
:D
-
Martin
Why no country flag for me? They just cyclic run geoiplookup or whatever they do? https://the-federation.info/prosody
-
Martin
And why is there only one ejabberd participating? https://the-federation.info/ejabberd
-
Maranda
@version jabber.gnupg.org
-
Echo1
Maranda: jabber.gnupg.org is running Prosody version 0.11.2 on Linux
-
Maranda
@version enotty.dk
-
Echo1
Maranda: enotty.dk is running Prosody version 0.11.5 on Linux
-
Link Mauve
Martin, when I told you about the Host HTTP header, note how it’s been different in your two requests.
-
Link Mauve
http://localhost:5280/… it’s localhost, and https://mdosch.de:5281/ it’s mdosch.de.
-
Link Mauve
These are different to Prosody.
-
Link Mauve
Prosody will (by default) only serve stuff for VirtualHosts it knows.
-
Link Mauve
Martin, also if you want to fix the-federation.info, please do so. :)
-
Link Mauve
It will help future people.
-
Martin
> Debug it with curl first, on port 5280 on localhost, to see if you’re getting what you’re expecting. That's why I checked localhost 😃
-
Link Mauve
I should have said from localhost, sorry. ^^'
-
Link Mauve
As in, on the same computer as Prosody.
-
Martin
Link Mauve: I can not fix, I can only complain to fix it 😁
-
Link Mauve
Please do so then!
-
Martin
Will do
-
Link Mauve
They might just be unaware that other ports than 443 exist.
-
Martin
Maybe they also know about port 80 and know it must die. 😃
-
Link Mauve
“15:26:09 Martin> And why is there only one ejabberd participating?”, probably because there is no ready-made module for Ejabberd.
-
Martin
Then I have to approach j.r. to upstream it. 😃
-
Martin
!contact jugendhacker.de✎ -
Martin
@contact jugendhacker.de ✏
-
Martin
> “15:26:09 Martin> And why is there only one ejabberd participating?”, probably because there is no ready-made module for Ejabberd. He said he uses an ugly python script which fetches the data from pgsql so probably nothing for upstream.
-
Martin
Link Mauve: https://github.com/thefederationinfo/the-federation.info/issues/223
-
Link Mauve
Thanks. :)
-
Maranda
@version jabber.hot-chilli.net
-
Martin
> jabber.hot-chilli.net is running Prosody version 0.11 nightly build 86 (2020-04-13, 3a1b1d3084fb) on Linux