1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
* Upgrade to 3.0.1
This commit is contained in:
Éric Gaspar 2021-01-26 10:00:10 +01:00 committed by GitHub
parent ff4317bb31
commit cbbb845cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 10 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Grocy is a web-based self-hosted groceries & household management solution for your home.
**Shipped version:** 3.0.0
**Shipped version:** 3.0.1
## Screenshots
@ -24,7 +24,7 @@ Grocy is a web-based self-hosted groceries & household management solution for y
## Configuration
Default login
user: **admin**
user: **admin**
password: **admin**
## Documentation

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
## Vue d'ensemble
Grocy is a web-based self-hosted groceries & household management solution for your home.
**Version incluse :** 3.0.0
**Version incluse :** 3.0.1
## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/grocy/grocy/releases/download/v3.0.0/grocy_3.0.0.zip
SOURCE_SUM=3bb0e4b1f03de481ef2c9c91ad61bc88409c5140ec3adcad77bf24a0d65d4331
SOURCE_URL=https://github.com/grocy/grocy/releases/download/v3.0.1/grocy_3.0.1.zip
SOURCE_SUM=623c6fd0b70b36da58b389ed05a9e8f4d531c1d5a01797ad03f33a85457339af
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -3,10 +3,10 @@
"id": "grocy",
"packaging_format": 1,
"description": {
"en": "Web-based self-hosted groceries & household management solution for your home",
"fr": "Solution Web auto-hébergée de gestion d'épicerie et de gestion de la maison"
"en": "Web-based groceries & household management solution for your home",
"fr": "Solution Web de gestion d'épicerie et de gestion de la maison"
},
"version": "3.0.0~ynh2",
"version": "3.0.1~ynh1",
"url": "https://github.com/grocy/grocy",
"license": "MIT",
"maintainer": {
@ -19,7 +19,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm"
"php7.3-fpm"
],
"arguments": {
"install": [{
@ -29,6 +29,10 @@
"en": "Choose a domain name for Grocy",
"fr": "Choisissez un nom de domaine pour Grocy"
},
"help": {
"en": "Grocy needs to be installed in its own root domain or subdomain.",
"fr": "Grocy doit être installé dans son propre domaine racine ou sous-domaine."
},
"example": "grocy.example.com"
},
{

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
YNH_PHP_VERSION="7.4"
extra_php_dependencies="php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd"