diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index a961614..b4496b8 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,8 +1,12 @@ -If you have requested a database, here are information to log into it: +{% if database != 'none' %} + +Here are information to log into the database: - Type: __DATABASE__ - Database user: __DB_USER__ - Database name: __DB_NAME__ - Password: __DB_PWD__ -The admin documentation below also contain information on how to connect using SFTP to edit the website content. +{% endif %} + +The admin documentation below contains information on how to connect using SFTP to edit the website content. diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index bb975e7..de90822 100644 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -1,8 +1,12 @@ -Si vous avez demandé une base de données, voici les informations pour s'y connecter : +{% if database != 'none' %} + +Voici les informations pour se connecter à la base de donnée: - Type : __DATABASE__ - Utilisateur de la base de données : __DB_USER__ - Nom de la base de données : __DB_NAME__ - Mot de passe : __DB_PWD__ -La documentation ci-dessous contient également les informations pour se connecter en SSH et modifier le contenu du site web. +{% endif %} + +La documentation ci-dessous contient les informations pour se connecter en SSH et modifier le contenu du site web. diff --git a/manifest.toml b/manifest.toml index 2ac8819..2be35b6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "GPL-3.0-only" code = "https://github.com/YunoHost-Apps/my_webapp_ynh" [integration] -yunohost = ">= 11.2" +yunohost = ">= 11.2.4" architectures = "all" multi_instance = true ldap = "not_relevant"