Display the user quota in the admin interface

This commit is contained in:
kaiyou
2018-04-21 15:48:07 +02:00
parent e13593f29a
commit 091369915b
5 changed files with 24 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ convert = lambda src, dst: open(dst, "w").write(jinja2.Template(open(src).read()
# Actual startup script
os.environ["FRONT_ADDRESS"] = socket.gethostbyname("front")
os.environ["REDIS_ADDRESS"] = socket.gethostbyname("redis")
if os.environ["WEBMAIL"] != "none":
os.environ["WEBMAIL_ADDRESS"] = socket.gethostbyname("webmail")