agorakit

agorakit 1.11

Web-based, open-source groupware

<rendered-html><p>AgoraKit is web-based, open-source groupware for citizens’ initiatives. By creating collaborative groups, people can discuss topics, organize events, store files and keep everyone updated as needed. AgoraKit is a forum, calendar, file manager and email notifier.</p> </rendered-html>

https://github.com/agorakit/agorakit
GNU Affero General Public License v3.0 only
programs: update.sh, translate.sh
Platforms (80)
x86_64-darwinmips64el-linuxriscv32-netbsdarmv6l-linuxi686-nonepowerpc64-linuxi686-openbsdx86_64-redox
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  agorakit
];
Ad-hoc shell
nix-shell -p agorakit
Flake (nix run)
nix run nixpkgs#agorakit