Statusphere, but in atcute and SvelteKit
atproto svelte sveltekit drizzle atcute typescript
19
fork

Configure Feed

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

docs: improve tunnel section

Mary a45cfe28 72b10fed

+9 -2
+9 -2
README.md
··· 46 46 TAP_ADMIN_PASSWORD= 47 47 ``` 48 48 49 - 4. configure the public-facing URL: 49 + 4. set up a tunnel: 50 + 51 + confidential OAuth clients requires a publicly accessible URL. for local development, you'll need 52 + to tunnel your local server using a service like [ngrok](https://ngrok.com/) or 53 + [cloudflared](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do 54 + wnloads/). 55 + 56 + once running, set the tunnel URL as your public URL in `.env`: 50 57 51 58 ```sh 52 - OAUTH_PUBLIC_URL=https://insulation-famous-bluetooth-secret.trycloudflare.com 59 + OAUTH_PUBLIC_URL=https://your-tunnel-url.example.com 53 60 ``` 54 61 55 62 5. migrate the database: