mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
parent
ff4317bb31
commit
cbbb845cc8
5 changed files with 14 additions and 10 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
Grocy is a web-based self-hosted groceries & household management solution for your home.
|
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
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Grocy is a web-based self-hosted groceries & household management solution for your home.
|
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
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/grocy/grocy/releases/download/v3.0.0/grocy_3.0.0.zip
|
SOURCE_URL=https://github.com/grocy/grocy/releases/download/v3.0.1/grocy_3.0.1.zip
|
||||||
SOURCE_SUM=3bb0e4b1f03de481ef2c9c91ad61bc88409c5140ec3adcad77bf24a0d65d4331
|
SOURCE_SUM=623c6fd0b70b36da58b389ed05a9e8f4d531c1d5a01797ad03f33a85457339af
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
"id": "grocy",
|
"id": "grocy",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Web-based self-hosted groceries & household management solution for your home",
|
"en": "Web-based groceries & household management solution for your home",
|
||||||
"fr": "Solution Web auto-hébergée de gestion d'épicerie et de gestion de la maison"
|
"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",
|
"url": "https://github.com/grocy/grocy",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.0-fpm"
|
"php7.3-fpm"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [{
|
"install": [{
|
||||||
|
@ -29,6 +29,10 @@
|
||||||
"en": "Choose a domain name for Grocy",
|
"en": "Choose a domain name for Grocy",
|
||||||
"fr": "Choisissez un nom de domaine pour 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"
|
"example": "grocy.example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# 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"
|
extra_php_dependencies="php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue