Crater

From NixOS Wiki
Revision as of 11:48, 10 November 2022 by imported>Onny (Init page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Crater is a web application for managing invoices, clients and payments.

Installation

Note: Parts of this instruction and module are not yet stable and will be available in the upcoming NixOS 22.11 release.

To setup Crater locally, this is the most minimal configuration to get started

/etc/nixos/configuration.nix
services.crater.enable = true;

After that Crater will be available at http://localhost . Complete the setup by choosing your default language and setting up your user profile.

See also