jonaswSamWhited, that’s what I meant by "are you sure you’re looking at the right table" :)
zinidhas left
sonnyhas joined
lumihas joined
SamWhitedhas left
Ge0rGhas left
sonnyhas joined
ralphmhas joined
danielhas left
danielhas joined
SouLhas left
intosihas joined
danielhas left
danielhas joined
ralphmhas left
jerehas joined
lskdjfhas joined
Kevhas joined
sonnyhas joined
ralphmhas joined
Ge0rGhas left
moparisthebesthas left
Ge0rGhas left
moparisthebesthas joined
danielhas left
Ge0rGhas left
marchas left
sonnyhas joined
Ge0rGhas left
danielhas left
Ge0rGhas left
danielhas left
Ge0rGhas left
Ge0rGhas joined
jubalhhas joined
GuusWho here has been around forever? :)
Guushttps://en.wikipedia.org/w/index.php?title=XMPP_Standards_Foundation&action=edit§ion=1 has a note that it should be expanded. If someone could fill in some of the missing history of the XSF, and remove the 'needs expending' label, that'd be highly appreciated.
danielhas left
jonaswcan’t we link to the history page on the website?
Guus(do we have such a page?)
Guusbut, no. We can reference it, but the article on wikipedia should be self-containing, I think.
goffihas joined
danielhas left
ralphmhas left
Martinhas joined
Holgerhas left
Alexhas joined
jonaswoh, that’s wikipedia
jonaswI thought it was our wiki
jonasw(I didn’t click and misread the URL)
GuusYeah, I was attempting to improve the public facing description of ourselves.
Alexhas left
Guushas left
moparisthebesthas left
moparisthebesthas joined
Guushas left
uchas joined
danielhas left
Ge0rGhas left
Martinhas left
Martinhas joined
Martinhas left
Martinhas joined
uchas joined
jubalhhas joined
Ge0rGhas left
Ge0rGhas left
ralphmhas joined
danielhas left
jonasw@iteam: I soon™ have a Dockerfile which builds a container which has a working xmppoke command (the backend for the xmpp.net thing)
jonaswwhat’s missing for the full xmpp.net thing is: the PHP-based frontend and a postgresql database where xmppoke dumps its results
jonaswI feel that these two should be different containers though
jonasw(is there an iteam-MUC which is more approriate?)
Guusawesome
Guus!
Guusand yes, but I don't recall if it's open
Guustry: iteam@ on this service
Martinhas left
Martinhas joined
Steve Killehas joined
Holgerhas left
efrithas left
mimi89999has left
sezuanhas left
danielhas left
Holgerhas left
Martinhas left
Martinhas joined
Zashhas left
lskdjfhas joined
lskdjfhas joined
jabberatdemohas joined
jabberatdemohas left
moparisthebesthas joined
moparisthebesthas joined
nycohas left
sonnyhas joined
Steve Killehas left
Ge0rGhas left
nycohas joined
Steve Killehas joined
efrithas joined
danielhas left
Alexhas joined
lumihas left
la|r|mahas left
la|r|mahas joined
moparisthebesthas joined
jonaswposted update to members@, hopefully somebody will be willing to take over the PHP part :)
moparisthebesthas joined
uchas joined
uchas joined
Steve Killehas left
archas left
archas joined
danielPhp? Where? I love php
jonaswI sense sarcasm
Guusnono, touched-it-last rules now apply. Daniel's it.
danielhas left
Guuskidding aside: many thanks for taking this on jonasw!
danielNo I was only half kidding. I'm actually fine with PHP. I used it a lot when I was younger. And I would prefer it any time over node.js or what ever kids are doing these days. I can have a look later
danielI initally stopped reading that mail at the word docker though...
jonaswdaniel, my way of coping with docker is treating Dockerfiles as a lightweight way to write down recipes to create a system and ignore how it is actually executed :-)
KevIsn't that exactly what they are?
jonaswyeah
Zashmy way of coping with docker is to not use docker
intosihas left
intosihas joined
MattJI think xmppoke is exactly justification for why docker exists
jonaswoh yes
jonaswholy cow yes
intosihas left
danielhas left
danielhas joined
lskdjfhas joined
jonaswI also learnt to find it convenient to just do a docker run -it ubuntu:16.04 /bin/bash when somebody has an issue with something on ubuntu :)
jerehas joined
lskdjfhas joined
Ge0rGdocker is where bloat meets cloud, right?
danielhas left
danielhas joined
lskdjfhas left
lovetoxhas joined
jonaswdaniel, would you give it a shot, despite docker? :)
danielhas left
danielhas joined
lskdjfhas joined
Alexhas left
mathieuijonasw, thanks for the work on xmpp.net
SouLYes, I was reading the email now
jonaswyou’re welcome
moparisthebestjonasw, I know how to setup nginx + php-fpm , just nothing about docker, I'm sure that's completely unhelpful but meh
moparisthebestwait the xmpp wiki runs php can't that just be used?
KevIf all that's needed is something that runs PHP, I can trivially make a container for that in a few minutes.
KevIs it?
jonaswKev, I think it’d be an amazing start
jonaswsome dockerfile with nginx and php set up
jonaswI may be able to figure out the rest from there
KevRemind me next week and I'll have a look. I'm running out of time to do this week's stuff at the moment.
jonasw(my attempts with nginx and php all failed and a chickened out back to apache2 last I tried)
jonaswsure
jonaswmaybe someone else steps up in the meantime :)
danieljonasw: oh you need someone to create a docker that runs php. I initally thought you needed someone to fix a script or something
jonaswdaniel, actually it needs someone who sets up a docker running php+nginx and the xmppoke-frontend, which might involve fixing PHP things
mathieuia docker compose/stack that runs php is pretty standard
Guusjonasw: assuming that there are plenty php webservers (nginx vs apache doesn't matter, I assume) out there: might be as easy as writing a docker file on top of a preexisting one?
jonaswGuus, apache is much more resource-heavy, I’d avoid that for a docker container, considering that the xmpp server already runs a bunch of those
jonaswmathieui, I have no idea of docker compose or stack
mathieuijonasw, essentially "get existing images, glue them together in a standard way, and mount your code as a volume"
mathieuithe only pain point in the database
Guushttps://hub.docker.com/_/php/ <-- seach for 'with apache'
mathieuiGuus, I would get separate fpm & webserver containers
Guusif that's a two-line fix, sod the additional resoruces for the moment.
Guusmathieui: I know nothing! I'm googling my way around.
jonaswmathieui, "mount your code as a volume", I can imagine that this won’t fly with iteam
KevI have countless PHP things deployed via Docker, doing this for xmpp.net if that's all that's required should be straightforward.
jonaswKev, the wiki thing was actually a good hint, where’s the Dockerfile for the wiki?
KevThat's not our own Dockerfile.
jonaswokay
Guusall our Dockerfiles are in our github repo
jonaswanyways, looking forward for somebody to take that on
mathieuijonasw, you can also build an image with your code on top, but it means rebuilding it everytime you change the code
jonaswmathieui, I’m aware of that
intosihas joined
jonaswof the latter I mean
mathieui(I mean, I’m precisely debugging some icky docker+php stuff at work right now)
danielhas left
danielhas left
Guushttps://hub.docker.com/r/richarvey/nginx-php-fpm/ <-- would that work? Seems to be able to pull the website code from git.
jonaswwth, why does that build nginx from source
Guusdunno, don't care.
danielhas left
Guushttps://github.com/richarvey/nginx-php-fpm/blob/master/docs/config_flags.md <-- seems to be able to pull the php project from bitbucket too
ZashSomeone said that's how you are supposed to do it