From b889e9158ca30247a8f29666282a71b2c376fd9d Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:53:10 +0200 Subject: [PATCH 1/2] updated Contribution "Policy" --- .github/templates/README.template.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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/) From be7cf546af0ded63a5eb3a46ab04f293d647d3d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:54:04 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) 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/)