zas: "Could I just check if there is an issue with the MusicBrainz service at the moment? We’ve had a customer mention that a hardware ripper has stopped functioning as expected and last time this happened we worked out it was the metadata service which was down."
2018-09-10 25338, 2018
reosarevok
Is there some WS issue? (I know the site itself is fine :) )
2018-09-10 25340, 2018
Wizzup has quit
2018-09-10 25342, 2018
zas
ws is fine atm
2018-09-10 25313, 2018
zas
can you ask more details ? like when it happened ?
2018-09-10 25350, 2018
ruaok
and who this was?
2018-09-10 25352, 2018
ruaok
also Moooooin!
2018-09-10 25328, 2018
ruaok
zas: the hippie trap is starting to really look nice. hopefully I can get another layer inserted finally.
2018-09-10 25317, 2018
ruaok
chhavi_: next time you have a couple of hours free and are looking for a quick project... we should get a new theme for out blog and move it to be a metabrainz blog. the current one is soo... not MB like. needs moar orange.
zas: I just pinged you on a PR for adding monkey to localhost-setup.
2018-09-10 25346, 2018
ruaok
please review and if ok, merge and give him access please.
2018-09-10 25353, 2018
zas
k
2018-09-10 25300, 2018
ruaok
no rush, since he won't be working on hetnzer machines just yet.
2018-09-10 25306, 2018
ruaok
thx
2018-09-10 25325, 2018
ruaok
Mr_Monkey: do you have a wordpress account?
2018-09-10 25345, 2018
ruaok
if so what is it? if not, go create one.
2018-09-10 25350, 2018
Mr_Monkey
ruaok: Let me check
2018-09-10 25323, 2018
ruaok
I just sent an invitation to edit the blog to your monkey@ address.
2018-09-10 25323, 2018
alastairp
iliekcomputers: right, but that's once it's inside the container. what runs `docker run`, `docker-compose up`, etc?
2018-09-10 25339, 2018
Mr_Monkey
ruaok: Turns out I did. I'm now a blog editor \o/
2018-09-10 25352, 2018
alastairp
iliekcomputers: btw, maybe we could retire the "uwsgi/uwsgi.service" filename if that script doesn't just load uwsgi :D
2018-09-10 25353, 2018
ruaok
yay.
2018-09-10 25300, 2018
ruaok
have a look at the lastest blog entry draft.
2018-09-10 25307, 2018
ruaok
see if it needs updates, changes.
2018-09-10 25309, 2018
iliekcomputers
alastairp: that's in a private repository.
2018-09-10 25335, 2018
alastairp
iliekcomputers: right. but that's where we need to mount the html file into the nginx container
2018-09-10 25348, 2018
ruaok
Mr_Monkey: any comments on that draft?
2018-09-10 25304, 2018
Mr_Monkey
ruaok: Just finishing up, LGTM
2018-09-10 25324, 2018
iliekcomputers
alastairp: to be honest, i'm not sure where the nginx configs are loaded in docker...
2018-09-10 25355, 2018
ruaok
iliekcomputers: the "main" configs are zas' voodoo.
2018-09-10 25320, 2018
ruaok
in the openresty gateways stuff.
2018-09-10 25310, 2018
ruaok
clue me in, what are you two working to accomplish, alastairp, iliekcomputers
2018-09-10 25338, 2018
alastairp
we want to be able to enable a "maintenance" page on AB while we take down/restart the app server
2018-09-10 25348, 2018
iliekcomputers
ruaok: during downtime, need nginx to just serve an is_down.html file
2018-09-10 25311, 2018
ruaok
that is built into the openresty stuff, I believe. zas, can please please guide these two?
2018-09-10 25320, 2018
alastairp
the way I've done this before is with the `try_files` option in nginx - you say "try this file and if it exists, serve it, otherwise serve from the appserver"
2018-09-10 25340, 2018
alastairp
but then the nginx container needs access to this file in order to be able to serve it
2018-09-10 25349, 2018
alastairp
it'd be great if we can do this at a higher level
2018-09-10 25353, 2018
ruaok
yeah, and all of that is no longer done on a project basis, but has been consolidated into gateway functionality
2018-09-10 25306, 2018
alastairp
thanks for stepping in and stopping us from going around in circles
2018-09-10 25318, 2018
ruaok packs up and heads out.
2018-09-10 25327, 2018
ruaok
I was useful!
2018-09-10 25331, 2018
ruaok
this week is done and dusted!
2018-09-10 25331, 2018
alastairp
iliekcomputers: if this isn't documented, it'd be great for you to add it to syswiki for next time :)