1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Merge branch 'without-git' of https://github.com/YunoHost-Apps/firefly-iii into without-git

This commit is contained in:
ericgaspar 2021-10-04 22:43:31 +02:00
commit e93690beb8
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 8 additions and 12 deletions

View file

@ -15,16 +15,16 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
Self-hosted financial manager "Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available.
**Shipped version:** 5.5.13~ynh1
**Shipped version:** 5.6.1~ynh1
**Demo:** https://demo.firefly-iii.org/login **Demo:** https://demo.firefly-iii.org/login
## Screenshots ## Screenshots
![](./doc/screenshots/budget.png) ![](./doc/screenshots/budget.png)
![](./doc/screenshots/ff2.png)
## Documentation and resources ## Documentation and resources

View file

@ -11,16 +11,16 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble ## Vue d'ensemble
Gestionnaire de finances personnelles "Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available.
**Version incluse :** 5.5.13~ynh1
**Version incluse :** 5.6.1~ynh1
**Démo :** https://demo.firefly-iii.org/login **Démo :** https://demo.firefly-iii.org/login
## Captures d'écran ## Captures d'écran
![](./doc/screenshots/budget.png) ![](./doc/screenshots/budget.png)
![](./doc/screenshots/ff2.png)
## Documentations et ressources ## Documentations et ressources

View file

@ -35,8 +35,7 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"example": "example.com"
}, },
{ {
"name": "path", "name": "path",
@ -46,8 +45,7 @@
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user"
"example": "johndoe"
}, },
{ {
"name": "is_public", "name": "is_public",

View file

@ -36,8 +36,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#================================================= #=================================================
ynh_script_progression --message="Validating restoration parameters..." ynh_script_progression --message="Validating restoration parameters..."
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \ test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path " || ynh_die --message="There is already a directory: $final_path "