> ## Documentation Index
> Fetch the complete documentation index at: https://docs.postiz.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reddit

> How to add Reddit to your system

<Snippet file="never-share.mdx" />

<Steps>
  <Step title="Create an app on Reddit Developers">
    Head over to [Reddit developers](https://www.reddit.com/prefs/apps) and click on **create a new app**.

    * **Name:** `MyPostizInstance` (or whatever you like)
    * **App type:** `web app`
    * **Redirect URI:** (see below)

    <Snippet file="oauth2redirect.mdx" />

    **Your Reddit OAuth2 Redirect URI:**

    * Production: `https://your-postiz-domain.com/integrations/social/reddit`
    * Local development: `http://localhost:4200/integrations/social/reddit`
    * Docker: `http://localhost:5000/integrations/social/reddit`
  </Step>

  <Step title="Set environment variables">
    Copy the Reddit client id and client secret and add them to your `.env` file.

    <img src="https://mintcdn.com/postiz/NC1G4tduhaxm8LzE/images/providers/reddit/reddit-001.png?fit=max&auto=format&n=NC1G4tduhaxm8LzE&q=85&s=4da3950d7359a08ae23aca3aba064816" alt="Reddit" width="1826" height="742" data-path="images/providers/reddit/reddit-001.png" />

    ```env theme={null}
    REDDIT_CLIENT_ID=""
    REDDIT_CLIENT_SECRET=""
    ```
  </Step>
</Steps>
