-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Dynamically adding applications and users #386
Comments
Sounds useful, also potentially related #188. A real database might be overkill, and would add a pretty huge dependency to Parse Dashboard. My suggestion would be to add an endpoint to the express app that serves the dashboard that just writes to the config file. I'm open to other ideas though. |
I have been trying to migrate my Parse.com hosted app to the architecture of Heroku + mlab (both with free quota). I am also interested to have the function of Create a New App on the Dashboard. After the Parse hosted service is shut down end of Jan 2017, I think it'd be very troublesome to create a new Parse app on my current architecture as I am still trying to figure out a best practice to create a new Parse app with Heroku + mlab. My idea is:
Please let me know what you think about the steps as above. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Hi,
I am trying to run Parse in Openshift environment.
My current architecture:
I would like to use the same dashboard for multiple parse-servers which represents different applications.
In the current implementation of Parse-dashboard a major limitation exists - a restart is needed for every addition of parse-server.
The obvious solution is to hold the configuration data in a database, but the disadvantage is the binding of the parse-dashboard to the database.
After the change is made it will be easy to add a management console to the Parse-Dashboard server, to allow easy and fast creation of users, applications and assignment of administrators.
For example, adding new application:
Parse-dashboard:Create new application > Parse-dashboard:Generates MASTER_KEY > Openshift:Create parse-server with the MASTER_KEY > Parse-dashboard:Insert the rest of the parameters of the app (serverURL, etc)
I'm opening this issue to start a discussion.
The text was updated successfully, but these errors were encountered: