-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Well probably not, or at least is not really working code which make sense they want to get clients to pay them to use their server so I kinda get it.
But after 2 days of trying to make this work I can tell a few things:
-
The apache redirects are just done in bad faith, when building the docker image and creating the container you will most likely use a localhost IP or network IP, basically when you try to navigate from your external domain/IP you will be redirected to the localhost IP, you are forced to use your external IP when you actually build this to actually make it accessible outside of your network...
-
Trying to use Letsencryt with Zeus it is just a waste of time, this app uses Apache2 redirects, whatever you are trying to do in nginx will be useless
-
The documentation is non existing.
-
The email service, well I am not sure but either you need to install one or it is packed with the app, have no idea either way after I managed to make it work, send mail will not send anything, made sure port 25 is open both on my router and ISP, yet no email.
-
Than if the is not enough when I try to import a list of users to vote, I get something like "There is no mobile backend" basically you can't create a voters list because... some undocumented error
Did anyone actually made it work ?