Abhilash Raj

Results 39 issues of Abhilash Raj

This is basically just a thought. If I can provide a tarball of all the static content, it is possible to make mailman-web container entirely state-less with no-need to mount...

enhancement
web

Currently, the tests only run to make sure that the containers are up and responds to requests. This makes sure the following things work: - Mailman Core's REST runner is...

testing
core
web

Validate the domain name when creating the domain using SERVER_FROM_DOMAIN.

documentation
web

I am still trying to find out some way to actually test the image without having to run it manually. There is some code and I don't way people to...

testing

For now logs are only files set to fixed file locations. Django (I think) supports logging to remote locations. It would be nice to allow for that in this setup.

enhancement

https://django-allauth.readthedocs.io/en/latest/installation.html#post-installation Django allauth requires some setup before it starts working. It needs to be setup using the django's admin console. The process isn't very difficult but needs to be documented...

documentation

mailman-web container needs some mechanism to run the cron jobs for Hyperkitty. http://uwsgi-docs.readthedocs.io/en/latest/Cron.html uwsgi has some interesting ideas about running cron in the uwsgi server and might be a better...

documentation
web

There are some things like the IP address of the containers and the hostnames of the container that depend on the values used in the Docker-compose.yaml file. While, it is...

documentation