🔒 Protected via Cloudflare Access
Postiz Setup Status
✅ Done
- Fixed Postiz backend (Temporal search attribute limit was crashing it)
- Registered account (justin@dom.vin), logged in, creds in 1Password
- API key obtained, CLI installed
- Dashboard working, channel add modal functional
⏳ Blocked: OAuth Apps
All three platforms need developer OAuth apps created, but all three block browser automation:
YouTube — Have the existing OAuth client, but need to add redirect URI https://postiz.justin.vin/integrations/social/youtube in Google Cloud Console. Google keeps forcing re-auth mid-flow.
Reddit — Need new app at reddit.com/prefs/apps (web app type, redirect: https://postiz.justin.vin/integrations/social/reddit). Reddit blocks all Playwright/headless browsers.
X/Twitter — Need app at developer.twitter.com (Native App, R+W, callback: https://postiz.justin.vin/integrations/social/x). Requires dev portal access.
Once unblocked
I can handle everything from there — add env vars to VPS, restart Postiz, complete OAuth flows in the UI.