Add initial dashboard entrypoint server side rendering routes

This commit is contained in:
Johannes Zellner
2025-07-11 11:16:03 +02:00
parent 148c0d9213
commit 66d1de0821
9 changed files with 87 additions and 7 deletions
+1
View File
@@ -22,6 +22,7 @@ exports = module.exports = {
INFRA_VERSION_FILE: path.join(baseDir(), 'platformdata/INFRA_VERSION'),
CRON_SEED_FILE: path.join(baseDir(), 'platformdata/CRON_SEED'),
TRANSLATIONS_DIR: path.join(dashboardDir(), 'translation'),
DASHBOARD_DIR: dashboardDir(),
PROVIDER_FILE: '/etc/cloudron/PROVIDER',