mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
commit
4c5f6ab13b
4 changed files with 24 additions and 26 deletions
21
README.md
21
README.md
|
@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
|
||||
**Shipped version:** 5.8.37~ynh1
|
||||
|
||||
**Shipped version:** 5.8.30~ynh1
|
||||
|
||||
**Demo:** https://react.invoicing.co/demo
|
||||
**Demo:** <https://react.invoicing.co/demo>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -29,12 +28,12 @@ Invoice Ninja is a self-hosted invoicing platform to create & email invoices, tr
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://invoiceninja.org>
|
||||
* Official user documentation: <https://invoiceninja.github.io/>
|
||||
* Official admin documentation: <https://invoiceninja.github.io/>
|
||||
* Upstream app code repository: <https://github.com/invoiceninja/invoiceninja>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/invoiceninja5>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
|
||||
- Official app website: <https://invoiceninja.org>
|
||||
- Official user documentation: <https://invoiceninja.github.io/>
|
||||
- Official admin documentation: <https://invoiceninja.github.io/>
|
||||
- Upstream app code repository: <https://github.com/invoiceninja/invoiceninja>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/invoiceninja5>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -42,10 +41,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -18,10 +18,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients.
|
||||
|
||||
**Version incluse :** 5.8.37~ynh1
|
||||
|
||||
**Version incluse :** 5.8.30~ynh1
|
||||
|
||||
**Démo :** https://react.invoicing.co/demo
|
||||
**Démo :** <https://react.invoicing.co/demo>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -29,12 +28,12 @@ Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de c
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://invoiceninja.org>
|
||||
* Documentation officielle utilisateur : <https://invoiceninja.github.io/>
|
||||
* Documentation officielle de l’admin : <https://invoiceninja.github.io/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/invoiceninja/invoiceninja>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/invoiceninja5>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
|
||||
- Site officiel de l’app : <https://invoiceninja.org>
|
||||
- Documentation officielle utilisateur : <https://invoiceninja.github.io/>
|
||||
- Documentation officielle de l’admin : <https://invoiceninja.github.io/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/invoiceninja/invoiceninja>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/invoiceninja5>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -42,10 +41,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "InvoiceNinja 5"
|
|||
description.en = "Create and email invoices, track payments, expenses, and time tasks"
|
||||
description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires"
|
||||
|
||||
version = "5.8.30~ynh1"
|
||||
version = "5.8.37~ynh1"
|
||||
|
||||
maintainers = ["Sebastian Gumprich"]
|
||||
|
||||
|
@ -58,8 +58,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.30/invoiceninja.zip"
|
||||
sha256 = "57abbdb1d36df04764f24b93c04ae5a5925f4913e06bd48cfd412a78c2c0dd90"
|
||||
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.37/invoiceninja.zip"
|
||||
sha256 = "2ca95364541bcc761bac02e0accb168ac2f574c85656c39a4393e51923b82f65"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "invoiceninja.zip"
|
||||
|
|
|
@ -24,7 +24,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env"
|
||||
fi
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue