[APP] Invoice Ninja - Add installation notice in description.md

This commit is contained in:
Frédéric Cilia 2024-01-10 17:38:03 +01:00
parent c0e7902ca4
commit 999c5192e1
2 changed files with 11 additions and 1 deletions

View File

@ -35,7 +35,7 @@
},
{
"type": "text",
"label": "Invoice Ninja Application Key (Must be generated with the following command `docker run --rm -it invoiceninja/invoiceninja php artisan key:generate --show`)",
"label": "Invoice Ninja Application Key (cf. Installation Notice in Readme)",
"required": true,
"env_variable": "INVOICE_NINJA_APP_KEY"
}

View File

@ -1,3 +1,13 @@
## Installation Notice
## Initial Setup
1. Generate an API Key using the following command:
```
docker run --rm -it invoiceninja/invoiceninja php artisan key:generate --show
```
2. Paste the generated key to `Invoice Ninja Application Key` in the Tipi UI.
---
<p align="center">
<img src="https://raw.githubusercontent.com/hillelcoren/invoice-ninja/master/public/images/round_logo.png" alt="Sublime's custom image"/>
</p>