Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ fix formating

+15 -7
+15 -7
README.md
··· 68 68 69 69 3. Set up your .env file 70 70 71 - From `apps/web` and `packages/db`, you will find .env.example. Create your own copy. 71 + From `apps/web` and `packages/db`, you will find .env.example. Create your 72 + own copy. 72 73 73 74 4. Follow the steps to run your sqlite database locally inside of 74 75 [README.md](https://github.com/openstatusHQ/openstatus/blob/main/packages/db/README.md) ··· 83 84 the result. 84 85 85 86 For [clerk](https://clerk.com), you will need to create a webhook endpoint. To 86 - access the link, you can use tunneling tools like [Tunnelmole](https://github.com/robbie-cahill/tunnelmole-client), an open source tunnelling tool or ngrok, a popular closed source tunnelling tool. 87 + access the link, you can use tunneling tools like 88 + [Tunnelmole](https://github.com/robbie-cahill/tunnelmole-client), an open source 89 + tunnelling tool or ngrok, a popular closed source tunnelling tool. 87 90 88 91 ### Using Tunnelmole 89 - 1. Install Tunnelmole with `curl -O https://install.tunnelmole.com/384HK/install && sudo bash install`. (On Windows, download [tmole.exe](https://tunnelmole.com/downloads/tmole.exe)) 90 - 2. Run `tmole 3000`. In the output, you'll see two URLs, one HTTP, and an HTTPS URL. It's best to use the HTTPS URL for privacy and security. 92 + 93 + 1. Install Tunnelmole with 94 + `curl -O https://install.tunnelmole.com/384HK/install && sudo bash install`. 95 + (On Windows, download 96 + [tmole.exe](https://tunnelmole.com/downloads/tmole.exe)) 97 + 2. Run `tmole 3000`. In the output, you'll see two URLs, one HTTP, and an HTTPS 98 + URL. It's best to use the HTTPS URL for privacy and security. 99 + 91 100 ``` 92 101 โžœ ~ tmole 3000 93 102 http://bvdo5f-ip-49-183-170-144.tunnelmole.net is forwarding to localhost:3000 ··· 97 106 Append `/api/webhook/clerk` to the HTTPs URL. 98 107 99 108 ### Using ngrok 100 - After login, append `/api/webhook/clerk` to 101 - the link you get after entering: 109 + 110 + After login, append `/api/webhook/clerk` to the link you get after entering: 102 111 103 112 ``` 104 113 $ ngrok http 3000 105 114 ``` 106 115 107 116 ### Videos 108 - 109 117 110 118 Videos to better understand the OpenStatus codebase: 111 119