Skip to content
Once Campfire dashboard

What is Once Campfire? ​

Once Campfire is a web-based chat application. It supports many of the features you'd expect, including:

  • Multiple rooms, with access controls
  • Direct messages
  • File attachments with previews
  • Search
  • Notifications (via Web Push)
  • @mentions
  • API, with support for bot integrations

Configuration ​

Once Campfire requires minimal configuration to get started:

Required Environment Variables ​

  • SECRET_KEY_BASE - A secure random key for encryption (automatically generated by Coolify)

Optional Environment Variables ​

  • VAPID_PUBLIC_KEY - For web push notifications
  • VAPID_PRIVATE_KEY - For web push notifications
  • DISABLE_SSL - Set to true to disable SSL (default: true)
  • SSL_DOMAIN - Your domain for SSL configuration
  • SKIP_TELEMETRY - Set to true to disable telemetry (default: true)
  • SENTRY_DSN - For error reporting