Jump to content

Redmine: Difference between revisions

From NixOS Wiki
imported>Vater
Created page with "[https://redmine.org/ {{PAGENAME}}] ([[wikipedia:en:{{PAGENAME}}]]) is available as a module. == configuration examples == ==== minimal configuration ==== <syntaxhighli..."
(No difference)

Revision as of 10:17, 5 November 2022

Redmine (wikipedia:en:Redmine) is available as a module.

configuration examples

minimal configuration

  services.redmine.enable = true;

  networking.firewall.allowedTCPPorts = [ 3000 ];
unencrypted http (only)

http://hostName.domain.tld:3000