Github
→ GitHub
(#171)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user