Plugins Directory » Notification Plugin by Redmineflux
Author: | Zehntech Technologies Inc | |
---|---|---|
Website: | https://www.redmineflux.com | |
Code repository: | https://www.redmineflux.com/product/redmine-plugins/notification/ | |
Registered on: | 2025-01-10 (26 days ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
The Redmineflux In-App Notification Plugin is designed to help users manage notifications within the Redmine application. It allows you to receive updates on specific events, set up notification rules, and review notification history for better tracking and management. This plugin aims to improve the user experience by ensuring that all important changes and updates are communicated effectively.
Key Features of Redmineflux In-App Notification Plugin:¶
- Stay informed with real-time notifications via a dedicated bell icon.
- Admins can set role-specific alerts for events like task assignments, comments, and status changes.
- A notification dot on the bell icon highlights unread updates.
- Enable or disable email alerts for specific events or all notifications to declutter your inbox.
- Access all notifications in one organized location.
- Sort notifications by status (e.g., "Viewed" or "New") for easy management.
- Quickly review and acknowledge updates to stay on top of project changes.
Installation notes
To install Redmineflux In-App Notification Plugin follow these steps¶
- Make sure you have a working installation of Redmine.
- Unzip the plugin and copy it to redmine_root/plugins or copy the archive in the same location and perform the unzip command in the console and do not change the plugin folder name.
- Run the following command to install the required dependencies
Bundle install
- Run the migrate command for database migration
RAILS_ENV=Production bundle exec rails redmine:plugins:migrate
- Run the following command to enable real-time notifications. This will establish a connection to the Faye server:
rackup faye.ru -E production
This command starts a background service that listens for notifications in real time and enables them to be sent from the server.
- Restart Redmine
- Login as an administrator.
- Navigate to the Administration tab from the top menu.
- Click on Settings and find the API tab and enable the rest API
- Then click on the “Plugins” section and locate the Redmineflux In-App Notification Plugin.
- Click on the “Configuration” link for the Redmineflux In-App Notification Plugin.
- Ensure run the following command to enable real-time notifications. This will establish a connection to the Faye server:
rackup faye.ru -E production
- This command starts a background service that listens for notifications in real time and enables them to be sent from the server.
- Once the Faye server is running, go to the Redmine admin panel and navigate to the plugin configuration settings.
- In the settings page, you will see an input field labelled Address of Faye server (leave empty for turned off). To enable real-time notifications, provide the address of your Faye server in this field.
- Example: http://your_server_ip_or_domain:9292/faye
Explore All Premium Redmineflux Plugins¶
- Redmineflux Knowledge Base
- Redmineflux Gantt Chart
- Redmineflux Timesheet
- Redmineflux Time Tracker Desktop App
- Redmineflux Agile Board
- Redmineflux Checklist
- Redmineflux Fluxshot Chrome Extension
- Redmineflux Issue Template
- Redmineflux Custom Dashboard
- Redmineflux Workload
Explore All FREE Redmineflux Plugins¶
Explore All Premium Redmineflux Themes¶
Changelog
1.0.0 (2025-01-10)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.