MyNixOS website logo
option

services.invoiceplane.sites.<name>.settings

Structural InvoicePlane configuration. Refer to https://github.com/InvoicePlane/InvoicePlane/blob/master/ipconfig.php.example for details and supported values.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  SETUP_COMPLETED = true;
  DISABLE_SETUP = true;
  IP_URL = "https://invoice.example.com";
}