Talk:Redmine: Difference between revisions

From NixOS Wiki
imported>Vater
imported>Vater
Line 40: Line 40:


maybe ''imagemagickBig'' must be used (instead of ''imagemagick'') at build time.
maybe ''imagemagickBig'' must be used (instead of ''imagemagick'') at build time.
<!--
::  https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/applications/graphics/ImageMagick/default.nix
:: https://github.com/NixOS/nixpkgs/blob/nixos-22.05/pkgs/applications/graphics/ImageMagick/default.nix
:: https://github.com/NixOS/nixpkgs/blob/nixos-21.11/pkgs/applications/graphics/ImageMagick/7.0.nix
:: https://github.com/NixOS/nixpkgs/blob/nixos-21.05/pkgs/applications/graphics/ImageMagick/7.0.nix
:  https://github.com/NixOS/nixpkgs/tree/nixos-20.09/pkgs/applications/graphics/ImageMagick
:: https://github.com/NixOS/nixpkgs/blob/nixos-20.09/pkgs/applications/graphics/ImageMagick/7.0.nix
!-->

Revision as of 17:12, 6 November 2022

adding plugins

plugin list

for current version 4.2

https://www.redmine.org/plugins?utf8=%E2%9C%93&page=1&sort=&v=4.2

plugin example configuration

  services.redmine.plugins = {
    redmine_env_auth = builtins.fetchurl {
      url = "https://github.com/Intera/redmine_env_auth/archive/refs/tags/1.1.tar.gz";
      sha256 = "1fxnkdpd2pgqmirif0jq3iydvlf4wglf1yn56p0vjqdpjfdz9y9m";
    };

missing features

https://redmine.domain.tld/admin/info

Information

Redmine 4.2.7.stable

missing imagemagicksupport for pdf

ImageMagick PDF support available (optional)

does not work

maybe the command convert (from the package imagemagick) can not convert from pdf to images (for example for the file type png).

maybe imagemagickBig must be used (instead of imagemagick) at build time.