Organize hackaton ideas into a dashboard
I wrote a blog post explaining the installation process. Also check the wiki for more info and docs
In your config.json
:
db
:url
: Overrides other db config. Full MongoDB URL.host
port
host
: Your instance host (i.e. yourdomain.com)port
: Your port (i.e. 3000)session
: Your session key (it must be a secret string)title
: Instance title used in the html title tag and other headings.live
: Boolean (true, false) that enable/disable the live feed feature in yourdomain.com/live.mailer
: SMTP mail info to enable email notifications using nodemailer. Check out the optionsteam
: An array ofuser
._id
to be shown as Team on Landing Page.maxQueryLimit
: a Number for the max amount of results at the landing page searchs.googleAnalytics
: the UA-XXXXXXXX-X code from Google Analytics. if not specified wont set the script.facebookAppId
: the Facebook App Id for share buttons. It will take first from keys.json, if not will use this one. Don't set it to not show FB share buttons.prerender
:enabled
: Boolean (true, false). Where the website would use the SEO Prerenderdb
: The Mongo URI of Cached Pages.
- HackDash platform: Create your own Dashboard for free. Maintained by the HackDash Creators.
- Auth0 HackDash platform: Create a Dashboard for your company using Auth0 service.
- BAHackaton: Buenos Aires City hackaton ideas.
Add your own Dashboard!
Please check the WIKI