Invoiceplane

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

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

Breeze-text-x-plain.png
/etc/nixos/configuration.nix
services.invoiceplane.sites."localhost".enable = true;


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

Configuration