Skip to content
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

Use one database only #226

Open
wachjose88 opened this issue Dec 10, 2020 · 2 comments
Open

Use one database only #226

wachjose88 opened this issue Dec 10, 2020 · 2 comments

Comments

@wachjose88
Copy link

Currently a database is created for each created app. In my opinion it would be better to use one database only and to use namespaces and collections for the apps.

Motivation:

  1. Security: A mongo user with very extensive privileges is currently required. A single database would enable the usage of a more restricted user.
  2. Shared-hosting database server: Because of the mentioned reasons, it is nearly impossible to use the database server for multiple applications (not airnotifier).
@dcai
Copy link
Owner

dcai commented Dec 11, 2020

hi @wachjose88 I agree with your points, but I'm afraid I don't have the time to implement this at the moment.

@wachjose88
Copy link
Author

Thanks for your agreement. I am looking forward to the time you have enough time to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants