Redmine

From NixOS Wiki
Revision as of 10:17, 5 November 2022 by imported>Vater (Created page with "[https://redmine.org/ {{PAGENAME}}] ([[wikipedia:en:{{PAGENAME}}]]) is available as a module. == configuration examples == ==== minimal configuration ==== <syntaxhighli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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