Brimir

screenshot of Brimir
rails

Email helpdesk built using Ruby on Rails and Zurb Foundation

Overview

Brimir is a straightforward helpdesk system designed to manage support requests received via email. Although it was previously maintained by Ivaldi, it's important to note that Brimir is no longer in active use, and the repository is now archived on GitHub. It remains a functional Ruby on Rails application that can be utilized in various production environments, and many developers interested in setting up a simple helpdesk system may still find it valuable.

The installation process for Brimir is relatively uncomplicated, especially for those familiar with Ruby on Rails. However, the initial setup can pose some challenges, particularly in configuring incoming email functionality, which is crucial for the system to operate effectively.

Features

  • Rails Framework: Built as a Ruby on Rails application, benefiting from the structure and components of this popular framework.

  • Email Management: Handles support requests seamlessly through incoming emails, making it easy for users to track and respond to inquiries.

  • Database Support: Compatible with PostgreSQL and MySQL, allowing for flexible database management based on user preference and requirements.

  • Web Server Compatibility: Can be set up with various web servers such as Phusion Passenger, Thin, Puma, or Unicorn, providing users with options tailored to their infrastructure.

  • Customizable Settings: Offers customization through configuration files, enabling users to adjust settings for email handling and other application-specific parameters.

  • LDAP Integration: Supports LDAP for user authentication, increasing security options for organizations that require it.

  • Captcha Support: Options for implementing recaptcha for added security measures during user interactions, such as login or form submissions.

  • Update Mechanism: Simplified process for updating the application, ensuring users can keep their helpdesk system up-to-date with minimal hassle.

rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.