Mailu: Configurator and test server are failing.

Created on 1 Dec 2020  Â·  7Comments  Â·  Source: Mailu/Mailu

I'd like to use the configure tool to make a docker compose file.

It's not working - the server returns an error when you submit. Same thing happens when you try adding a user to the test server.

Most helpful comment

I confirm, error 500 on setup.mailu.io. Is it possible to know when it will be fixed ?

All 7 comments

I confirm, error 500 on setup.mailu.io. Is it possible to know when it will be fixed ?

I don't see any reason to use a webpage to create a docker config. I think that a script would be better.

I'm guessing this is due to their redis server being down, because I just ran docker run -it --rm -p 8080:80 mailu/setup:1.7 and got the 500 error when submitting the form:

redis.exceptions.ConnectionError: Error -2 connecting to redis:6379. Name does not resolve.

After spinning up a redis container: docker run --name redis -d redis
And then linking it to the setup container: docker run --link redis -it --rm -p 8080:80 mail/setup:1.7

Then it worked :)

I don't see any reason to use a webpage to create a docker config. I think that a script would be better.

Maybe you don't recognize that the documentation points you to that tool as a means to bootstrap a docker-compose.yml which can be customized later. Anyway, I thought they would like to know their service is down.

I suspect it's because the disk is full, because of dangling images. There is an open PR to fix this (https://github.com/Mailu/infra/pull/9). I've notified some people with SSH access, but they are recently rather busy. Sorry for the inconvenience.

The problem was fixed yesterday. Can someone that was affected confirm? (it works for me again, just want to be sure)

Yes, today I used it... Thanks.

Il giorno gio 3 dic 2020 alle ore 15:45 lub notifications@github.com ha
scritto:

The problem was fixed yesterday. Can someone that was affected confirm?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/Mailu/Mailu/issues/1701#issuecomment-738039254, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AGBBVML6EFHZST6MIIEROSLSS6QALANCNFSM4UIURC5A
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gizocz picture gizocz  Â·  4Comments

Angedestenebres picture Angedestenebres  Â·  3Comments

kaiyou picture kaiyou  Â·  4Comments

alizowghi picture alizowghi  Â·  3Comments

v1ru535 picture v1ru535  Â·  4Comments