add api to get/set footer and remove all use of custom.js

This commit is contained in:
Girish Ramakrishnan
2020-02-04 13:09:54 -08:00
parent 3153fb5cbe
commit 4f57d97fff
5 changed files with 56 additions and 43 deletions
-2
View File
@@ -23,8 +23,6 @@ exports = module.exports = {
APPS_DATA_DIR: path.join(baseDir(), 'appsdata'),
BOX_DATA_DIR: path.join(baseDir(), 'boxdata'),
CUSTOM_FILE: path.join(baseDir(), 'boxdata/custom.yml'),
ACME_CHALLENGES_DIR: path.join(baseDir(), 'platformdata/acme'),
ADDON_CONFIG_DIR: path.join(baseDir(), 'platformdata/addons'),
COLLECTD_APPCONFIG_DIR: path.join(baseDir(), 'platformdata/collectd/collectd.conf.d'),