Right now, there's a special provisioner for the dashboard, with config values to customize it. I believe this is unnecessary, and I'd like to replace it with the following:
- always provision the official dashboard
- a custom dashboard can just be another site and use the same mechanism, except without the WP install bit, an adjusted nginx config, custom hostname, and some PHP in the
public_html folder. No reason it couldn't be something like dashboard.test
- a config option to change the dashboard URL so the user gets redirected to
dashboard.test or wherever on demand
This greatly simplifies the whole process of creating a dashboard, reduces the needed documentation greatly, and makes it possible to have multiple dashboards at once.
Right now, there's a special provisioner for the dashboard, with config values to customize it. I believe this is unnecessary, and I'd like to replace it with the following:
public_htmlfolder. No reason it couldn't be something likedashboard.testdashboard.testor wherever on demandThis greatly simplifies the whole process of creating a dashboard, reduces the needed documentation greatly, and makes it possible to have multiple dashboards at once.