
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
Links ​
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
trueto disable SSL (default:true) - SSL_DOMAIN - Your domain for SSL configuration
- SKIP_TELEMETRY - Set to
trueto disable telemetry (default:true) - SENTRY_DSN - For error reporting
