Crater: Difference between revisions
imported>Onny Init page |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
== Installation == | == Installation == | ||
{{Note|Parts of this instruction and module are not yet stable and will be available in the upcoming NixOS | {{Note|Parts of this instruction and module are not yet stable and will be available in the upcoming NixOS 23.05 release.}} | ||
To setup Crater locally, this is the most minimal configuration to get started | To setup Crater locally, this is the most minimal configuration to get started | ||
Line 16: | Line 16: | ||
* [[Invoiceplane]], alternative self-hosted invoicing application | * [[Invoiceplane]], alternative self-hosted invoicing application | ||
[[Category:Server]] | |||
[[Category:Web Applications]] | [[Category:Web Applications]] |
Latest revision as of 19:15, 24 April 2024
Crater is a web application for managing invoices, clients and payments.
Installation
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
- Invoiceplane, alternative self-hosted invoicing application