Skip to main content

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.

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)
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
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=""