1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Merge pull request #14 from YunoHost-Apps/fix-linter

Fix linter warnings
This commit is contained in:
Éric Gaspar 2021-08-09 20:14:11 +02:00 committed by GitHub
commit 3b26f1669c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 16 deletions

View file

@ -15,11 +15,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Create a modern Website
Open Source Content Management System for Teams
**Shipped version:** 8.5.2~ynh2
**Demo:** https://demo.example.com
## Disclaimers / important information
@ -29,7 +29,6 @@ Create a modern Website
## Documentation and resources
* Official app website: https://www.concrete5.org/
* Official user documentation: https://yunohost.org/apps
* Official admin documentation: https://documentation.concrete5.org/
* Upstream app code repository: https://github.com/concrete5/concrete5
* YunoHost documentation for this app: https://yunohost.org/app_concrete5

View file

@ -11,11 +11,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble
Créer un site web moderne avec un CMS moderne
Système de gestion de contenu Open Source pour les équipes
**Version incluse :** 8.5.2~ynh2
**Démo :** https://demo.example.com
## Avertissements / informations importantes
@ -25,7 +25,6 @@ Créer un site web moderne avec un CMS moderne
## Documentations et ressources
* Site officiel de l'app : https://www.concrete5.org/
* Documentation officielle utilisateur : https://yunohost.org/apps
* Documentation officielle de l'admin : https://documentation.concrete5.org/
* Dépôt de code officiel de l'app : https://github.com/concrete5/concrete5
* Documentation YunoHost pour cette app : https://yunohost.org/app_concrete5

View file

@ -3,17 +3,15 @@
"id": "concrete5",
"packaging_format": 1,
"description": {
"en": "Create a modern Website",
"fr": "Créer un site web moderne avec un CMS moderne"
"en": "Open Source Content Management System for Teams",
"fr": "Système de gestion de contenu Open Source pour les équipes"
},
"version": "8.5.2~ynh2",
"url": "www.concrete5.org",
"upstream": {
"license": "MIT",
"website": "https://www.concrete5.org/",
"demo": "https://demo.example.com",
"admindoc": "https://documentation.concrete5.org/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/concrete5/concrete5"
},
"license": "MIT",
@ -22,7 +20,7 @@
"email": "win10@tutanota.com"
},
"requirements": {
"yunohost": ">= 4.1.3"
"yunohost": ">= 4.2.0"
},
"multi_instance": true,
"services": [
@ -66,10 +64,6 @@
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "Choose a password"
},
{

View file

@ -19,7 +19,6 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path)
admin=$(ynh_app_setting_get --app=$app --key=admin)
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
language=$(ynh_app_setting_get --app=$app --key=language)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)