mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Merge pull request #124 from YunoHost-Apps/jinja-doc
Conditional block for POST_INSTALL.md
This commit is contained in:
commit
a0a8d326d0
3 changed files with 13 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue