Invoiceplane

From NixOS Wiki
Revision as of 08:08, 7 September 2022 by imported>Onny (Init page on how to setup Invoiceplane)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Installation

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

 
/etc/nixos/configuration.nix
services.invoiceplane.sites."localhost".enable = true;

After that Invoiceplane will be available at http://localhost .

Configuration