Rare find

Community Integrations. A Discourse forum plugin that syncs your Twitch, YouTube, GitHub, and Discord memberships to grant access and theme your community.

github.com/ChrisTitusTech/community

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2026
  • feat: add custom styles for polls in Discourse theme
  • Merge pull request #1 from FallenGME/main
  • Update discord_bridge.rb
  • Update discord_bridge.rb
  • fix: prevent Discord bridge echo loops
  • fix: remove unnecessary !important from accent text variables and cle…
  • feat: enhance header layout with responsive logo and navigation styles
  • refactor: replace ctt-top-navbar with ctt-header-nav and update styles
  • add navbar
April 2026
  • fix: prevent Discord→Discourse→Discord loop with thread-local flag
  • fix: use ::Chat::Message to avoid Jobs:: namespace collision
  • fix: require_relative all job classes in after_initialize
  • fix: require controller in after_initialize — Discourse doesn't autol…
  • fix: revert to after_initialize+append route, add missing before_acti…
  • fix: use routes.prepend instead of routes.append
  • fix: move route registration outside after_initialize
  • fix: remove requires_plugin — causes HTML 404 via Discourse::NotFound
  • fix: multiple debug script bugs + add HMAC secret check
  • fix: correct Discourse site settings API JSON parsing in debug script
  • fix: update ExecStart path to use virtual environment Python for disc…