redmine icon indicating copy to clipboard operation
redmine copied to clipboard

Docker Official Image packaging for Redmine

Results 20 redmine issues
Sort by recently updated
recently updated
newest added

Following the guide here: http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails Using the approach 'fetching emails from an IMAP server' and that is working great. My project is here: https://github.com/DINA-Web/redmine-docker/tree/task760 I have created a script with...

Request

Hi I think this problem may be related to issue #132 If I try to export as a png a Gantt containing an issue with a single quote, I get...

This pull request add **cyrus-sasl,** **cyrus-sasl-plain** and **cyrus-sasl-digestmd5** package to **alpine** series. Also, it add **libsasl2-modules** package to **buster-slim** series. This pull request will solve problem on svn client authentication...

To install plugins sometimes you need to run command: `rake redmine:plugins:assets`

If you use MySQL and MariaDB with Redmine 5.1.1 or later, you need to set the transaction isolation level in `config/database.yml`. For MySQL version 5.7.20 or older and MariaDB, the...

> Redmine uses ActiveJob::QueueAdapters::AsyncAdapter as default queue adapter which is [not recommended](https://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AsyncAdapter.html) for production environment. Recommended adapter is [Sidekiq](https://github.com/sidekiq/sidekiq) which uses Redis for persistance. Configuration guide: [SidekiqConfiguration](https://www.redmine.org/projects/redmine/wiki/SidekiqConfiguration). From: https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Queues-adapter Can...

used image: ``` redmine:5.0.5-alpine3.18 ``` the service response ``` find: The environment is too large for exec(). ``` when starting the service ---- finally, i fixed the issue by updating...

has anyone tried this? I wanna use it for developing a plugin. so I wrote me a `container-compose.yaml` file that puts the plugins' source tree right into `/usr/src/redmine/plugins/myplugin` of the...

Azure managed/serverless SQL Server does not support switching database with `USE`. The database must be set when connecting. Add `azure: true` to `config/database.yml` will solve the problem. Ref: https://stackoverflow.com/questions/75139153

When using MS SQL Server with a named instance as database server, connecting via port `1433` does not work, because named instances run on different ports. By default, these run...