Github
→ GitHub
(#171)
This commit is contained in:
@@ -17,7 +17,7 @@ SMTP_HOST=smtp.mailtrap.io # Example SMTP host
|
||||
SMTP_USER= "unsend" # Example SMTP user
|
||||
|
||||
## Auth providers any one is required
|
||||
# Github login - required
|
||||
# GitHub login - required
|
||||
GITHUB_ID="<your-github-client-id>"
|
||||
GITHUB_SECRET="<your-github-client-secret>"
|
||||
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -138,7 +138,7 @@ jobs:
|
||||
docker manifest push unsend/$APP_NAME:$APP_VERSION
|
||||
done
|
||||
|
||||
- name: Create and push Github Container Registry manifest
|
||||
- name: Create and push GitHub Container Registry manifest
|
||||
run: |
|
||||
APP_VERSION="$(git name-rev --tags --name-only $(git rev-parse HEAD) | head -n 1 | sed 's/\^0//')"
|
||||
GIT_SHA="$(git rev-parse HEAD)"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="https://discord.gg/BU8n8pJv8S"><img src="https://img.shields.io/badge/Discord-unsend-%235865F2" alt="Join Unsend on Discord"></a>
|
||||
<a href="https://github.com/unsend-dev/unsend/stargazers"><img src="https://img.shields.io/github/stars/unsend-dev%2Funsend" alt="Github Stars"></a>
|
||||
<a href="https://github.com/unsend-dev/unsend/stargazers"><img src="https://img.shields.io/github/stars/unsend-dev%2Funsend" alt="GitHub Stars"></a>
|
||||
<a href="https://github.com/unsend-dev/unsend/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3-purple" alt="License"></a>
|
||||
<a href="https://hub.docker.com/r/unsend/unsend"><img alt="Docker Automated build" src="https://img.shields.io/docker/pulls/unsend/unsend"></a>
|
||||
</p>
|
||||
|
@@ -24,7 +24,7 @@ mintlify dev
|
||||
|
||||
### Publishing Changes
|
||||
|
||||
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
|
||||
Install our GitHub App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
|
||||
|
||||
#### Troubleshooting
|
||||
|
||||
|
@@ -20,7 +20,7 @@ go get github.com/QGeeDev/unsend-go
|
||||
|
||||
## Related Links
|
||||
|
||||
Github Repository: [Github](https://github.com/QGeeDev/unsend-go)
|
||||
GitHub Repository: [GitHub](https://github.com/QGeeDev/unsend-go)
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -101,6 +101,6 @@ func main() {
|
||||
|
||||
### More
|
||||
|
||||
Checkout more examples in the [Github Repository](https://github.com/QGeeDev/unsend-go/tree/main/examples).
|
||||
Checkout more examples in the [GitHub Repository](https://github.com/QGeeDev/unsend-go/tree/main/examples).
|
||||
|
||||
It handles `emails`, `domains` & `contacts` APIs.
|
||||
|
@@ -20,7 +20,7 @@ pip install unsendcommunity
|
||||
|
||||
## Related Links
|
||||
|
||||
Github Repository: [Github](https://github.com/harshsbhat/unsend_community.git)
|
||||
GitHub Repository: [GitHub](https://github.com/harshsbhat/unsend_community.git)
|
||||
|
||||
PyPI package: [PyPi](https://pypi.org/project/UnsendCommunity/)
|
||||
|
||||
|
@@ -57,7 +57,7 @@ To run Unsend, locally you will need to setup the following:
|
||||
|
||||
<Steps>
|
||||
<Step title="Fork the repo">
|
||||
Click on the fork button on [Github](https://github.com/unsend-dev/unsend) to fork the repo
|
||||
Click on the fork button on [GitHub](https://github.com/unsend-dev/unsend) to fork the repo
|
||||
</Step>
|
||||
<Step title="Clone the repo">
|
||||
Once the repo is forked you can clone it on your local machine using:
|
||||
@@ -101,7 +101,7 @@ openssl rand -base64 32
|
||||
```
|
||||
|
||||
</Step>
|
||||
<Step title="Setup Github Oauth (optional)">
|
||||
<Step title="Setup GitHub Oauth (optional)">
|
||||
<Note>
|
||||
You don't need this setup if you have `FROM_EMAIL` set in your environment
|
||||
variables. for development email link will logged in the console.
|
||||
@@ -165,7 +165,7 @@ http://localhost:3001
|
||||
```
|
||||
|
||||
</Step>
|
||||
<Step title="Once you login with Github you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
<Step title="Once you login with GitHub you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
|
||||
```bash
|
||||
cloudflared tunnel --url http://localhost:3000
|
||||
@@ -195,7 +195,7 @@ pnpm db:migrate-dev
|
||||
pnpm dev
|
||||
```
|
||||
</Step>
|
||||
<Step title="Once you login with Github you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
<Step title="Once you login with GitHub you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
|
||||
```bash
|
||||
cloudflared tunnel --url http://localhost:3000
|
||||
|
@@ -6,7 +6,7 @@ icon: server
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- A [Github](https://github.com) account
|
||||
- A [GitHub](https://github.com) account
|
||||
- An [AWS](https://aws.amazon.com) account
|
||||
|
||||
If you have any questions join [#self-host](https://discord.gg/gbsvjb9MqV) on discord.
|
||||
@@ -32,7 +32,7 @@ Add the following environment variables.
|
||||
</Tip>
|
||||
|
||||
</Step>
|
||||
<Step title="Github app credentials for login">
|
||||
<Step title="GitHub app credentials for login">
|
||||
Usend uses github authentication for login.
|
||||
|
||||
Use this link to [create an github app](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps)
|
||||
|
@@ -33,7 +33,7 @@
|
||||
],
|
||||
"anchors": [
|
||||
{
|
||||
"name": "Github",
|
||||
"name": "GitHub",
|
||||
"icon": "github",
|
||||
"url": "https://github.com/unsend-dev/unsend"
|
||||
},
|
||||
|
@@ -91,7 +91,7 @@ export default function RootLayout({
|
||||
<path d="M524.5 69.8a1.5 1.5 0 0 0 -.8-.7A485.1 485.1 0 0 0 404.1 32a1.8 1.8 0 0 0 -1.9 .9 337.5 337.5 0 0 0 -14.9 30.6 447.8 447.8 0 0 0 -134.4 0 309.5 309.5 0 0 0 -15.1-30.6 1.9 1.9 0 0 0 -1.9-.9A483.7 483.7 0 0 0 116.1 69.1a1.7 1.7 0 0 0 -.8 .7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 0 0 .8 1.4A487.7 487.7 0 0 0 176 479.9a1.9 1.9 0 0 0 2.1-.7A348.2 348.2 0 0 0 208.1 430.4a1.9 1.9 0 0 0 -1-2.6 321.2 321.2 0 0 1 -45.9-21.9 1.9 1.9 0 0 1 -.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8 0 0 1 1.9-.3c96.2 43.9 200.4 43.9 295.5 0a1.8 1.8 0 0 1 1.9 .2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9 0 0 1 -.2 3.1 301.4 301.4 0 0 1 -45.9 21.8 1.9 1.9 0 0 0 -1 2.6 391.1 391.1 0 0 0 30 48.8 1.9 1.9 0 0 0 2.1 .7A486 486 0 0 0 610.7 405.7a1.9 1.9 0 0 0 .8-1.4C623.7 277.6 590.9 167.5 524.5 69.8zM222.5 337.6c-29 0-52.8-26.6-52.8-59.2S193.1 219.1 222.5 219.1c29.7 0 53.3 26.8 52.8 59.2C275.3 311 251.9 337.6 222.5 337.6zm195.4 0c-29 0-52.8-26.6-52.8-59.2S388.4 219.1 417.9 219.1c29.7 0 53.3 26.8 52.8 59.2C470.7 311 447.5 337.6 417.9 337.6z" />
|
||||
</svg>
|
||||
</Link>
|
||||
{/* <Link href="https://github.com/unsendhq">Github</Link> */}
|
||||
{/* <Link href="https://github.com/unsendhq">GitHub</Link> */}
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -140,7 +140,7 @@ export default function RootLayout({
|
||||
<path d="M524.5 69.8a1.5 1.5 0 0 0 -.8-.7A485.1 485.1 0 0 0 404.1 32a1.8 1.8 0 0 0 -1.9 .9 337.5 337.5 0 0 0 -14.9 30.6 447.8 447.8 0 0 0 -134.4 0 309.5 309.5 0 0 0 -15.1-30.6 1.9 1.9 0 0 0 -1.9-.9A483.7 483.7 0 0 0 116.1 69.1a1.7 1.7 0 0 0 -.8 .7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 0 0 .8 1.4A487.7 487.7 0 0 0 176 479.9a1.9 1.9 0 0 0 2.1-.7A348.2 348.2 0 0 0 208.1 430.4a1.9 1.9 0 0 0 -1-2.6 321.2 321.2 0 0 1 -45.9-21.9 1.9 1.9 0 0 1 -.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8 0 0 1 1.9-.3c96.2 43.9 200.4 43.9 295.5 0a1.8 1.8 0 0 1 1.9 .2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9 0 0 1 -.2 3.1 301.4 301.4 0 0 1 -45.9 21.8 1.9 1.9 0 0 0 -1 2.6 391.1 391.1 0 0 0 30 48.8 1.9 1.9 0 0 0 2.1 .7A486 486 0 0 0 610.7 405.7a1.9 1.9 0 0 0 .8-1.4C623.7 277.6 590.9 167.5 524.5 69.8zM222.5 337.6c-29 0-52.8-26.6-52.8-59.2S193.1 219.1 222.5 219.1c29.7 0 53.3 26.8 52.8 59.2C275.3 311 251.9 337.6 222.5 337.6zm195.4 0c-29 0-52.8-26.6-52.8-59.2S388.4 219.1 417.9 219.1c29.7 0 53.3 26.8 52.8 59.2C470.7 311 447.5 337.6 417.9 337.6z" />
|
||||
</svg>
|
||||
</Link>
|
||||
{/* <Link href="https://github.com/unsendhq">Github</Link> */}
|
||||
{/* <Link href="https://github.com/unsendhq">GitHub</Link> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -14,7 +14,7 @@ import { formatDate } from "date-fns";
|
||||
|
||||
import IntegrationCode from "./IntegrationCode";
|
||||
import {
|
||||
GithubStarButton,
|
||||
GitHubStarButton,
|
||||
HeroImage,
|
||||
JoinWaitlist,
|
||||
} from "~/components/landind-page";
|
||||
@@ -37,7 +37,7 @@ export default function Home() {
|
||||
</p>
|
||||
<div className="flex flex-col items-center lg:flex-row justify-center mt-16 gap-8">
|
||||
<JoinWaitlist />
|
||||
<GithubStarButton />
|
||||
<GitHubStarButton />
|
||||
</div>
|
||||
|
||||
<HeroImage />
|
||||
|
@@ -20,7 +20,7 @@ export function JoinWaitlist() {
|
||||
);
|
||||
}
|
||||
|
||||
export function GithubStarButton() {
|
||||
export function GitHubStarButton() {
|
||||
return (
|
||||
<motion.a
|
||||
className="border-white border py-2 px-6 rounded-full justify-center cursor-pointer flex gap-2 w-[220px]"
|
||||
|
Reference in New Issue
Block a user