Skip to content

tempmail.js.org #9707

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 2 commits into from
Closed
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions PULL_REQUEST_TEMPLATE.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the changes to this file, you should only be editing cnames_active.js.

Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Before creating your pull request, please complete the following steps:

-->

- [ ] There is reasonable content on the page (see: [No Content](https://github.com/js-org/js.org/wiki/No-Content))
- [ ] I have read and accepted the [Terms and Conditions](http://js.org/terms.html)
- The site content can be seen at <link>
- [x] There is reasonable content on the page (see: [No Content](https://github.com/js-org/js.org/wiki/No-Content))
- [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html)
- The site content can be seen at https://email-echo-replica-project.vercel.app/

> The site content is a fully working temporary email generator and inbox using the Mail.tm API. It allows users to generate disposable emails and receive messages in real-time. Hosted on Vercel, and linked to the GitHub repository: https://github.com/marshaltanvaz/email-echo-replica-project

> The site content is ...
1 change: 1 addition & 0 deletions cnames_active.js
Original file line number Diff line number Diff line change
Expand Up @@ -3245,6 +3245,7 @@
"temme": "shinima.github.io/temme",
"template-pro": "template-pro.github.io",
"templates.linksharer": "linksharer.github.io/Templates", // noCF
"tempmail": "email-echo-replica-project.vercel.app"

Check failure on line 3248 in cnames_active.js

View workflow job for this annotation

GitHub Actions / validate

Expected: ` "tempmail": "cname.vercel-dns.com", // noCF` Found: ` "tempmail": "email-echo-replica-project.vercel.app"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"tempmail": "email-echo-replica-project.vercel.app"
"tempmail": "cname.vercel-dns.com", // noCF

As the CI notes, when using Vercel, you'll want to target cname.vercel-dns.com with the Cloudflare proxy disabled.

"tenvoy": "togatech.github.io/tEnvoy",
"tequila": "tequila-js.github.io",
"term-web": "zhw2590582.github.io/term-web",
Expand Down
Loading