recent
Self-Promotion

p/self-promotion

by

Deploy Flixty in minutes with NEXUS AI
... read Beginner friendly April 2026 Flixty is an open-source, self-hosted social media creator studio that lets you publish to X, LinkedIn, Facebook, Instagram, TikTok, and YouTube from a single interface. NEXUS AI deploys it directly from source no Dockerfile required with a single MCP tool call. This guide walks you through deploying Flixty on NEXUS AI step by step covering provider selection, environment variable setup, OAuth configuration for each platform, and ongoing management ... ... This is required for OAuth redirect URIs to work correctly across all platforms. Copy nexusai_deploy_status( deploymentId: "7a2c91f0- " ) // Once you have the URL, redeploy with baseUrl: nexusai_deploy_flixty( provider: "gcp_cloud_run", baseUrl: " https://flixty-abc123.run.app ", sessionSecret: "your-saved-session-secret" ) Use https://flixty.yourdomain.com/au... as the redirect URI when registering your OAuth apps on each platform. Step 5 Add platform OAuth credentials Redeploy with credentials for each platform you want to enable. You can add them ... ... once or one at a time: Copy nexusai_deploy_flixty( provider: "gcp_cloud_run", baseUrl: " https://flixty.yourdomain.com ", sessionSecret: "your-saved-session-secret", xClientId: "x-oauth-client-id", xClientSecret: "x-oauth-client-secret", linkedinClientId: "linkedin-client-id", linkedinClientSecret:"linkedin-client-secret", fbAppId: "facebook-app-id", fbAppSecret: "facebook-app-secret", googleClientId: "google-client-id", googleClientSecret: "google-client-secret", anthropicApiKey: "sk-ant- " // enables AI Assist ) Note: fbAppId and fbAppSecret enable both Facebook and Instagram. A single Facebook App handles both platforms ...

0