diff --git a/README.md b/README.md index 04298e2..dcb7b99 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index bae6f91..8992ef4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/manifest.toml b/manifest.toml index db34218..95291dc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"] diff --git a/scripts/install b/scripts/install index 767806e..1952589 100755 --- a/scripts/install +++ b/scripts/install @@ -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