# redmine/redmine

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/redmine-redmine).**

_How this analysis was created: the description and tags below were written by an AI model that read this project's README and public documentation pages; stars, license and language come straight from the GitHub API. The model does not read the source code._

5,961 stars · 2,445 forks · Ruby · NOASSERTION

## Links

- GitHub: https://github.com/redmine/redmine
- Homepage: https://www.redmine.org
- awesome-repositories: https://awesome-repositories.com/repository/redmine-redmine.md

## Description

Redmine is a self-hosted collaboration platform and project management software built with Ruby on Rails. It functions as a centralized issue tracking system for recording and monitoring bugs and feature requests to manage development progress and team workflows.

The platform includes a multi-factor authentication system that secures user accounts through time-based passwords and QR code verification.

Its broader capabilities cover project management workflows, including file management via a folder-based directory structure and custom project reporting. The system also provides user access control and visual theme customization via stylesheets and layout templates.

## Tags

### Development Tools & Productivity

- [Issue Tracking Systems](https://awesome-repositories.com/f/development-tools-productivity/issue-tracking-systems.md) — Functions as a centralized platform for managing the lifecycle of reported bugs and tasks through state-based workflows.

### Part of an Awesome List

- [Task and Project Management](https://awesome-repositories.com/f/awesome-lists/productivity/task-and-project-management.md) — Provides tools for organizing project workflows, tracking milestones, and managing tasks.

### Business & Productivity Software

- [Issue Tracking Systems](https://awesome-repositories.com/f/business-productivity-software/issue-tracking-systems.md) — Serves as a centralized system for managing individual work items, tasks, and bug reports.
- [Project Management Software](https://awesome-repositories.com/f/business-productivity-software/project-management-software.md) — Provides a comprehensive project management tool for tracking issues and organizing documentation.
- [Project Reporting Tools](https://awesome-repositories.com/f/business-productivity-software/project-reporting-tools.md) — Provides utilities for monitoring project milestones and generating data-driven reports.

### Data & Databases

- [Relational Database Persistence](https://awesome-repositories.com/f/data-databases/mysql-integrations/mysql-storage-support/relational-database-persistence.md) — Utilizes relational databases to persist structured application data and user accounts. ([source](https://github.com/redmine/redmine/blob/master/Gemfile))
- [Relational Database Integrations](https://awesome-repositories.com/f/data-databases/relational-database-integrations.md) — Integrates with relational databases to store structured project and issue data with a stable schema.
- [Project Report Exports](https://awesome-repositories.com/f/data-databases/portable-data-exports/project-report-exports.md) — Provides capabilities to generate portable documents and visual charts from project data for stakeholder review. ([source](https://github.com/redmine/redmine/blob/master/Gemfile))

### DevOps & Infrastructure

- [Self-Hosted Collaboration Servers](https://awesome-repositories.com/f/devops-infrastructure/self-hosted-collaboration-servers.md) — Provides a deployable server-side platform for project collaboration and document synchronization on private hardware.
- [Project Asset Organization](https://awesome-repositories.com/f/devops-infrastructure/dependency-management/project-management/project-directory-management/project-asset-organization.md) — Enables organizing project documents and assets using a folder-based directory structure to maintain a clean workspace. ([source](https://github.com/redmine/redmine/tree/master/files))

### Security & Cryptography

- [User Access Controls](https://awesome-repositories.com/f/security-cryptography/user-access-controls.md) — Restricts system access based on user identity and authorization levels using password hashing and MFA.
- [Multi-Factor Authentication](https://awesome-repositories.com/f/security-cryptography/multi-factor-authentication.md) — Secures user accounts by requiring time-based passwords and QR code verification during sign-in.
- [Session Authentication](https://awesome-repositories.com/f/security-cryptography/session-authentication.md) — Manages secure user access and identity persistence through session-based authentication.
- [Multi-Factor Authentication](https://awesome-repositories.com/f/security-cryptography/user-account-management/account-security-policies/multi-factor-authentication.md) — Secures user accounts through time-based passwords and QR code verification during sign-in. ([source](https://github.com/redmine/redmine/blob/master/Gemfile))

### Web Development

- [Ruby on Rails Frameworks](https://awesome-repositories.com/f/web-development/backend-development/web-frameworks/language-specific-ecosystems/ruby-on-rails-frameworks.md) — Built as a comprehensive web application utilizing the Ruby on Rails framework and MVC architecture.

### Software Engineering & Architecture

- [Plugin-Based Extensibility](https://awesome-repositories.com/f/software-engineering-architecture/plugin-based-extensibility.md) — Provides an extensible architecture that allows adding new features via external plugin modules.
