mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Merge branch 'v2' of https://github.com/YunoHost-Apps/outline_ynh into v2
This commit is contained in:
commit
d358e66335
4 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich,
|
|||
- Using Yunohost's built-in SMTP server for notifications
|
||||
|
||||
|
||||
**Shipped version:** 0.72.1~ynh1
|
||||
**Shipped version:** 0.72.1.1~ynh1
|
||||
|
||||
**Demo:** https://app.getoutline.com/create
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich,
|
|||
- Using Yunohost's built-in SMTP server for notifications
|
||||
|
||||
|
||||
**Version incluse :** 0.72.1~ynh1
|
||||
**Version incluse :** 0.72.1.1~ynh1
|
||||
|
||||
**Démo :** https://app.getoutline.com/create
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Outline"
|
|||
description.en = "Wiki and knowledge base for teams"
|
||||
description.fr = "Wiki et base de connaissances pour les équipes"
|
||||
|
||||
version = "0.72.1~ynh1"
|
||||
version = "0.72.1.1~ynh1"
|
||||
|
||||
maintainers = ["Raoul de Limezy"]
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ fi
|
|||
ynh_script_progression --message="Storing installation settings..." --weight=1
|
||||
|
||||
ynh_app_setting_set --app=$app --key=utils_secret --value=$utils_secret
|
||||
ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key
|
||||
ynh_app_setting_set --app=$app --key=dex_app --value=$dex_app
|
||||
ynh_app_setting_set --app=$app --key=oidc_name --value=$oidc_name
|
||||
ynh_app_setting_set --app=$app --key=oidc_secret --value=$oidc_secret
|
||||
|
|
Loading…
Add table
Reference in a new issue