70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
Plaintext
# Postiz - rSocials Community Configuration
|
|
# Copy to .env and fill in values
|
|
|
|
# Database password (generate a strong random password)
|
|
POSTGRES_PASSWORD=change_me_to_random_password
|
|
|
|
# JWT Secret (generate a random string - at least 32 characters)
|
|
JWT_SECRET=change_me_to_random_secret_string_at_least_32_chars
|
|
|
|
# === Social Media API Keys (optional - add as needed) ===
|
|
|
|
# --- X (Twitter) ---
|
|
X_API_KEY=
|
|
X_API_SECRET=
|
|
|
|
# --- LinkedIn ---
|
|
LINKEDIN_CLIENT_ID=
|
|
LINKEDIN_CLIENT_SECRET=
|
|
|
|
# --- Reddit ---
|
|
# Portal: https://www.reddit.com/prefs/apps
|
|
# Redirect URI: https://socials.rsocials.online/integrations/social/reddit
|
|
REDDIT_CLIENT_ID=
|
|
REDDIT_CLIENT_SECRET=
|
|
|
|
# --- Meta (Facebook/Threads) ---
|
|
# Portal: https://developers.facebook.com/
|
|
FACEBOOK_APP_ID=
|
|
FACEBOOK_APP_SECRET=
|
|
THREADS_APP_ID=
|
|
THREADS_APP_SECRET=
|
|
|
|
# --- YouTube ---
|
|
YOUTUBE_CLIENT_ID=
|
|
YOUTUBE_CLIENT_SECRET=
|
|
|
|
# --- TikTok ---
|
|
TIKTOK_CLIENT_ID=
|
|
TIKTOK_CLIENT_SECRET=
|
|
|
|
# --- Discord ---
|
|
# Portal: https://discord.com/developers/applications
|
|
# Redirect: https://socials.rsocials.online/integrations/social/discord
|
|
DISCORD_CLIENT_ID=
|
|
DISCORD_CLIENT_SECRET=
|
|
DISCORD_BOT_TOKEN_ID=
|
|
|
|
# --- Mastodon ---
|
|
MASTODON_URL=https://mastodon.social
|
|
MASTODON_CLIENT_ID=
|
|
MASTODON_CLIENT_SECRET=
|
|
|
|
# --- Slack ---
|
|
# Portal: https://api.slack.com/apps
|
|
# Redirect: https://socials.rsocials.online/integrations/social/slack
|
|
SLACK_ID=
|
|
SLACK_SECRET=
|
|
SLACK_SIGNING_SECRET=
|
|
|
|
# --- Pinterest ---
|
|
PINTEREST_CLIENT_ID=
|
|
PINTEREST_CLIENT_SECRET=
|
|
|
|
# === Email (SMTP via Mailcow) ===
|
|
# Password for noreply@rmail.online mailbox
|
|
EMAIL_PASS=
|
|
|
|
# === AI (optional) ===
|
|
OPENAI_API_KEY=
|