Skip to main content
1

Create an app on Reddit Developers

Head over to Reddit developers and click on create a new app.
  • Name: MyPostizInstance (or whatever you like)
  • App type: web app
  • Redirect URI: (see below)
Replace {provider} with reddit in the redirect URI.
2

Set environment variables

Copy the Reddit client id and client secret and add them to your .env file.Reddit
REDDIT_CLIENT_ID=""
REDDIT_CLIENT_SECRET=""