NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.63k stars 13.78k forks source link

Package request: Kanboard #288788

Open schlichtanders opened 7 months ago

schlichtanders commented 7 months ago

Project description

kanban is a bit like trello, but open source and with support for multiple different database connections. By github stars it is the most widespread kanban viewer for databases.

Metadata

Add a :+1: reaction to issues you find important.

bbenno commented 6 months ago

Just a little sidenote (which I just noticed): The Kanboard package was removed last year due to its lack of utility

For those interested in downloading the packages, akin to the now-removed package, the following suffices:

pkgs.fetchFromGitHub {
  owner = "kanboard";
  repo = "kanboard";
  rev = "v1.2.35";
  hash = "sha256-pWtI2Uuf/KbNNFP2To3HuGyGMe/4DERXmnnYuTFfVCY=";
};

As far as I can tell, for practical applications, a NixOS options similar to that for WordPress ^1 are necessary.