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 'testing' into clean-up-upgrade-script

This commit is contained in:
ericgaspar 2022-05-01 20:18:25 +02:00
commit 1674a1102d
6 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Self-hosted financial manager Self-hosted financial manager
**Shipped version:** 5.7.1~ynh1 **Shipped version:** 5.7.2~ynh1
**Demo:** https://demo.firefly-iii.org/login **Demo:** https://demo.firefly-iii.org/login

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Gestionnaire de finances personnelles Gestionnaire de finances personnelles
**Version incluse :** 5.7.1~ynh1 **Version incluse :** 5.7.2~ynh1
**Démo :** https://demo.firefly-iii.org/login **Démo :** https://demo.firefly-iii.org/login

View file

@ -13,7 +13,7 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
upgrade=1 from_commit=5ee628f58c4f9ea6b6fd48d843453c47ed3d34e4 upgrade=1 from_commit=0245c6c17328e504114058930dea9dda28a18fdf
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
change_url=0 change_url=0

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.7.1.tar.gz SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.7.2.tar.gz
SOURCE_SUM=232E52E8C7459398DB9CA449A4CE7BBF13A64A8D8B89E9FF5086B5DB81739D22 SOURCE_SUM=8F11D15BB1973C74FA76A7C33290DA7300D44279E265617DB487B2676A57E16F
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -11,7 +11,7 @@ location __PATH__/ {
} }
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M; client_max_body_size 5M;
try_files $uri $uri/ index.php; try_files $uri $uri/ index.php;
location ~ '[^/]\.php$|^/update.php' { location ~ '[^/]\.php$|^/update.php' {

View file

@ -6,7 +6,7 @@
"en": "Self-hosted financial manager", "en": "Self-hosted financial manager",
"fr": "Gestionnaire de finances personnelles" "fr": "Gestionnaire de finances personnelles"
}, },
"version": "5.7.1~ynh1", "version": "5.7.2~ynh1",
"url": "https://firefly-iii.org/", "url": "https://firefly-iii.org/",
"upstream": { "upstream": {
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
@ -60,8 +60,8 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "If enabled, firefly-III will be accessible by people who doesnt have an account. This can be changed later via the webadmin.", "en": "If enabled, firefly-iii will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, firefly-III sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." "fr": "Si cette case est cochée, firefly-iii sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
}, },
"default": true "default": true
} }