Caprover logo
Caprover one-click apps browser
InvoicePlane logo
InvoicePlane
InvoicePlane is a self-hosted open source application for managing your quotes, invoices, clients and payments.
Created - Last update

InvoicePlane is a self-hosted open source application for managing invoices. See https://www.invoiceplane.com/. This one click app is based on: - woahbase/alpine-mysql image - thomascenni/alpine-invoiceplane, based on woahbase/alpine-php and the official InvoicePlane sources from their Github repository.

Deployed services
invoiceplane-db
mysql:5.7.32
  • invoiceplane-mysql-data:/var/lib/mysql
4
invoiceplane
thomascenni/alpine-invoiceplane:v1.5.11
  • invoiceplane-storage:/storage
  • invoiceplane-config:/config
6
Variables

MYSQL_ROOT_PWD

Default: $$cap_gen_random_hex(20)

$$cap_MYSQL_ROOT_PWD
This is the MySQL root password. Randomly generated. Can be changed also.

DB_USERNAME

Default: invoiceplane

$$cap_DB_USERNAME
This is the username to access the invoiceplane db. Can use the default provided.

DB_PASSWORD

Default: $$cap_gen_random_hex(16)

$$cap_DB_PASSWORD
This is password for the user accessing the invoiceplane db. Randomly generated. Can be changed also.

DB_DATABASE

Default: invoiceplane

$$cap_DB_DATABASE
This is name for the database hosting InvoicePlane application. Can use the default provided.
© 2025, Built with Gatsby - Source code available on GitHub