You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core/admin
Dario Ernst 66df7a31b0 Unify and coerce booleans from env used in admin
At some places, the string that DOMAIN_REGISTRATION is got used like a boolean
(an easy misassumption to make while in python and dealing with the config
dict), making `DOMAIN_REGISTRATION=False` act as a truthy value. To stop such
future problems from happening, coerce environment config strings to real
bools.

closes #830
6 years ago
..
mailu Unify and coerce booleans from env used in admin 6 years ago
migrations Revert "Change quota columns type to BigInteger " 6 years ago
.gitignore Move all directories per theme 7 years ago
Dockerfile Fix connection to mysql db 6 years ago
README.md Move all directories per theme 7 years ago
audit.py Move all directories per theme 7 years ago
babel.cfg Move all directories per theme 7 years ago
messages.pot Remove services status localization 6 years ago
requirements-prod.txt Merge remote-tracking branch 'upstream/master' into feat-psql-support 6 years ago
requirements.txt Fix support for postgres and mysql 6 years ago
start.py Merge branch 'master' into refactor-config 6 years ago

README.md

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources