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
ackerman1scotthas joined
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 ;) ✏
Pingu from Woodquarterhas joined
jayteeukhas left
jayteeukhas joined
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`
ackerman1scotthas left
Ellenor Malik
`apt-cache: commande non trouvé(e)`
Ellenor Malik
`did you try: fuckoff amounts of chamomile tea?`
Pingu from Woodquarterhas left
Pingu from Woodquarterhas joined
Nils (10rokita)has left
Nils (10rokita)has joined
Neustradamushas joined
Neustradamushas left
perflysthas left
ackerman1scotthas joined
Nils (10rokita)has left
404.cityhas joined
Nils (10rokita)has joined
Nils (10rokita)has left
joerghas left
Nils (10rokita)has joined
vanitasvitaehas left
andrey.utkinhas joined
ackerman1scotthas left
Nils (10rokita)has left
Nils (10rokita)has joined
perflysthas joined
404.cityhas left
404.cityhas joined
kikuchiyohas left
kikuchiyohas joined
404.cityhas left
ackerman1scotthas joined
colochonhas joined
perflysthas left
kikuchiyohas left
insanityhas joined
ackerman1scotthas left
jayteeukhas left
jayteeukhas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
ackerman1scotthas joined
Martinhas left
Martinhas joined
jayteeukhas left
jayteeukhas joined
Martinhas left
Martinhas joined
kikuchiyohas joined
jayteeukhas left
jayteeukhas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
schorschhas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
cuchas joined
ibikkhas left
joerghas joined
jayteeukhas left
jayteeukhas joined
insanityhas left
insanityhas joined
alienhas left
alienhas joined
jayteeukhas left
jayteeukhas joined
jayteeukhas left
jayteeukhas joined
paulhas joined
ackerman1scotthas left
ackerman1scotthas joined
insanityhas left
schorschhas left
schorschhas joined
dinosaurdynastyhas left
dinosaurdynastyhas joined
jayteeukhas left
jayteeukhas joined
kusonekohas left
kusonekohas joined
kusonekohas left
kusonekohas joined
ibikkhas joined
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
jayteeukhas left
cuchas left
jayteeukhas joined
kikuchiyohas left
kikuchiyohas joined
404.cityhas joined
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
madmalkavhas left
ackerman1scotthas left
ackerman1scotthas joined
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
Martinthinks the-federation.info should rather be fixed than doing nginx trickery. Why they don't accept it when I even tell them the port. :(
kikuchiyohas left
pep.
Martin: all web things should be fixed!
pep.
I agree
Pingu from Woodquarterhas left
Martin
And out of the sudden it works. https://mdosch.de/.well-known/x-nodeinfo2 Why?
Martin
:D
Pingu from Woodquarterhas joined
ackerman1scotthas left
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
rintinfinnhas joined
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
ackerman1scotthas joined
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.
> “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. :)
vanitasvitaehas joined
ibikkhas left
perflysthas joined
404.cityhas left
jayteeukhas left
jayteeukhas joined
schorschhas left
schorschhas joined
perflysthas left
perflysthas joined
kusonekohas left
kusonekohas joined
insanityhas joined
jayteeukhas left
jayteeukhas joined
lorddavidiiihas left
lorddavidiiihas joined
insanityhas left
Marandahas left
Echo1has left
Marandahas joined
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