diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index a1f61e9..99ab1c6 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -33,7 +33,11 @@ And for the Redirect Uri set it to the one from your `.env` file. Next create `init-mongo.js` in your working directory: ```js -{ { file.examples/init-mongo.js } } +{ + { + file.examples / init - mongo.js + } +} ``` ### Reverse Proxy @@ -52,6 +56,15 @@ where you will be able to select your mailbox, mailauth changes the `email` clai ## Contributing +Found an Issue or want to see something implemented into Mailauth? +Open up an Issue or start a Pull Request! + +But always be respectful and patient, we are all volunteers after all. + +## Supporting + +Found this Project useful? Let others know about Mailauth by ⭐️ this Repo! + ## License [MIT](https://choosealicense.com/licenses/mit/) diff --git a/README.md b/README.md index d2ed016..b0fa756 100644 --- a/README.md +++ b/README.md @@ -127,14 +127,11 @@ And for the Redirect Uri set it to the one from your `.env` file. Next create `init-mongo.js` in your working directory: ```js -// This is only for initializing the db and creating the mailauth user - -db = db.getSiblingDB("mailauth") -db.createUser({ - user: "mailauth", - pwd: "SECURE_PW", // This should match the one in your env - roles: [{ role: "readWrite", db: "mailauth" }], -}) +{ + { + file.examples / init - mongo.js + } +} ``` ### Reverse Proxy @@ -208,6 +205,15 @@ where you will be able to select your mailbox, mailauth changes the `email` clai ## Contributing +Found an Issue or want to see something implemented into Mailauth? +Open up an Issue or start a Pull Request! + +But always be respectful and patient, we are all volunteers after all. + +## Supporting + +Found this Project useful? Let others know about Mailauth by ⭐️ this Repo! + ## License [MIT](https://choosealicense.com/licenses/mit/)