Skip to content

Updated README with Sails.js HOOK middleware config #902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Parse Dashboard is a standalone dashboard for managing your Parse apps. You can
* [App Background Color Configuration](#app-background-color-configuration)
* [Other Configuration Options](#other-configuration-options)
* [Running as Express Middleware](#running-as-express-middleware)
* [Sails.js HOOK](#sailsjs-hook)
* [Deploying Parse Dashboard](#deploying-parse-dashboard)
* [Preparing for Deployment](#preparing-for-deployment)
* [Security Considerations](#security-considerations)
Expand Down Expand Up @@ -244,6 +245,10 @@ var httpServer = require('http').createServer(app);
httpServer.listen(4040);
```

## Sails.js HOOK

Integrate Parse Dashboard as Express Middleware inside of Sails.js framework as [sails-hook-parse-dashboard](https://www.npmjs.com/package/sails-hook-parse-dashboard)

# Deploying Parse Dashboard

## Preparing for Deployment
Expand Down