Add support to upload custom profile avatar

This commit is contained in:
Johannes Zellner
2019-11-25 16:12:22 +01:00
parent 14d26fe064
commit f2fca33309
5 changed files with 40 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ exports = module.exports = {
// this is not part of appdata because an icon may be set before install
APP_ICONS_DIR: path.join(baseDir(), 'boxdata/appicons'),
PROFILE_ICONS_DIR: path.join(baseDir(), 'boxdata/profileicons'),
MAIL_DATA_DIR: path.join(baseDir(), 'boxdata/mail'),
ACME_ACCOUNT_KEY_FILE: path.join(baseDir(), 'boxdata/acme/acme.key'),
APP_CERTS_DIR: path.join(baseDir(), 'boxdata/certs'),